Skip to content

Commit

Permalink
v2022.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Nov 30, 2022
1 parent 42c0da7 commit f15995c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changes between releases of the WALS CLDF dataset.


## [UNRELEASED]
## [v2020.3] - 2022-12-01

- Changes to language metadata as specified in `raw/languagesMSD_22-09.csv`.
- The trees of the Genealogical Language List have been added in a TreeTable.
Expand Down
23 changes: 18 additions & 5 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Releasing WALS as CLDF dataset

- Run `cldfbench makecldf cldfbench_wals.py --glottolog-version v4.6`
- Run `cldfbench cldfreadme cldfbench_wals.py`
- Run `cldfbench readme cldfbench_wals.py`
- Run `cldfbench zenodo cldfbench_wals.py`

- Run
```shell
cldfbench makecldf cldfbench_wals.py --glottolog-version v4.6
```
- Run
```shell
cldfbench cldfreadme cldfbench_wals.py`
```
- Run
```shell
cldfbench readme cldfbench_wals.py
```
- Run
```shell
cldfbench zenodo cldfbench_wals.py
```
- Run `pytest`
- Update `CHANGES.md`
- Commit all
- Tag release
2 changes: 1 addition & 1 deletion cldf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ property | value
[dc:identifier](http://purl.org/dc/terms/identifier) | https://wals.info
[dc:license](http://purl.org/dc/terms/license) | https://creativecommons.org/licenses/by/4.0/
[dcat:accessURL](http://www.w3.org/ns/dcat#accessURL) | https://github.com/cldf-datasets/wals
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/cldf-datasets/wals/tree/2034005">cldf-datasets/wals v2020.2-1-g2034005</a></li><li><a href="https://github.com/glottolog/glottolog/tree/v4.6">Glottolog v4.6</a></li></ol>
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/cldf-datasets/wals/tree/42c0da7">cldf-datasets/wals v2020.2-6-g42c0da7</a></li><li><a href="https://github.com/glottolog/glottolog/tree/v4.6">Glottolog v4.6</a></li></ol>
[prov:wasGeneratedBy](http://www.w3.org/ns/prov#wasGeneratedBy) | <ol><li><strong>python</strong>: 3.8.10</li><li><strong>python-packages</strong>: <a href="./requirements.txt">requirements.txt</a></li></ol>
[rdf:ID](http://www.w3.org/1999/02/22-rdf-syntax-ns#ID) | wals
[rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type) | http://www.w3.org/ns/dcat#Distribution
Expand Down
2 changes: 1 addition & 1 deletion cldf/StructureDataset-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
"rdf:about": "https://github.com/cldf-datasets/wals",
"rdf:type": "prov:Entity",
"dc:created": "v2020.2-5-g836d933",
"dc:created": "v2020.2-6-g42c0da7",
"dc:title": "Repository"
},
{
Expand Down
2 changes: 1 addition & 1 deletion cldf/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bs4==0.0.1
certifi==2019.11.28
chardet==3.0.4
-e git+https://github.com/cldf/cldfbench@94d5137c50a1dc5ee057865ed171bb4421aa2ff8#egg=cldfbench
-e git+https://github.com/cldf-datasets/wals@836d933d6b6ca37e82afab5fd2fc0e7f4200d359#egg=cldfbench_wals
-e git+https://github.com/cldf-datasets/wals@42c0da7acc8c1de087e46f788974f71afdc9d4f2#egg=cldfbench_wals
cldfcatalog==1.5.1
cldfviz==0.10.0
clldutils==3.14.0
Expand Down

0 comments on commit f15995c

Please sign in to comment.