Skip to content

Releases: pearu/pylibtiff

Release 0.7.0

02 Oct 14:23
dca4d92

Choose a tag to compare

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

Full Changelog: v0.6.1...v0.7.0

Version 0.6.1

21 Sep 13:38
689089d

Choose a tag to compare

  • Remove deprecated setuptools_scm_git_archive package from build process
  • Remove unused matplotlib and wx imports in CLI scripts

Version 0.6.0

15 Sep 21:46
8ed0e27

Choose a tag to compare

  • Add libtiff 4.6.0 wrappers
  • Remove GUI functionality from scripts

Version 0.5.1

29 Dec 19:20
b67eae3

Choose a tag to compare

  • 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

13 Dec 12:42
39d75f7

Choose a tag to compare

  • Add missing README.md from source distribution (used to as long_description in package metadata)

Version 0.5.0

13 Dec 03:37
19170fa

Choose a tag to compare

  • Major package structure and CI overhaul
  • libtiff.info and libtiff.convert scripts are now setuptools entry points (console_scripts). Functionally the same, but code is executed differently.
  • Remove unused bundled bitarray
  • Fix numpy np.bool usage

pylibtiff 0.4.4

03 Oct 18:31
892df24

Choose a tag to compare

Various updates and bug fixes.