Skip to content

Commit 74144c2

Browse files
committed
added mlm changes
# Conflicts: # CHANGELOG.md
1 parent 448dd9b commit 74144c2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@
1414
- Type of `proj:code` setter ([#1560](https://github.com/stac-utils/pystac/pull/1560))
1515
- Use `urllib3` to fix parsing non-ascii in urls ([#1566](https://github.com/stac-utils/pystac/pull/1566))
1616
- Some return types and other **mypy** nits ([#1569](https://github.com/stac-utils/pystac/pull/1569))
17-
17+
- `extensions.mlm` various fixes
18+
- Fixed ResizeType typos `interpolation-nearest` and `interpolation-linear`
19+
- Fixed displaying the correct property in error message for `ResultStructure.data_type`
20+
- Fixed `ValueScaling.maximum` setter to pop when None is given
21+
- Fixed `ModelInput.value_scaling` to be `list[ValueScaling]` instead of `ValueScaling`
22+
- Fixed missing version migrations
23+
1824
## [v1.13.0] - 2025-04-15
1925

2026
### Added

0 commit comments

Comments
 (0)