Releases: iskandergaba/free-threading
Releases · iskandergaba/free-threading
1.1.1
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
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
What's Changed
- Feature - Multi-platform Support by @iskandergaba in #3
Full Changelog: 1.0.3...1.0.4
1.0.3
Update the repository link in pyproject.toml
Full Changelog: 1.0.2...1.0.3
1.0.2
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
Documentation patch release
Full Changelog: 1.0.0...1.0.1
1.0.0
Initial release