-
Notifications
You must be signed in to change notification settings - Fork 24
/
CHANGES.txt
98 lines (71 loc) · 2.26 KB
/
CHANGES.txt
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
Changes
=======
2.0.1 (2024-12-17)
------------------
- Fix for release process
2.0.0 (2024-12-16)
------------------
- Drop support for Python <3.9.
- Bump rasterio to 1.4.
- Bump colormath to 3.0.
- Bump click to 8.1.
- Bump numpy to 2.0.2.
- Bump Cython to 3.0.
- Bump pytest to 8.3.
- TravisCI --> GHA
1.0.4 (2021-07-19)
------------------
- Build using oldest supported version of numpy.
1.0.3 (2021-06-18)
------------------
- Add compatibility with click 8 (#77).
1.0.2 (2021-01-19)
------------------
- Explicitly require a released version of rasterio (#74).
1.0.1 (2020-12-21)
------------------
- No changes since 1.0.1a1.
1.0.1a1 (2020-12-16)
--------------------
- Build binary wheels for 64-bit Linux, MacOS, and Windows using cibuildwheel
on AppVeyor (#70).
- Add a pyproject.toml file to specify build dependencies.
1.0.0 (2018-07-26)
------------------
The are no changes from 1.0rc2.
1.0rc2 (2018-07-20)
-------------------
New, smaller platform wheels have been created for this release. There are no
other changes from 1.0rc1.
1.0rc1 (2018-07-19)
-------------------
- Explicitly set color interpretation from the source dataset (#52).
- Docstrings have been added for all public modules, classes, and methods
(#50).
0.4.1 (2017-12-1)
-----------------
- optimize-color script
- packaging: test on Python 3.6, upgrade to Cython 0.27.3, Linux wheels
0.4.0 (2016-05-25)
------------------
- Added support for LUV colorspace conversions.
- Testing framework to roundtrip RGB conversions and use colormath for confirmation
- inline cdef functions and constants for better code organization and a small speed boost.
- sRGB companding for XYZ-RGB conversions
0.3.0 (2016-05-19)
------------------
- Generic colorspace conversions using convert and convert_arr. Support for RGB, XYZ, LCH, LAB.
0.2.2 (2016-05-13)
------------------
- Fixed `rio atmos` support for 4-band RGBA rasters
0.2.1 (2016-05-12)
-------------------
- Fix botched release where OSX wheels were linked against libgdal
0.2.0 (2016-05-11)
-------------------
- Fixed bug in operation closures to ensure order doesn't affect scope
- consistency with proportions, not percentages
- conversion between rio atmos and rio color with --as-color option
0.1.3 (2016-05-03)
------------------
- Initial release