-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCHANGES.txt
43 lines (31 loc) · 1.1 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
CHANGES
=======
1.0.2 (2021-06-28)
------------------
- Read source in `determine_nodata()` only if discovery of nodata is needed.
- Open source in `determine_nodata()` only if `user_nodata` is unspecified.
1.0.1 (2019-08-26)
------------------
- Remove `numpy.set_printoptions()` call in `count_ndv_regions()`, the usage
was no longer correct in newer versions of Numpy.
- Remove dependency on scikit-image by using `rasterio.features.shapes()`.
1.0.0 (2018-07-26)
------------------
There are no changes since 1.0rc1.
1.0rc1 (2018-07-19)
-------------------
- Requires Rasterio>=1.0.0 and rio-mucho>=1.0rc1.
- Added missing docstrings to modules (#39).
- Made alpha_worker function public, leaving _alpha_worker as an alias (#40).
- Removed code protecting this module against deprecations in Rasterio
pre-releases.
- Calls skimage.measure.label() with `connectivity=1` instead of `neighbors=4`
(#8).
0.6.1 (2018-03-21)
------------------
- Require scipy>=0.18
0.6.0 (2018-03-21)
------------------
- Require rasterio>=1.0a10
- Use rasterio's Window class when possible to avoid deprecation warnings
(#35).