File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
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.1]
16
+
17
+ ### Added
18
+
7
19
- License file included in distribution ([ #409 ] ( https://github.com/stac-utils/pystac/pull/409 ) )
8
20
- Links to Issues, Discussions, and documentation sites ([ #409 ] ( https://github.com/stac-utils/pystac/pull/409 ) )
9
21
- Python minimum version set to ` >=3.6 ` ([ #409 ] ( https://github.com/stac-utils/pystac/pull/409 ) )
25
37
- ` *Extension.ext ` methods now have an optional ` add_if_missing ` argument, which will
26
38
add the extension schema URI to the object's ` stac_extensions ` list if it is not
27
39
present ([ #450 ] ( https://github.com/stac-utils/pystac/pull/450 ) )
40
+ - ` from_file ` and ` from_dict ` methods on ` STACObject ` sub-classes always return instance
41
+ of calling class ([ #451 ] ( https://github.com/stac-utils/pystac/pull/451 ) )
28
42
29
43
### Fixed
30
44
37
51
([ #455 ] ( https://github.com/stac-utils/pystac/pull/455 ) )
38
52
- Schema URI base for STAC 1.0.0-beta.1 ([ #455 ] ( https://github.com/stac-utils/pystac/pull/455 ) )
39
53
40
- ### Removed
41
-
42
- ## [ 1.0.0-beta.3]
54
+ ## [ v1.0.0-beta.3]
43
55
44
56
### Added
45
57
60
72
61
73
- Two v0.6.0 examples from the test suite ([ #373 ] ( https://github.com/stac-utils/pystac/pull/373 ) )
62
74
63
- ## [ 1 .0.0-beta.2]
75
+ ## [ v1 .0.0-beta.2]
64
76
65
77
### Changed
66
78
@@ -368,7 +380,8 @@ use `Band.create`
368
380
369
381
Initial release.
370
382
371
- [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.0.0-beta.3..main >
383
+ [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.0.0-rc.1..main >
384
+ [ v1.0.0-rc.1 ] : < https://github.com/stac-utils/pystac/compare/v1.0.0-beta.3..v1.0.0-rc.1 >
372
385
[ v1.0.0-beta.3 ] : < https://github.com/stac-utils/pystac/compare/v1.0.0-beta.2..v1.0.0-beta.3 >
373
386
[ v1.0.0-beta.2 ] : < https://github.com/stac-utils/pystac/compare/v1.0.0-beta.1..v1.0.0-beta.2 >
374
387
[ v1.0.0-beta.1 ] : < https://github.com/stac-utils/pystac/compare/v0.5.6..v1.0.0-beta.1 >
You can’t perform that action at this time.
0 commit comments