Skip to content

Releases: iskandergaba/free-threading

1.1.1

28 Feb 19:33

Choose a tag to compare

What's Changed

  • Documented non-thread-safe C extensions re-enabling the GIL in the "Important Considerations" documentation page.
  • Improved internal code quality and test reliability.
  • Upgraded dependencies.

Full Changelog: 1.1.0...1.1.1

1.1.0

29 Dec 23:33

Choose a tag to compare

What's Changed

  • Fix spawn and picklability validation by @iskandergaba in #4
  • Fix bugs on Windows and macOS platforms
  • Extend the CI to test on Windows and macOS in addition to Linux
  • Polish documentation
  • Various code improvements and tweaks

Full Changelog: 1.0.4...1.1.0

1.0.4

11 Dec 13:50

Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

10 Dec 02:02

Choose a tag to compare

Update the repository link in pyproject.toml

Full Changelog: 1.0.2...1.0.3

1.0.2

10 Dec 01:59

Choose a tag to compare

Add documentation notes for running the code examples on standard Python 3.14 builds

Full Changelog: 1.0.1...1.0.2

1.0.1

10 Dec 00:17

Choose a tag to compare

Documentation patch release

Full Changelog: 1.0.0...1.0.1

1.0.0

09 Dec 23:27

Choose a tag to compare

Initial release