Recent Releases of agilent-ir-formats

agilent-ir-formats - Version 1.0.0

This a version-number-only release. There are no code changes from version 0.4.0 other than the version number and copyright date.

The reason for this release is to better align version numbering. A version number of 0.4.0 implies this is a pre-release. Version 1.0.0 indicates an actual release.

- Python
Published by AlexHenderson 7 months ago

agilent-ir-formats - Version 0.4.0

Migrated code to use python-poetry. This moved the code out of the src folder into root.

Fixed an error in README.md Example 1 where xvalues were used instead of wavenumbers.

Bumped version to 0.4.0

- Python
Published by AlexHenderson almost 2 years ago

agilent-ir-formats - Version 0.3.0

Added a static AgilentIRFile.find_files() method This method takes a directory location on disc and searches within that for readable files. A list of readable filenames is returned by the function. A readable file is a single tile image (*.seq), or multi-tile mosaic image (*.dmt), that passes the AgilentIRFile.isreadable() test. There is an option to recurse into all sub-directories (default = yes).

Improved the static AgilentIRFile.isreadable() method This function now checks within the file for some characteristic that indicates it is truly an Agilent IR image file.

Version number bumped to 0.3.0

- Python
Published by AlexHenderson over 2 years ago

agilent-ir-formats - Version 0.2.0

Added HDF5 export. Changed the orientation of the data array. Better help information.

Full Changelog: https://github.com/AlexHenderson/agilent-ir-formats/compare/v0.1.0...0.2.0

- Python
Published by AlexHenderson over 2 years ago

agilent-ir-formats - Version 0.1.0

First formal release.

- Python
Published by AlexHenderson over 2 years ago