-
Notifications
You must be signed in to change notification settings - Fork 5
/
ChangeLog
112 lines (88 loc) · 2.8 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
CHANGES
=======
1.2.2
-----
* install: try immediately rendering NumpyImport as a string
* fix: use enum instead of long
* release(1.2.2): fixes busted py310 universal2 wheel
1.2.1
-----
* test: add py311 to test set
* chore: bump version to 1.2.1
* build: update github actions
* docs: fix broken link to fpzip site
1.2.0
-----
* chore: update cpp file
* docs: note that we've upgraded fpzip
* build: update build script
* build: don't try to build python "3.1"
* docs: remove defunct Travis CI build badge
* build: add GHA tests
* build: adds pyproject.toml to ensure numpy
* chore: upgrade fpzip to 1.3.0 (#16)
* chore: add BSD-3 license
* chore: update Trove classifiers
1.1.5
-----
* chore: add restriction py36+
* fix: remove pp27 from gh action
* release(1.1.5): updated cython generated cpp file
* chore: updated pyx file with newest cython for py39
* chore: delete travis
* chore: add ghithub actions
* fix: rerun cython to generate a python3.9 compatible cpp file
* fix: drop py27 and add py39 by replacing decodestring with decodebytes
* install: for mac, add stdlib=libc++ and min OS version of 10.9
* chore: update setup.cfg - py27,py35,py36,py37 and content-type markdown
* chore: move test.py to automated\_test.py
* Renamed DOMAIN and RANGE to DOMAIN\_TYPE and RANGE\_TYPE to fix a naming clash when compiling with MSVC (#13)
* chore: set numpy 1.16+ as requirement
* chore: drop py34 support add py37 testing to travis
* chore: bump version to 1.1.3
* fix: add order to compress parameters (#12)
* Update README.md
* Update README.md
* docs: README.md reflects available binaries
* feat: add semi-automated builds of fpzip binaries via docker
1.1.2
-----
* docs: update Changelog
* fix: use "decodestring" instead of "decodebytes"
* fix: ensure file descriptors are closed for error conditions
1.1.1
-----
* fix: truncated message to exclude trailing zeros (#8)
* fix: small memory leak for error conditions and zero length buffers (#7)
1.1.0
-----
* docs: add order parameter to decompress in docs
* docs: update decompress doc string to reflect order parameter
* feat: allow customization of memory ordering. (#4)
* Update README.md
1.0.4
-----
* fix: removed non-ascii characters from README
1.0.3
-----
* fix: install numpy during setup (#1)
* chore: update setup.cfg with Python2 classifiers
1.0.2
-----
* fix: typecode intepretation error in Python2
* test: install numpy first
* docs: Travis badge
* test: added travis and tests for zero size arrays
* fix: python2 support for size 0 arrays
1.0.1
-----
* feat: python2 support
* fix: double precision now working
* docs: added PyPI badge
* docs: documented version independence and Python3 only
* fix: corrected whitespace error in classifier
1.0.0
-----
* docs: formatting, link to fpzip site
* init: fpzip cython bindings w/ installation procedure
* Initial commit