Skip to content

Commit

Permalink
Release 1.3.1 (#522)
Browse files Browse the repository at this point in the history
Release 1.3.1.
  • Loading branch information
kylebgorman authored Mar 2, 2024
1 parent 6c67627 commit b122b18
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).

Unreleased
----------

### Under `data/`

### Under `wikipron/` and elsewhere
- Added not-already-mentioned language names. (\#478)
- Fixed dialect selector. (\#513)

[1.3.0] - 2022-11-28
[1.3.1] - 2024-03-02
--------------------

### Under `data/`

#### Added

- Updated Maltese (`mlt`) phonelist. (\#517)
- Fixed path bug in `generate_summary.py`. (\#517)
- Fixed CLI arg bug in `list_phones.py`. (\#516)
- Big scrape for 2024. (\#514)
- Big scrape for 2023. (\#512)
- Moved IPAs of words with tildes to multiple lines. (\#379)
- Caught `iso639.language.LanguageNotFoundError` error in `codes.py`. (\#498)
Expand All @@ -37,6 +25,18 @@ Unreleased
- Upstream cleaning wrt English tie bar. (\#491)
- Upstream cleaning wrt English high vowel and schwa. (\#493)
- Fixed Georgian (`kat`) phones and rescrapes. (\#488)

### Under `wikipron/` and elsewhere
- Added not-already-mentioned language names. (\#478)
- Fixed dialect selector. (\#513)

[1.3.0] - 2022-11-28
--------------------

### Under `data/`

#### Added

- Big scrape for 2022. (\#464)
- Added the `--fresh` flag to `data/scrape/scrape.py` to facilitate running the big scrape in batches. (\#464)
- Added the `--exclude` flag for excluding one or more languages in `data/scrape/scrape.py`. (\#460)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "wikipron"
version = "1.3.0"
version = "1.3.1"
description = "Scraping grapheme-to-phoneme data from Wiktionary"
readme = "README.md"
requires-python = ">= 3.8"
Expand Down

0 comments on commit b122b18

Please sign in to comment.