Skip to content

Releases: jacksonllee/iso639

2025.2.8

08 Feb 21:14
Compare
Choose a tag to compare

Added

  • Explicitly indicated that the library is type-annotated.

2025.1.28

28 Jan 06:13
Compare
Choose a tag to compare

Changed

  • Sped up the retrieval of Language objects during runtime.

2025.1.27

27 Jan 06:31
Compare
Choose a tag to compare

Changed

  • Updated the ISO 639 data from SIL to the latest 2025-01-15 release.
  • The data tables are now included as the original tab-separated value files
    instead of a compiled SQLite database.

Fixed

  • Fixed Language.from_part3 so that it now also works for a retired ISO 639-3 code.

2024.10.22

22 Oct 13:52
Compare
Choose a tag to compare

Added

  • Added support for Python 3.13.

Removed

  • Dropped support for Python 3.8.

Fixed

  • Added CHANGELOG.md to the PyPI source distribution.

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).