Skip to content

Releases: jacksonllee/iso639

2023.2.4

04 Feb 19:19
Compare
Choose a tag to compare

Changed

  • Updated the ISO 639 data from SIL to the latest 2023-01-23 release.

[2022.11.27]

27 Nov 16:47
Compare
Choose a tag to compare

[2022.11.27]

Added

  • Defined the LanguageNotFoundError exception.
  • Added support for Python 3.11.

Changed

  • If the Language class methods match, from_part3, etc. receive an invalid
    input language code or name, a LanguageNotFoundError is now raised.
    (Previously, None was returned with no exception raised.)

Removed

  • Dropped support for Python 3.7.

[2022.9.17]

17 Sep 15:14
Compare
Choose a tag to compare

[2022.9.17]

Added

  • Added constants DATA_LAST_UPDATED and ALL_LANGUAGES.

[2022.5.16]

15 May 21:19
Compare
Choose a tag to compare

Fixed

  • Corrected repo name in package metadata and documentation.