Releases: stac-extensions/mlm
Releases · stac-extensions/mlm
stac-model-v0.5.2
What's Changed
- update
$commentdescriptions in json examples (#158) @fmigneault
⬆️ Dependencies updates
- ⬆️ Bump torch from 2.10.0 to 2.11.0 (#169) @dependabot[bot]
ℹ️ Note that older versions remain available by pinning them explicitly in your project or python environment. This is just the default one installed otherwise. - ⬆️ Bump release-drafter/release-drafter from 6.2.0 to 7.1.1 (#165) @dependabot[bot]
- ⬆️ Bump actions/cache from 5.0.3 to 5.0.4 (#164) @dependabot[bot]
- ⬆️ Bump ruff from 0.15.0 to 0.15.8 (#168) @dependabot[bot]
- ⬆️ Bump typer from 0.21.1 to 0.24.1 (#167) @dependabot[bot]
- ⬆️ Bump pip from 26.0 to 26.0.1 (#166) @dependabot[bot]
- ⬆️ Bump rich from 14.3.2 to 14.3.3 (#170) @dependabot[bot]
- ⬆️ Bump safety from 3.8.0b0 to 3.8.0b1 (#162) @dependabot[bot]
- ⬆️ Bump pytest-cov from 4.1.0 to 7.0.0 (#161) @dependabot[bot]
- ⬆️ Bump coverage from 7.13.3 to 7.13.4 (#160) @dependabot[bot]
- ⬆️ Bump bandit from 1.9.3 to 1.9.4 (#159) @dependabot[bot]
- ⬆️ Bump authlib from 1.6.6 to 1.6.8 (#163) @dependabot[bot]
- ⬆️ Bump pillow from 12.1.0 to 12.1.1 (#156) @dependabot[bot]
- ⬆️ Bump cryptography from 46.0.4 to 46.0.5 (#157) @dependabot[bot]
👥 List of contributors
@dependabot[bot], @fmigneault and dependabot[bot]
Full Changelog: stac-model-v0.5.1...stac-model-v0.5.2
stac-model-v0.5.1
What's Changed
- fix torchgeo/torch optional compatibility (#148) @fmigneault
- ignore
safetyself-vulnerabilities (#147) @fmigneault - Update
examples/item_pytorch_geo_unet.jsonto align with UNet band values defined bytorchgeo==0.8.1
(see torchgeo @ 41411d4). - Fix resolution (and restrictions) of
torch,torchvisionandtorchgeodependencies
instac-modelpackage to allow backward-compatibility with olderpython<=3.10versions.
Examples usingtorchgeo.models.unetare limited topython>=3.11versions, but others remain backward-compatible. - Fix
MLModelExtension.from_torchinference ofvalue_scalingvalues fromtorchmodel definition when the
transforms are based ontorchvision.transformsutilities rather thankornia.augmentation. - Fix
value_scalingvalues enforced toint. They will now acceptfloatvalues as well, and will applyint
only when the resulting value is equivalent to an integer (i.e.: decimal.0) to align with JSON schema parsers.
⬆️ Dependencies updates
- ⬆️ Bump pytest-benchmark from 4.0.0 to 5.2.3 (#153) @dependabot[bot]
- ⬆️ Update pytest-cov requirement from <5.0.0,>=4.1.0 to >=4.1.0,<8.0.0 (#150) @dependabot[bot]
- ⬆️ Bump pytest from 8.4.2 to 9.0.2 (#154) @dependabot[bot]
- ⬆️ Bump pre-commit from 2.21.0 to 4.5.1 (#155) @dependabot[bot]
- ⬆️ Bump pytest-sugar from 0.9.7 to 1.1.1 (#152) @dependabot[bot]
- ⬆️ Update pytest-benchmark requirement from <5.0.0,>=4.0.0 to >=4.0.0,<6.0.0 (#144) @dependabot[bot]
- ⬆️ Update pre-commit requirement from <3.0.0,>=2.21.0 to >=2.21.0,<5.0.0 (#145) @dependabot[bot]
- ⬆️ Update pydoclint requirement from <0.6,>=0.3 to >=0.3,<0.9 (#146) @dependabot[bot]
- ⬆️ Update pytest requirement from <8.0.0,>=7.2.1 to >=7.2.1,<10.0.0 (#142) @dependabot[bot]
- ⬆️ Bump release-drafter/release-drafter from 6.1.0 to 6.2.0 (#141) @dependabot[bot]
- ⬆️ Bump actions/cache from 5.0.1 to 5.0.3 (#139) @dependabot[bot]
- ⬆️ Bump actions/setup-python from 6.1.0 to 6.2.0 (#140) @dependabot[bot]
👥 List of contributors
@dependabot[bot], @fmigneault and dependabot[bot]
v1.5.1
What's Changed
- Update README.md by @fmigneault in #66
- Update extension to 'candidate' maturity level by @fmigneault in #37
- correct table so it renders by @rbavery in #67
- add Paddle MLM framework by @fmigneault in #72
- add HuggingFace SafeTensors to MLM Artifact Types Best Practices by @fmigneault in #71
- bump
pip>=25.0.0to address vulnerability check by @fmigneault in #75 - ⬆️ Bump actions/cache from 4.2.0 to 4.2.2 by @dependabot[bot] in #74
- ⬆️ Bump actions/setup-python from 5.4.0 to 5.5.0 by @dependabot[bot] in #80
- ⬆️ Bump actions/cache from 4.2.2 to 4.2.3 by @dependabot[bot] in #81
- ⬆️ Update rich requirement from <14.0.0,>=13.7.0 to >=13.7.0,<15.0.0 by @dependabot[bot] in #82
- adjust remark config to aligh
check-markdownwithformat-markdownoutputs by @fmigneault in #83 - add mlm form reference to readme by @rbavery in #79
- add
embeddingas suggested dimension order name by @fmigneault in #84 - improve resources references in README by @fmigneault in #85
- ⬆️ Bump actions/setup-python from 5.5.0 to 5.6.0 by @dependabot[bot] in #86
- update setuptools and bump-my-version definitions by @fmigneault in #92
- add ML-Model migration guide by @fmigneault in #91
- add YAML extensions to match schema references in bump version by @fmigneault in #100
- allow total_parameters or architecture to be ommitted in pydantic models by @rbavery in #101
- Add datacube variables support as MLM input and output dimensions by @fmigneault in #94
- Update PULL_REQUEST_TEMPLATE.md by @fmigneault in #104
- fix safety dependencies by @fmigneault in #105
- patch requests flagged by safety by @fmigneault in #107
- add python3.13 support by @fmigneault in #106
- Model Metadata YAML Validation by @isaaccorley in #95
- fix
mlm:entrypointchecks by @fmigneault in #103 - Support pre/post processing functions as JSON array for Model I/O by @fmigneault in #99
- set urlib above 2.5.0 to address safety lint issue by @rbavery in #108
- add cpu device type as an alias for amd64 by @rbavery in #109
- fix make linters by @fmigneault in #112
- Add common keywords to project package by @fmigneault in #113
- Torch/TorchGeo Export & Packaging by @isaaccorley in #97
- facilitate bump maintenance with glob by @fmigneault in #115
- Torchgeo mlm by @Nazim-crim in #102
- add bands/variables checks against dimension names in input/result ordering by @fmigneault in #114
- ⬆️ Bump actions/checkout from 4 to 5 by @dependabot[bot] in #121
- ⬆️ Bump actions/cache from 4.2.3 to 4.2.4 by @dependabot[bot] in #122
- fix case in export.save where metadata is None by @rbavery in #120
- fix safety/typer mismatching dependencies by @fmigneault in #126
- ⬆️ Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #125
- ⬆️ Bump actions/cache from 4.2.4 to 4.3.0 by @dependabot[bot] in #124
- ⬆️ Bump actions/setup-python from 5.6.0 to 6.0.0 by @dependabot[bot] in #123
- ⬆️ Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #127
- ⬆️ Bump actions/setup-python from 6.0.0 to 6.1.0 by @dependabot[bot] in #130
- ⬆️ Bump actions/checkout from 5 to 6 by @dependabot[bot] in #129
- correct arg in stac model export docs by @rbavery in #134
- ⬆️ Bump actions/cache from 4.3.0 to 5.0.1 by @dependabot[bot] in #136
- update pyproject deprecated uv dev + update urllib3 security fix by @fmigneault in #138
- Update processing expression by @Nazim-crim in #137
New Contributors
- @isaaccorley made their first contribution in #95
- @Nazim-crim made their first contribution in #102
Full Changelog: v1.4.0...v1.5.1
stac-model-v0.5.0
What's Changed
- ⬆️ Bump actions/checkout from 4 to 5 by @dependabot[bot] in #121
- ⬆️ Bump actions/cache from 4.2.3 to 4.2.4 by @dependabot[bot] in #122
- fix case in export.save where metadata is None by @rbavery in #120
- fix safety/typer mismatching dependencies by @fmigneault in #126
- ⬆️ Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #125
- ⬆️ Bump actions/cache from 4.2.4 to 4.3.0 by @dependabot[bot] in #124
- ⬆️ Bump actions/setup-python from 5.6.0 to 6.0.0 by @dependabot[bot] in #123
- ⬆️ Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #127
- ⬆️ Bump actions/setup-python from 6.0.0 to 6.1.0 by @dependabot[bot] in #130
- ⬆️ Bump actions/checkout from 5 to 6 by @dependabot[bot] in #129
- correct arg in stac model export docs by @rbavery in #134
- ⬆️ Bump actions/cache from 4.3.0 to 5.0.1 by @dependabot[bot] in #136
- update pyproject deprecated uv dev + update urllib3 security fix by @fmigneault in #138
- Update processing expression by @Nazim-crim in #137
Full Changelog: stac-model-v0.4.0...stac-model-v0.5.0
v1.5.0
What's Changed
- add bands/variables checks against dimension names in input/result ordering (#114) @fmigneault
- Torchgeo mlm (#102) @Nazim-crim
- facilitate bump maintenance with glob (#115) @fmigneault
- Torch/TorchGeo Export & Packaging (#97) @isaaccorley
- Add common keywords to project package (#113) @fmigneault
- fix make linters (#112) @fmigneault
- add cpu device type as an alias for amd64 (#109) @rbavery
- set urlib above 2.5.0 to address safety lint issue (#108) @rbavery
- Support pre/post processing functions as JSON array for Model I/O (#99) @fmigneault
- fix
mlm:entrypointchecks (#103) @fmigneault - Model Metadata YAML Validation (#95) @isaaccorley
- add python3.13 support (#106) @fmigneault
- patch requests flagged by safety (#107) @fmigneault
- fix safety dependencies (#105) @fmigneault
- Update PULL_REQUEST_TEMPLATE.md (#104) @fmigneault
- Add datacube variables support as MLM input and output dimensions (#94) @fmigneault
- allow total_parameters or architecture to be ommitted in pydantic models (#101) @rbavery
- add YAML extensions to match schema references in bump version (#100) @fmigneault
- update setuptools and bump-my-version definitions (#92) @fmigneault
- add
embeddingas suggested dimension order name (#84) @fmigneault - add mlm form reference to readme (#79) @rbavery
- adjust remark config to aligh
check-markdownwithformat-markdownoutputs (#83) @fmigneault
🚀 Features
- add ML-Model migration guide (#91) @fmigneault
📝 Documentation
- add ML-Model migration guide (#91) @fmigneault
- improve resources references in README (#85) @fmigneault
⬆️ Dependencies updates
- ⬆️ Bump actions/setup-python from 5.5.0 to 5.6.0 (#86) @dependabot[bot]
- ⬆️ Update rich requirement from <14.0.0,>=13.7.0 to >=13.7.0,<15.0.0 (#82) @dependabot[bot]
- ⬆️ Bump actions/cache from 4.2.2 to 4.2.3 (#81) @dependabot[bot]
- ⬆️ Bump actions/setup-python from 5.4.0 to 5.5.0 (#80) @dependabot[bot]
👥 List of contributors
@Nazim-crim, @dependabot[bot], @fmigneault, @isaaccorley, @rbavery and dependabot[bot]
What's Changed
- Update README.md by @fmigneault in #66
- Update extension to 'candidate' maturity level by @fmigneault in #37
- correct table so it renders by @rbavery in #67
- add Paddle MLM framework by @fmigneault in #72
- add HuggingFace SafeTensors to MLM Artifact Types Best Practices by @fmigneault in #71
- bump
pip>=25.0.0to address vulnerability check by @fmigneault in #75 - ⬆️ Bump actions/cache from 4.2.0 to 4.2.2 by @dependabot[bot] in #74
- ⬆️ Bump actions/setup-python from 5.4.0 to 5.5.0 by @dependabot[bot] in #80
- ⬆️ Bump actions/cache from 4.2.2 to 4.2.3 by @dependabot[bot] in #81
- ⬆️ Update rich requirement from <14.0.0,>=13.7.0 to >=13.7.0,<15.0.0 by @dependabot[bot] in #82
- adjust remark config to aligh
check-markdownwithformat-markdownoutputs by @fmigneault in #83 - add mlm form reference to readme by @rbavery in #79
- add
embeddingas suggested dimension order name by @fmigneault in #84 - improve resources references in README by @fmigneault in #85
- ⬆️ Bump actions/setup-python from 5.5.0 to 5.6.0 by @dependabot[bot] in #86
- update setuptools and bump-my-version definitions by @fmigneault in #92
- add ML-Model migration guide by @fmigneault in #91
- add YAML extensions to match schema references in bump version by @fmigneault in #100
- allow total_parameters or architecture to be ommitted in pydantic models by @rbavery in #101
- Add datacube variables support as MLM input and output dimensions by @fmigneault in #94
- Update PULL_REQUEST_TEMPLATE.md by @fmigneault in #104
- fix safety dependencies by @fmigneault in #105
- patch requests flagged by safety by @fmigneault in #107
- add python3.13 support by @fmigneault in #106
- Model Metadata YAML Validation by @isaaccorley in #95
- fix
mlm:entrypointchecks by @fmigneault in #103 - Support pre/post processing functions as JSON array for Model I/O by @fmigneault in #99
- set urlib above 2.5.0 to address safety lint issue by @rbavery in #108
- add cpu device type as an alias for amd64 by @rbavery in #109
- fix make linters by @fmigneault in #112
- Add common keywords to project package by @fmigneault in #113
- Torch/TorchGeo Export & Packaging by @isaaccorley in #97
- facilitate bump maintenance with glob by @fmigneault in #115
- Torchgeo mlm by @Nazim-crim in #102
- add bands/variables checks against dimension names in input/result ordering by @fmigneault in #114
New Contributors
- @isaaccorley made their first contribution in #95
- @Nazim-crim made their first contribution in #102
Full Changelog: v1.4.0...v1.5.0
stac-model-v0.4.0
What's Changed
- ⬆️ Bump actions/setup-python from 5.4.0 to 5.5.0 by @dependabot[bot] in #80
- ⬆️ Bump actions/cache from 4.2.2 to 4.2.3 by @dependabot[bot] in #81
- ⬆️ Update rich requirement from <14.0.0,>=13.7.0 to >=13.7.0,<15.0.0 by @dependabot[bot] in #82
- adjust remark config to aligh
check-markdownwithformat-markdownoutputs by @fmigneault in #83 - add mlm form reference to readme by @rbavery in #79
- add
embeddingas suggested dimension order name by @fmigneault in #84 - improve resources references in README by @fmigneault in #85
- ⬆️ Bump actions/setup-python from 5.5.0 to 5.6.0 by @dependabot[bot] in #86
- update setuptools and bump-my-version definitions by @fmigneault in #92
- add ML-Model migration guide by @fmigneault in #91
- add YAML extensions to match schema references in bump version by @fmigneault in #100
- allow total_parameters or architecture to be ommitted in pydantic models by @rbavery in #101
- Add datacube variables support as MLM input and output dimensions by @fmigneault in #94
- Update PULL_REQUEST_TEMPLATE.md by @fmigneault in #104
- fix safety dependencies by @fmigneault in #105
- patch requests flagged by safety by @fmigneault in #107
- add python3.13 support by @fmigneault in #106
- Model Metadata YAML Validation by @isaaccorley in #95
- fix
mlm:entrypointchecks by @fmigneault in #103 - Support pre/post processing functions as JSON array for Model I/O by @fmigneault in #99
- set urlib above 2.5.0 to address safety lint issue by @rbavery in #108
- add cpu device type as an alias for amd64 by @rbavery in #109
- fix make linters by @fmigneault in #112
- Add common keywords to project package by @fmigneault in #113
- Torch/TorchGeo Export & Packaging by @isaaccorley in #97
- facilitate bump maintenance with glob by @fmigneault in #115
- Torchgeo mlm by @Nazim-crim in #102
- add bands/variables checks against dimension names in input/result ordering by @fmigneault in #114
New Contributors
- @isaaccorley made their first contribution in #95
- @Nazim-crim made their first contribution in #102
Full Changelog: stac-model-v0.3.0...stac-model-v0.4.0
stac-model-v0.3.0
What's Changed
- ⬆️ Bump bump-my-version from 0.21.0 to 0.26.1 by @dependabot in #11
- ⬆️ Bump requests from 2.31.0 to 2.32.3 by @dependabot in #9
- ⬆️ Bump actions/checkout from 2 to 4 by @dependabot in #5
- ⬆️ Bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot in #4
- ⬆️ Bump python from 3.10-slim-buster to 3.11-slim-buster in /docker by @dependabot in #8
- ⬆️ Bump rich from 13.7.1 to 13.8.1 by @dependabot in #6
- ⬆️ Bump wcmatch from 8.5.1 to 10.0 by @dependabot in #10
- ⬆️ Bump identify from 2.5.36 to 2.6.1 by @dependabot in #7
- ⬆️ Bump release-drafter/release-drafter from 5.15.0 to 6.0.0 by @dependabot in #3
- ⬆️ Bump actions/cache from 2.1.6 to 4.0.2 by @dependabot in #1
- migrate github references by @fmigneault in #12
- ⬆️ Bump actions/setup-python from 2.2.2 to 5.2.0 by @dependabot in #18
- ⬆️ Bump jsonschema from 4.22.0 to 4.23.0 by @dependabot in #13
- ⬆️ Bump stevedore from 5.2.0 to 5.3.0 by @dependabot in #16
- ⬆️ Bump prompt-toolkit from 3.0.36 to 3.0.48 by @dependabot in #15
- ⬆️ Bump annotated-types from 0.6.0 to 0.7.0 by @dependabot in #14
- ⬆️ Bump pydoclint from 0.3.10 to 0.5.9 by @dependabot in #17
- update CI to let setup-node choose version by @fmigneault in #19
- add citation references by @fmigneault in #32
- update citation references with official values published work by @fmigneault in #34
- add figure from the MLM demo paper by @rbavery in #33
- update crim and terradue icons + add terradue to readme by @fmigneault in #36
- break out part of description to Resources section, add open paper link and presentation pdf by @rbavery in #38
- Fix check of disallowed unknown/undefined
mlm:-prefixed fields by @fmigneault in #44 - refactor norm-type/statistics mlm:input properties by @fmigneault in #39
- fix missing package/bump as stac-mlm by @fmigneault in #56
- fix invalid dimensions of MLM inputs/outputs example by @fmigneault in #53
- migrate from poetry to uv by @rbavery in #43
- ⬆️ Bump actions/cache from 4.0.2 to 4.1.2 by @dependabot in #45
- ⬆️ Bump actions/setup-python from 5.2.0 to 5.3.0 by @dependabot in #46
- better MLM Asset roles descriptions by @fmigneault in #60
- fix makefile to allow reuse of conda/virtual env by @fmigneault in #61
- fix
mlm:artifact_typecheck missing in assets and other disallowed MLM fields by @fmigneault in #59 - fix
mlm:artifact_typecheck missing by @fmigneault in #52 - ⬆️ Bump actions/cache from 4.1.2 to 4.2.0 by @dependabot in #62
- add compile_method flag and add other framework artifact types by @rbavery in #40
- ⬆️ Bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot in #64
- ⬆️ Bump release-drafter/release-drafter from 6.0.0 to 6.1.0 by @dependabot in #63
- Update README.md by @fmigneault in #66
- Update extension to 'candidate' maturity level by @fmigneault in #37
- correct table so it renders by @rbavery in #67
- add Paddle MLM framework by @fmigneault in #72
- add HuggingFace SafeTensors to MLM Artifact Types Best Practices by @fmigneault in #71
- bump
pip>=25.0.0to address vulnerability check by @fmigneault in #75 - ⬆️ Bump actions/cache from 4.2.0 to 4.2.2 by @dependabot in #74
New Contributors
- @dependabot made their first contribution in #11
- @fmigneault made their first contribution in #12
- @rbavery made their first contribution in #33
Full Changelog: stac-model-v0.2.0...stac-model-v0.3.0
v1.4.0
What's Changed
- ⬆️ Bump bump-my-version from 0.21.0 to 0.26.1 by @dependabot in #11
- ⬆️ Bump requests from 2.31.0 to 2.32.3 by @dependabot in #9
- ⬆️ Bump actions/checkout from 2 to 4 by @dependabot in #5
- ⬆️ Bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot in #4
- ⬆️ Bump python from 3.10-slim-buster to 3.11-slim-buster in /docker by @dependabot in #8
- ⬆️ Bump rich from 13.7.1 to 13.8.1 by @dependabot in #6
- ⬆️ Bump wcmatch from 8.5.1 to 10.0 by @dependabot in #10
- ⬆️ Bump identify from 2.5.36 to 2.6.1 by @dependabot in #7
- ⬆️ Bump release-drafter/release-drafter from 5.15.0 to 6.0.0 by @dependabot in #3
- ⬆️ Bump actions/cache from 2.1.6 to 4.0.2 by @dependabot in #1
- migrate github references by @fmigneault in #12
- ⬆️ Bump actions/setup-python from 2.2.2 to 5.2.0 by @dependabot in #18
- ⬆️ Bump jsonschema from 4.22.0 to 4.23.0 by @dependabot in #13
- ⬆️ Bump stevedore from 5.2.0 to 5.3.0 by @dependabot in #16
- ⬆️ Bump prompt-toolkit from 3.0.36 to 3.0.48 by @dependabot in #15
- ⬆️ Bump annotated-types from 0.6.0 to 0.7.0 by @dependabot in #14
- ⬆️ Bump pydoclint from 0.3.10 to 0.5.9 by @dependabot in #17
- update CI to let setup-node choose version by @fmigneault in #19
- add citation references by @fmigneault in #32
- update citation references with official values published work by @fmigneault in #34
- add figure from the MLM demo paper by @rbavery in #33
- update crim and terradue icons + add terradue to readme by @fmigneault in #36
- break out part of description to Resources section, add open paper link and presentation pdf by @rbavery in #38
- Fix check of disallowed unknown/undefined
mlm:-prefixed fields by @fmigneault in #44 - refactor norm-type/statistics mlm:input properties by @fmigneault in #39
- fix missing package/bump as stac-mlm by @fmigneault in #56
- fix invalid dimensions of MLM inputs/outputs example by @fmigneault in #53
- migrate from poetry to uv by @rbavery in #43
- ⬆️ Bump actions/cache from 4.0.2 to 4.1.2 by @dependabot in #45
- ⬆️ Bump actions/setup-python from 5.2.0 to 5.3.0 by @dependabot in #46
- better MLM Asset roles descriptions by @fmigneault in #60
- fix makefile to allow reuse of conda/virtual env by @fmigneault in #61
- fix
mlm:artifact_typecheck missing in assets and other disallowed MLM fields by @fmigneault in #59 - fix
mlm:artifact_typecheck missing by @fmigneault in #52 - ⬆️ Bump actions/cache from 4.1.2 to 4.2.0 by @dependabot in #62
- add compile_method flag and add other framework artifact types by @rbavery in #40
- ⬆️ Bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot in #64
- ⬆️ Bump release-drafter/release-drafter from 6.0.0 to 6.1.0 by @dependabot in #63
New Contributors
- @dependabot made their first contribution in #11
- @fmigneault made their first contribution in #12
- @rbavery made their first contribution in #33
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- add contributors to README by @fmigneault in crim-ca/mlm-extension#28
- point to example MLM v1.2.0 model metadata and artifacts on huggingface by @rbavery in crim-ca/mlm-extension#29
- remove example fixme notice by @rbavery in crim-ca/mlm-extension#30
- switch to white background, black letters for wherobots logo by @rbavery in crim-ca/mlm-extension#31
- Update MLM JSON schema to enforce
mlm:inputband checks as intended by @fmigneault in crim-ca/mlm-extension#39
References
- Full Code Changes: v1.2.0...v1.3.0
- Full Changelog Details: https://github.com/stac-extensions/mlm/blob/main/CHANGELOG.md#v130
v1.2.0
What's Changed
- add missing item_assets check + remove mlm:name unique requirement by @fmigneault in crim-ca/mlm-extension#8
- fix requirement of mlm:model role, required only by at least one asset by @fmigneault in crim-ca/mlm-extension#9
- use
glob_excludenew feature forbump-my-versionby @fmigneault in crim-ca/mlm-extension#12 - stac-model release workflow, new stac-model-release, align release on pypi and in .toml by @rbavery in crim-ca/mlm-extension#16
- Add token to publish-pypi job, fix yaml version error by @rbavery in crim-ca/mlm-extension#19
- Update CONTRIBUTING.md by @fmigneault in crim-ca/mlm-extension#18
- retry publish action by @rbavery in crim-ca/mlm-extension#20
- add missing build step by @rbavery in crim-ca/mlm-extension#21
- fix
stac-modelreadme by @fmigneault in crim-ca/mlm-extension#22 - more fixes to stac-model's readme by @fmigneault in crim-ca/mlm-extension#23
- implement format/expression in input model band definition by @fmigneault in crim-ca/mlm-extension#11
New Contributors
- @rbavery made their first contribution in crim-ca/mlm-extension#16
Full Changelog: crim-ca/mlm-extension@v1.1.0...v1.2.0