Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
Danish
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
kris927b commited on
Commit
b0dbe01
·
1 Parent(s): 8398a3f

Bump version and add changelog

Browse files
Files changed (5) hide show
  1. CHANGELOG.md +6 -0
  2. README.md +1 -1
  3. pyproject.toml +1 -1
  4. test_results.log +2 -2
  5. uv.lock +1 -1
CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
 
6
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7
 
 
 
 
 
 
 
8
  ## [v1.2.4] - 2025-07-08
9
 
10
  ### Added
 
5
 
6
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7
 
8
+ ## [v1.2.5] - 2025-07-08
9
+
10
+ ### Added
11
+
12
+ - Added the `domsdatabasen` dataset.
13
+
14
  ## [v1.2.4] - 2025-07-08
15
 
16
  ### Added
README.md CHANGED
@@ -182,7 +182,7 @@ https://github.com/huggingface/datasets/blob/main/templates/README_guide.md
182
  <!-- START README TABLE -->
183
  | | |
184
  | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
185
- | **Version** | 1.2.4 ([Changelog](/CHANGELOG.md)) |
186
  | **Language** | dan, dansk, Danish |
187
  | **License** | Openly Licensed, See the respective dataset |
188
  | **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
 
182
  <!-- START README TABLE -->
183
  | | |
184
  | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
185
+ | **Version** | 1.2.5 ([Changelog](/CHANGELOG.md)) |
186
  | **Language** | dan, dansk, Danish |
187
  | **License** | Openly Licensed, See the respective dataset |
188
  | **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [project]
2
  name = "dynaword"
3
- version = "1.2.4"
4
  description = "project code for the danish dynaword project"
5
  readme = "README.md"
6
  requires-python = ">=3.12,<3.13" # 3.13 have issues with spacy and pytorch
 
1
  [project]
2
  name = "dynaword"
3
+ version = "1.2.5"
4
  description = "project code for the danish dynaword project"
5
  readme = "README.md"
6
  requires-python = ">=3.12,<3.13" # 3.13 have issues with spacy and pytorch
test_results.log CHANGED
@@ -1,6 +1,6 @@
1
  ============================= test session starts ==============================
2
  platform darwin -- Python 3.12.0, pytest-8.3.4, pluggy-1.5.0
3
- rootdir: /Users/au561649/Github/danish-dynaword
4
  configfile: pyproject.toml
5
  plugins: anyio-4.9.0
6
  collected 328 items
@@ -22,4 +22,4 @@ src/tests/test_quality/test_short_texts.py: 36 warnings
22
  /Users/kristianjensen/Documents/danish-dynaword/.venv/lib/python3.12/site-packages/datasets/utils/_dill.py:385: DeprecationWarning: co_lnotab is deprecated, use co_lines instead.
23
 
24
  -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
25
- ============ 327 passed, 1 skipped, 36 warnings in 62.89s (0:01:02) ============
 
1
  ============================= test session starts ==============================
2
  platform darwin -- Python 3.12.0, pytest-8.3.4, pluggy-1.5.0
3
+ rootdir: /Users/kristianjensen/Documents/danish-dynaword
4
  configfile: pyproject.toml
5
  plugins: anyio-4.9.0
6
  collected 328 items
 
22
  /Users/kristianjensen/Documents/danish-dynaword/.venv/lib/python3.12/site-packages/datasets/utils/_dill.py:385: DeprecationWarning: co_lnotab is deprecated, use co_lines instead.
23
 
24
  -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
25
+ ================= 327 passed, 1 skipped, 36 warnings in 52.74s =================
uv.lock CHANGED
@@ -257,7 +257,7 @@ wheels = [
257
 
258
  [[package]]
259
  name = "dynaword"
260
- version = "1.2.4"
261
  source = { editable = "." }
262
  dependencies = [
263
  { name = "datasets" },
 
257
 
258
  [[package]]
259
  name = "dynaword"
260
+ version = "1.2.5"
261
  source = { editable = "." }
262
  dependencies = [
263
  { name = "datasets" },