Skip to content

Releases: stac-extensions/mlm

stac-model-v0.5.2

02 Apr 15:23

Choose a tag to compare

What's Changed

⬆️ Dependencies updates

👥 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

03 Feb 22:53

Choose a tag to compare

What's Changed

  • fix torchgeo/torch optional compatibility (#148) @fmigneault
  • ignore safety self-vulnerabilities (#147) @fmigneault
  • Update examples/item_pytorch_geo_unet.json to align with UNet band values defined by torchgeo==0.8.1
    (see torchgeo @ 41411d4).
  • Fix resolution (and restrictions) of torch, torchvision and torchgeo dependencies
    in stac-model package to allow backward-compatibility with older python<=3.10 versions.
    Examples using torchgeo.models.unet are limited to python>=3.11 versions, but others remain backward-compatible.
  • Fix MLModelExtension.from_torch inference of value_scaling values from torch model definition when the
    transforms are based on torchvision.transforms utilities rather than kornia.augmentation.
  • Fix value_scaling values enforced to int. They will now accept float values as well, and will apply int
    only when the resulting value is equivalent to an integer (i.e.: decimal .0) to align with JSON schema parsers.

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @fmigneault and dependabot[bot]

v1.5.1

14 Jan 17:01

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.1

stac-model-v0.5.0

14 Jan 17:01

Choose a tag to compare

What's Changed

Full Changelog: stac-model-v0.4.0...stac-model-v0.5.0

v1.5.0

23 Aug 02:02

Choose a tag to compare

What's Changed

🚀 Features

📝 Documentation

⬆️ Dependencies updates

👥 List of contributors

@Nazim-crim, @dependabot[bot], @fmigneault, @isaaccorley, @rbavery and dependabot[bot]

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

stac-model-v0.4.0

23 Aug 02:02

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: stac-model-v0.3.0...stac-model-v0.4.0

stac-model-v0.3.0

03 Mar 18:10

Choose a tag to compare

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
  • 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.0 to address vulnerability check by @fmigneault in #75
  • ⬆️ Bump actions/cache from 4.2.0 to 4.2.2 by @dependabot in #74

New Contributors

Full Changelog: stac-model-v0.2.0...stac-model-v0.3.0

v1.4.0

03 Feb 20:34

Choose a tag to compare

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

Full Changelog: v1.3.0...v1.4.0

v1.3.0

30 Sep 13:32

Choose a tag to compare

What's Changed

References

v1.2.0

30 Sep 13:29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: crim-ca/mlm-extension@v1.1.0...v1.2.0