Skip to content

Releases: aloisklink/flirextractor

v1.0.2

09 Aug 23:13
Compare
Choose a tag to compare

Fixed

  • Add a py.typed file to show that we have typed Python annotations under PEP 561.
    This means that the mypy type-checker will now correctly type check this library.

v1.0.1

27 May 15:54
Compare
Choose a tag to compare

Fixed

  • Support Pillow version ^7.0.0, in addition to ^6.0.0

v1.0.0+zenodo

20 Nov 15:29
Compare
Choose a tag to compare

Rerelease of v1.0.0 for Zenodo.

v1.0.0

15 Nov 20:13
Compare
Choose a tag to compare

Update version numbering to v1.0.0 as the API should remain stable.

v0.1.1

15 Nov 20:02
Compare
Choose a tag to compare

Fixed

  • Fix FLIR images stored in .png format from loading in big-endian format.
  • Updated README.md
  • Use atmospheric constants from FLIR metadata if they exist

Re-release for zenodo

04 Nov 11:51
3eeca6b
Compare
Choose a tag to compare

Creating this release for Zenodo to see it.

Initial PyPi Release

04 Nov 11:45
3eeca6b
Compare
Choose a tag to compare
v0.1.0

Quiet apt-get in Github Action