Releases: henriquegemignani/py-nod
Releases · henriquegemignani/py-nod
Release list
v1.9.5
What's Changed
- Fix build, build for py 3.14 by @henriquegemignani in #173
Full Changelog: v1.9.4...v1.9.5
v1.9.4
What's Changed
- Drop Python 3.8, include Python 3.13, update cibuildwheel by @henriquegemignani in #99
- Fix dependabot auto-merge by @henriquegemignani in #91
- Add release.yml by @henriquegemignani in #100
- Migrate to formatting with ruff by @henriquegemignani in #114
Full Changelog: v1.9.3...v1.9.4
v1.9.3
What's Changed
- Use uint64_t for PartReadStream by @henriquegemignani in #81
Full Changelog: v1.9.2...v1.9.3
v1.9.2
What's Changed
- Use dedicated arm64 and x86_64 wheels for macOS instead of an universal wheel.
Full Changelog: v1.9.1...v1.9.2
v1.9.1
- Include wheels for Python 3.12
- Dropped support for Python 3.7
v1.9.0
What's Changed
- Bump external/nod from
258076ctob513a7fby @dependabot in #33
Full Changelog: v1.8.1...v1.9.0
v1.8.1
v1.8.0
Opening an ISO, reading files, extracting and building ISO now all release the GIL.
v1.7.0
Partition.read_file result now behave more file-like:
- seek SEEK_END now works
- read without arguments added
- enter/exit added
Dropped support for EOL'd Python 3.6
v1.6.0
- Include wheels for Python 3.10.
- Expose a few more internal types.