File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 13
13
- Support for Python 3.9 ([ #420 ] ( https://github.com/stac-utils/pystac/pull/420 ) )
14
14
- Migration for pre-1.0.0-rc.1 Stats Objects (renamed to Range Objects in 1.0.0-rc.3) ([ #447 ] ( https://github.com/stac-utils/pystac/pull/447 ) )
15
15
- Attempting to extend a ` STACObject ` that does not contain the extension's schema URI in
16
- ` stac_extensions ` raises new ` ExtensionNotImplementedError ` .
16
+ ` stac_extensions ` raises new ` ExtensionNotImplementedError ` ( [ # 450 ] ( https://github.com/stac-utils/pystac/pull/450 ) )
17
17
18
18
### Changed
19
19
22
22
` StacIO.read_text ` ([ #433 ] ( https://github.com/stac-utils/pystac/pull/433 ) )
23
23
- ` FileExtension ` updated to work with File Info Extension v2.0.0 ([ #442 ] ( https://github.com/stac-utils/pystac/pull/442 ) )
24
24
- ` FileExtension ` only operates on ` pystac.Asset ` instances ([ #442 ] ( https://github.com/stac-utils/pystac/pull/442 ) )
25
+ - ` *Extension.ext ` methods now have an optional ` add_if_missing ` argument, which will
26
+ add the extension schema URI to the object's ` stac_extensions ` list if it is not
27
+ present ([ #450 ] ( https://github.com/stac-utils/pystac/pull/450 ) )
25
28
26
29
### Fixed
27
30
You can’t perform that action at this time.
0 commit comments