-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCHANGES
151 lines (102 loc) · 3.45 KB
/
CHANGES
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
Changes
=======
1.10.1 (2018-07-19)
-------------------
- Remove unneeded *.pyx and *.c files from rio-color platform wheels.
1.10.0 (2018-07-18)
-------------------
- Added rules and scripts for making rio-color wheels.
1.9.1 (2018-07-18)
------------------
- Build Shapely wheels for Python 3.7.
1.9.0 (2018-07-17)
------------------
- Add Python 3.7 wheels (#32).
1.8.5 (2018-06-28)
------------------
- Update OpenSSL to 1.0.2o (#31).
1.8.4 (2018-06-27)
------------------
- Link netcdf 4 in manylinux1 wheels.
1.8.3 (2018-06-23)
------------------
- Remove ignored -Wl,-S cflags and remove --without-hdf4 and --without-hdf5
GDAL configuration options on manylinux1 to match macosx wheel builds.
1.8.2 (2018-06-11)
------------------
- Add sqlite 3.24.0 to OS X wheels.
1.8.1 (2018-05-25)
------------------
- Ensure GDAL_CONFIG is set and that GDAL binaries are on our path.
1.8.0 (2018-04-30)
------------------
- Include get-pip.py to work around PyPI TLS changes.
- Update GDAL to 2.2.4.
- Add sqlite3 to get geopackage format support on manylinux1.
1.7.2 (2018-04-20)
------------------
- Patch for a PROJ fix in 5.0 that hasn't been backported.
1.7.1 (2018-04-13)
------------------
- Add libjpeg so we can have JPEG compression in libtiff (#28).
1.7.0 (2018-03-01)
------------------
Updated:
- GDAL 2.2.3
New:
- WEBP 0.6.1 (#27)
1.6.0 (2018-02-12)
------------------
- Add expat 2.2.5 to manylinux1 wheel building image and include it in the
wheels (#26). CentOS 5's expat headers were defective.
1.5.2 (2017-11-06)
------------------
- Add optimization and stripping to CFLAGS, CXXFLAGS, LDFLAGS (#19).
- Add and patch expat headers, enabling GeoPackage support (#22, #23).
- Set ``GDAL_VERSION=2.2`` when building the Fiona package.
1.5.1 (2017-10-30)
------------------
- Wheels are now tagged for OS X 10.9 and up.
1.5.0 (2017-10-05)
------------------
- OpenJPEG 2.3.0 instead of Jasper.
- GDAL 2.2.2.
- GEOS 3.6.2.
- PROJ 4.9.3.
- NetCDF 4.4.1.1.
1.4.0 (2017-08-21)
------------------
- GDAL is updated to 2.2.1.
1.3.0 (2017-06-05)
------------------
- GDAL is updated to 2.2.0.
- Apply https://trac.osgeo.org/gdal/changeset/38820 patch to 2.2.0.
- Change MACOSX_DEPLOYMENT_TARGET to 10.9. This is required for c++11 features
of GDAL and means that OS X versions < 10.9 are no longer supported.
- OpenSSL has been updated to 1.0.2l in the manylinux1 wheels.
- Use a patched version of delocate that works for Xcode 8.2.1:
https://github.com/matthew-brett/delocate
commit: da5a0f7c81a353e939344e27e59f15994bfb6b8f.
1.3.0 (2017-03-20)
------------------
- Add Python 2.6 to the macosx build matrix.
1.2.0 (2017-02-14)
------------------
- Update GDAL to 2.1.3.
1.1.0 (2016-11-29)
------------------
- OpenSSL 1.0.2j and Curl 7.51.0 are included in the build and GDAL 2.1.2 is
patched to enable non-system certificate bundles to be used via curl's
CURL_CA_BUNDLE environment variable.
1.0.0 (2016-11-15)
------------------
- Manylinux1 targets for Shapely and Fiona have been added to the existing one
for Rasterio.
- Python 3.3 has been dropped from the macosx wheel targets. Binary releases
of this version of Python are no longer coming from python.org.
- C asserts are re-enabled in GEOS for compatibility with Homebrew's GEOS
formula.
- GDAL version is upgraded to 2.1.2.
- Extra macosx SDK versions have been dropped from wheel platform tags. This
means that users will need a newer (>6.0) version of pip to install the
macosx wheels.