Releases: stac-extensions/mlm
Releases · stac-extensions/mlm
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_type
check missing in assets and other disallowed MLM fields by @fmigneault in #59 - fix
mlm:artifact_type
check 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:input
band 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_exclude
new feature forbump-my-version
by @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-model
readme 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
stac-model-v0.2.0
What's Changed
- 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
Full Changelog: stac-model-v0.1.4...stac-model-v0.2.0
stac-model-v0.1.4
What's Changed
- add missing build step by @rbavery in crim-ca/mlm-extension#21
- fix
stac-model
readme by @fmigneault in crim-ca/mlm-extension#22
Full Changelog: stac-model-v0.1.3...stac-model-v0.1.4
stac-model-v0.1.3
What's Changed
- retry publish action (#20) @rbavery
- Add token to publish-pypi job, fix yaml version error (#19) @rbavery
- stac-model release workflow, new stac-model-release, align release on pypi and in .toml (#16) @rbavery
- use
glob_exclude
new feature forbump-my-version
(#12) @fmigneault - fix requirement of mlm:model role, required only by at least one asset (#9) @fmigneault
- add missing item_assets check + remove mlm:name unique requirement (#8) @fmigneault
📝 Documentation
- Update CONTRIBUTING.md (#18) @fmigneault
👥 List of contributors
@fmigneault and @rbavery
v1.1.0
What's Changed
- update hackmd link by @fmigneault in crim-ca/mlm-extension#6
- Fix bands by @fmigneault in crim-ca/mlm-extension#5
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- fix schema references by @fmigneault in crim-ca/mlm-extension#1
Full Changelog: https://github.com/stac-extensions/mlm/commits/v1.0.0
Details
This release reuses the definitions from https://github.com/crim-ca/dlm-extension, and notably changes from crim-ca/dlm-extension#2 contained in https://github.com/crim-ca/dlm-extension/releases/tag/v1.0.0, but provides an official endpoint matching the mlm
schema definition hosted at https://crim-ca.github.io/mlm-extension/v1.0.0/schema.json