Skip to content

Releases: hongquan/Defity

Version 0.8.0

Choose a tag to compare

@hongquan hongquan released this 23 Aug 05:16
07c01f9
  • Update tree_magic_mini
  • Wheel file for Python 3.15

Version 0.7.0

Choose a tag to compare

@hongquan hongquan released this 17 Oct 18:13
  • Support free-threaded Python.
  • Add wheels for Python 3.14t (free-threaded).

Version 0.6.0

Choose a tag to compare

@hongquan hongquan released this 16 Oct 09:21
  • Add Python 3.14 build.
  • Update dependencies.

Version 0.5.1

Choose a tag to compare

@hongquan hongquan released this 27 Dec 09:00
  • Provide wheel files for Python 3.12 on Mac and Windows.
  • Provide more wheel files for musl Linux.

Version 0.5.0

Choose a tag to compare

@hongquan hongquan released this 26 Dec 11:14
  • 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

Choose a tag to compare

@hongquan hongquan released this 02 Jul 11:01
  • Fix ReadTheDocs configuration.
  • Build for musl Linux.

Version 0.4.0

Choose a tag to compare

@hongquan hongquan released this 27 May 10:39
  • Support Python 3.12
  • Drop support for Python older than 3.9
  • Upgrade dependencies.

Version 0.3.1

Choose a tag to compare

@hongquan hongquan released this 26 Oct 15:15
  • Update dependencies
  • Support Python 3.11
  • Drop Python 3.6 support

Version 0.3.0

Choose a tag to compare

@hongquan hongquan released this 09 Oct 15:32
  • 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

Choose a tag to compare

@hongquan hongquan released this 27 Aug 18:25

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.