Skip to content

Releases: AlexHenderson/agilent-ir-formats

Version 0.4.0

31 May 16:05
Compare
Choose a tag to compare

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

Version 0.3.0

11 Aug 13:54
Compare
Choose a tag to compare

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

Version 0.2.0

11 Jun 18:23
Compare
Choose a tag to compare

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

Full Changelog: v0.1.0...0.2.0

Version 0.1.0

09 Jun 16:20
Compare
Choose a tag to compare

First formal release.