Releases: pearu/pylibtiff
Releases · pearu/pylibtiff
Release 0.7.0
What's Changed
- Bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot[bot] in #169
- Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot[bot] in #170
- Bump actions/checkout from 3 to 4 by @dependabot[bot] in #167
- Bump actions/setup-python from 4 to 5 by @dependabot[bot] in #171
- Fix unicode path on windows by @One-sixth in #160
- libtiff_ctype: On Windows, use TIFFOpenW() when open() gets a str by @pieleric in #172
- Add support for variable length custom tags by @pieleric in #173
- Move inline tests to a dedicated testing module by @pieleric in #174
- Bump actions/cache from 3 to 4 by @dependabot[bot] in #175
- Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot[bot] in #177
- Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot[bot] in #181
- ctypes: don't fail to load when embedded as a "frozen" package by @pieleric in #187
- Fix compatibility with numpy2 by @avalentino in #186
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.10.0 by @dependabot[bot] in #185
- Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.13.0 in /.github/workflows by @dependabot[bot] in #188
- fix: declare argtypes for non-variadic arguments, part 2 by @mkitti in #189
- fix: declare argtypes for non-variadic arguments by @rayg-ssec in #179
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #191
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #190
New Contributors
- @One-sixth made their first contribution in #160
- @mkitti made their first contribution in #189
- @rayg-ssec made their first contribution in #179
Full Changelog: v0.6.1...v0.7.0
Version 0.6.1
- Remove deprecated
setuptools_scm_git_archivepackage from build process - Remove unused matplotlib and wx imports in CLI scripts
Version 0.6.0
- Add libtiff 4.6.0 wrappers
- Remove GUI functionality from scripts
Version 0.5.1
- Fix "scripts" sub-package
- Various ctypes fixes
- Add TIFF_HEADER_PATH to force header location
- Fix handling of line continuations with libtiff 4.5.0
Version 0.5.0 Post 0
- Add missing README.md from source distribution (used to as long_description in package metadata)
Version 0.5.0
- Major package structure and CI overhaul
libtiff.infoandlibtiff.convertscripts are now setuptools entry points (console_scripts). Functionally the same, but code is executed differently.- Remove unused bundled bitarray
- Fix numpy
np.boolusage
pylibtiff 0.4.4
Various updates and bug fixes.