We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dd174 commit d7ae1ecCopy full SHA for d7ae1ec
CHANGELOG.md
@@ -8,6 +8,15 @@
8
media type value for these types and new media types COPC and VND_PMTILES
9
([#1554](https://github.com/stac-utils/pystac/pull/1554))
10
11
+### Fixed
12
+
13
+- `extensions.mlm` various fixes
14
+ - Fixed ResizeType typos `interpolation-nearest` and `interpolation-linear`
15
+ - Fixed displaying the correct property in error message for `ResultStructure.data_type`
16
+ - Fixed `ValueScaling.maximum` setter to pop when None is given
17
+ - Fixed `ModelInput.value_scaling` to be `list[ValueScaling]` instead of `ValueScaling`
18
+ - Fixed missing version migrations
19
20
## [v1.13.0] - 2025-04-15
21
22
### Added
0 commit comments