-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
50 lines (50 loc) · 1.4 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
0.6.2
- migration of repository to the DC-analysis organization
- tests: drop pytest-runner
- tests: fix numpy deprecation
0.6.1
- maintenance release
0.6.0
- setup: remove support for Python 2
- ci: migrate to GitHub actions
0.5.2
- setup: update version files
- tests: remove Python 3.5 tests
- examples: update tdms2fcs to support nptdms 0.23.0
0.5.1
- maintenance release
0.5.0
- feat: support writing user-defined key-value pairs in the
primary TEXT segment
- tests: add tests using fcsparser
0.4.4
- tests: make FCM-related tests optional also on Python 2
0.4.3
- setup: fix homepage link
0.4.2
- fix: always write correct TEXT size (#4)
0.4.1
- ci: automate release to PyPI using travis-ci
0.4.0
- fix: support data segments that end beyond 99,999,999th byte (#2)
- ref: use pathlib internally
0.3.0
- feat: support pathlib.Path object as output filename
- cleanup setup files
0.2.0
- added compatibility mode for range of int16 data
- fix UnicodeDecodeError when saving UTF-8 headers
- add switch for changing endianness of data stored
- remove rows containing NaN values before writing
- minor fix for examples
- make code compatible with PEP8
0.1.3
- include all example data in dist package
- force installation of package data
0.1.2
- replace common unicode characters in channel names
- improve compatibility with Python 3
0.1.1
- functional library
0.1.0
- Initial commit to GitHub