Datasets:

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

Updated changelog

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +4 -3
CHANGELOG.md CHANGED
@@ -12,12 +12,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
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
 
 
12
 
13
  - Average document length now uses tokens instead of characters
14
  - Changes to `*/descriptive_stats.json`:
15
+ - The 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 the main readme. The goal is to avoid loading the entire dataset when updating the readme. This should make it easier for contributors.
18
+ - Simplifying PR workflow in `contributing.md`
19
 
20
  ### CI
21
+ - Fixes bug causing `make update-descriptive-stats` to fail when not having a linear commit history. The script now skips a dataset update based on revision, but only if the `descriptive_stats.json` file does not exist. To ensure that the main readme is always up to date, we change the make command always to update it.
22
 
23
  ## [v1.2.8] - 2025-08-05
24