Skip to content

Releases: alchem0x2A/py-wdf-reader

Update license information

19 Jan 04:02
Compare
Choose a tag to compare
Pre-release

Update license from GPL to MIT. No major code changes

Fix EXIF error when Pillow >=8.2.0

03 May 15:57
Compare
Choose a tag to compare

Workaround to use the old _getexif() method (https://pillow.readthedocs.io/en/stable/releasenotes/8.2.0.html#image-getexif-exif-and-gps-ifd) instead of getexif() which frequently are changed in the API.

Add more DataType for better wdf file handling

22 Mar 21:35
4a61d43
Compare
Choose a tag to compare
0.1.14

Update pythonpublish.yml

Enhancing plain text output.

01 Nov 18:39
Compare
Choose a tag to compare

The executable wdf-export can now output brief wdf file information as well as mapping coordinates into the .csv or .txt files

Enhancing Windows functionality

14 Oct 11:42
60caabe
Compare
Choose a tag to compare
  • Add support for pytest
  • Add support Windows binary

Adding exporting script

13 Oct 12:47
Compare
Choose a tag to compare

Starting from version 0.1.11, there is an executable script wdf-export for exporting Renishaw spectra into plain-text files (either csv or txt formats)

Fix bug in reading mapping info

09 Sep 09:38
f3684ae
Compare
Choose a tag to compare
0.1.10

To ver 0.1.10

Add support for Anaconda hosting

06 Aug 15:50
7e6831d
Compare
Choose a tag to compare
0.1.9

To version 0.1.9

Fix error with File IO & Pillow API change

27 Jul 14:18
173cdac
Compare
Choose a tag to compare

Adding debug flag to parser

27 May 21:55
0cdbcb3
Compare
Choose a tag to compare
0.1.7

Update setup.py