Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
Danish
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
Kenneth Enevoldsen commited on
Commit
d93483b
·
unverified ·
1 Parent(s): ca846ae

updated changelog

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +13 -0
CHANGELOG.md CHANGED
@@ -6,6 +6,19 @@ All notable changes to this project will be documented in this file.
6
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7
 
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ## [v1.2.8] - 2025-08-05
10
 
11
  ### Added
 
6
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7
 
8
 
9
+ ## [v1.2.9] - 2025-08-05
10
+
11
+ ### Docs
12
+
13
+ - Average document length now uses tokens instead of characters
14
+ - Changes to `*/descriptive_stats.json`:
15
+ - Object no longer includes revision.
16
+ - Now include character-level metrics along with minimum and maximum length. Removed average document length as it is computable from existing metrics.
17
+ - Removed per dataset histograms from main readme. The goal is to avoid loading in the entire dataset when updating the readme. This should make it easier to contributors.
18
+
19
+ ### CI
20
+ - Fixes bug causing `make update-descriptive-stats` to fails when not having a linear commit history. The script now no longer skips a dataset update based revision, but simply based on whether the `descriptive_stats.json` exists. To ensure that the main readme is always up to date we change the make command to always update it.
21
+
22
  ## [v1.2.8] - 2025-08-05
23
 
24
  ### Added