Skip to content

Releases: hongquan/Defity

Version 0.7.0

17 Oct 18:13

Choose a tag to compare

  • Support free-threaded Python.
  • Add wheels for Python 3.14t (free-threaded).

Version 0.6.0

16 Oct 09:21

Choose a tag to compare

  • Add Python 3.14 build.
  • Update dependencies.

Version 0.5.1

27 Dec 09:00

Choose a tag to compare

  • Provide wheel files for Python 3.12 on Mac and Windows.
  • Provide more wheel files for musl Linux.

Version 0.5.0

26 Dec 11:14

Choose a tag to compare

  • Support Python 3.13.
  • Fix pyproject.toml file which makes building from source failed.
  • Drop Python 3.9 support.
  • Switch from Poetry to uv for dependency management.

Version 0.4.1

02 Jul 11:01

Choose a tag to compare

  • Fix ReadTheDocs configuration.
  • Build for musl Linux.

Version 0.4.0

27 May 10:39

Choose a tag to compare

  • Support Python 3.12
  • Drop support for Python older than 3.9
  • Upgrade dependencies.

Version 0.3.1

26 Oct 15:15

Choose a tag to compare

  • Update dependencies
  • Support Python 3.11
  • Drop Python 3.6 support

Version 0.3.0

09 Oct 15:32

Choose a tag to compare

  • Embed FreeDesktop's MIME database for Windows and MacOS build.
  • Apply dual license: Apache in general and GPL-3.0 for Windows and MacOS (due to inclusion of MIME database).
  • Provide prebuilt wheel files for armhf and aarch64 Linux.

Version 0.2.0

27 Aug 18:25

Choose a tag to compare

Be friendly with multi-threaded environment.

Our function won't acquire GIL (except when you are passing a file object) to let other Python threads in the same application run in parallel.

Version 0.1.4

25 Aug 18:52

Choose a tag to compare

Just try to fix encoding error when displaying in PyPI.