danish-dynaword / CHANGELOG.md
kris927b's picture
Bumped version and added changelog
af27fd7
|
raw
history blame
2.52 kB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[v1.2.3] - 2025-06-30

Added

  • Added a create.py script for the retsinformationdk dataset.
    • Resulted in a boost in tokens and documents

Changed

  • Did a full stats update on datasets, resulting in minor changes in a few datasheets

[v1.2.2] - 2025-06-26

Added

  • Added the new scrape_hovedstaden dataset.
  • Added a new domain type Medical.

[v1.2.1] - 2025-06-24

Fixed

  • Updated the danske-taler dataset. This version fixes a problem where the texts from the API contains no newlines, and where there should have been newline there is now space between words and punctuation.

[v1.2.0] - 2025-06-23

Fixed

  • Updated the memo dataset, this second version fixed previous issues with the download and processing of the Danish Memo which cut off the text leading to notably smaller documents.

[v1.1.1] - 2025-06-16

Added

  • Added tests to ensure that 1 tokens document don't appear in the data. This filtered out 0 documents in total.

[v1.1.0] - 2025-04-29

Added

  • Added multiple quality controls
    • Removed all empty string
    • Removed duplicates across within datasets
  • Restructured datasets
    • Removed columns from the dataset to make the structure more lightweight, these include domain, metadata, and license. These have been moved to the individual datasheets. It is still possible to filter for license by using the dataset name
    • Added column for number of tokens
  • For developers
    • Restructered CI codebase substantially
      • Added DataSheet to make CI for convenient
      • factored out plots and tables

Docs

  • Sorted overview table
  • Minor changes to dataset documentation

[v1.0.12] - 2025-05-08

Added

  • Added new datasets
    • Norwegian Colossal Corpus (newspapers) (~191.08K tokens)
    • Norwegian Colossal Corpus (books) (~531.97M tokens)
    • Norwegian Colossal Corpus (maalfrid) (~29.26M tokens)
    • Norwegian Colossal Corpus (parliament) (~338.87M tokens)

[v1.0.11] - 2025-03-29

Added

  • Added new datasets (more than 1B tokens 🎉)
    • AI Aktindsigt
    • Cellar
    • Danske Taler
    • Miljøportalen
    • EUR-Lex SUM
    • Finansministeriets Udgivelser

Docs

  • Sorted main table in readme
  • Added Changelog
  • Minor changes to dataset documentation