Skip to content

Releases: jacksonllee/iso639

2024.4.27

27 Apr 19:25
Compare
Choose a tag to compare

Changed

  • Updated the ISO 639 data from SIL to the latest 2024-04-15 release.

2024.2.7

08 Feb 04:21
Compare
Choose a tag to compare

Changed

  • Updated the ISO 639 data from SIL to the latest 2024-01-10 release.

2024.1.2

03 Jan 03:22
Compare
Choose a tag to compare

Changed

  • Updated the ISO 639 data from SIL to the latest 2023-12-20 release.

2023.12.11

12 Dec 02:48
Compare
Choose a tag to compare

Added

  • Added support for Python 3.12.

2023.6.15

15 Jun 13:10
Compare
Choose a tag to compare

Fixed

  • Made Language class instances actually hashable (#3).

2023.4.13

13 Apr 23:16
Compare
Choose a tag to compare

Changed

  • Disabled thread checking for the database, as it's read-only (#1).

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.