File tree Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Added
6
6
7
+ ### Changed
8
+
9
+ ### Fixed
10
+
11
+ ### Removed
12
+
13
+ ### Deprecated
14
+
15
+ ## [ v1.0.0-rc.2]
16
+
17
+ ### Added
18
+
7
19
- Add a ` preserve_dict ` parameter to ` ItemCollection.from_dict ` and set it to False when
8
20
using ` ItemCollection.from_file ` .
9
- ([ #468 ] ( https://github.com/stac-utils/pystac/pull/468 ) )
21
+ ([ #468 ] ( https://github.com/stac-utils/pystac/pull/468 ) )
10
22
- ` StacIO.json_dumps ` and ` StacIO.json_loads ` methods for JSON
11
23
serialization/deserialization. These were "private" methods, but are now "public" and
12
24
documented ([ #471 ] ( https://github.com/stac-utils/pystac/pull/471 ) )
16
28
- ` pystac.stac_io.DuplicateObjectKeyError ` moved to ` pystac.DuplicateObjectKeyError `
17
29
([ #471 ] ( https://github.com/stac-utils/pystac/pull/471 ) )
18
30
19
- ### Fixed
20
-
21
- ### Removed
22
-
23
- ### Deprecated
24
-
25
31
## [ v1.0.0-rc.1]
26
32
27
33
### Added
@@ -391,7 +397,8 @@ use `Band.create`
391
397
392
398
Initial release.
393
399
394
- [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.0.0-rc.1..main >
400
+ [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.0.0-rc.2..main >
401
+ [ v1.0.0-rc.2 ] : < https://github.com/stac-utils/pystac/compare/v1.0.0-rc.1..v1.0.0-rc.2 >
395
402
[ v1.0.0-rc.1 ] : < https://github.com/stac-utils/pystac/compare/v1.0.0-beta.3..v1.0.0-rc.1 >
396
403
[ v1.0.0-beta.3 ] : < https://github.com/stac-utils/pystac/compare/v1.0.0-beta.2..v1.0.0-beta.3 >
397
404
[ v1.0.0-beta.2 ] : < https://github.com/stac-utils/pystac/compare/v1.0.0-beta.1..v1.0.0-beta.2 >
Original file line number Diff line number Diff line change 1
1
import os
2
2
from typing import Optional
3
3
4
- __version__ = "1.0.0-rc.1 "
4
+ __version__ = "1.0.0-rc.2 "
5
5
"""Library version"""
6
6
7
7
You can’t perform that action at this time.
0 commit comments