Releases: jacksonllee/iso639
Releases · jacksonllee/iso639
2023.2.4
Changed
- Updated the ISO 639 data from SIL to the latest 2023-01-23 release.
[2022.11.27]
[2022.11.27]
Added
- Defined the
LanguageNotFoundError
exception. - Added support for Python 3.11.
Changed
- If the
Language
class methodsmatch
,from_part3
, etc. receive an invalid
input language code or name, aLanguageNotFoundError
is now raised.
(Previously,None
was returned with no exception raised.)
Removed
- Dropped support for Python 3.7.
[2022.9.17]
[2022.9.17]
Added
- Added constants
DATA_LAST_UPDATED
andALL_LANGUAGES
.
[2022.5.16]
Fixed
- Corrected repo name in package metadata and documentation.