Skip to content

Commit 51471e3

Browse files
authored
Merge branch 'main' into mlm-candidate
2 parents fab84ff + 89eb0a4 commit 51471e3

18 files changed

+23
-23
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
2323

24-
- [ ] I've read the [`CONTRIBUTING.md`](../CONTRIBUTING.md) guide;
24+
- [ ] I've read the [`CONTRIBUTING.md`](https://github.com/stac-extensions/mlm/blob/main/CONTRIBUTING.md) guide;
2525
- [ ] I've updated the code style using `make check`;
2626
- [ ] I've written tests for all new methods and classes that I created;
2727
- [ ] I've written the docstring in `Google` format for all the methods and classes that I used.

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Set up Python
25-
uses: actions/setup-python@v5.3.0
25+
uses: actions/setup-python@v5.4.0
2626
with:
2727
python-version: "3.10"
2828
- name: Install uv

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
# Drafts your next Release notes as Pull Requests are merged into "master"
14-
- uses: release-drafter/release-drafter@v6.0.0
14+
- uses: release-drafter/release-drafter@v6.1.0
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/stac-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v5.3.0
15+
uses: actions/setup-python@v5.4.0
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ references:
9090
authors: *authors
9191
identifiers:
9292
- type: url
93-
value: "https://stac-extensions.github.io/mlm/v1.3.0/schema.json"
93+
value: "https://stac-extensions.github.io/mlm/v1.4.0/schema.json"
9494
description: "Latest extension URL used in 'stac_extensions' references."
9595
- type: url
9696
value: "https://stac-extensions.github.io/mlm/"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![hackmd-github-sync-badge](https://hackmd.io/XveEXOukQ52ZdpUxT8maeA/badge)](https://hackmd.io/XveEXOukQ52ZdpUxT8maeA?both)
44

55
- **Title:** Machine Learning Model Extension
6-
- **Identifier:** [https://stac-extensions.github.io/mlm/v1.3.0/schema.json](https://stac-extensions.github.io/mlm/v1.3.0/schema.json)
6+
- **Identifier:** [https://stac-extensions.github.io/mlm/v1.4.0/schema.json](https://stac-extensions.github.io/mlm/v1.4.0/schema.json)
77
- **Field Name Prefix:** mlm
88
- **Scope:** Collection, Item, Asset, Links
99
- **Extension Maturity Classification:** Candidate
@@ -141,7 +141,7 @@ The fields in the table below can be used in these parts of STAC documents:
141141
[1]: #notes
142142

143143
### Notes
144-
<b><sup>[1][1]</sup> Fields allowed only in Item `properties`<b>
144+
<b><sup>[1][1]</sup> Fields allowed only in Item `properties`</b>
145145

146146
<!-- lint disable no-undefined-references -->
147147

best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ leading to a new MLM STAC Item definition (see also [STAC Version Extension](#ve
152152
{
153153
"id": "stac-item-model",
154154
"stac_extensions": [
155-
"https://stac-extensions.github.io/mlm/v1.3.0/schema.json",
155+
"https://stac-extensions.github.io/mlm/v1.4.0/schema.json",
156156
"https://stac-extensions.github.io/ml-aoi/v0.2.0/schema.json"
157157
],
158158
"assets": {
@@ -227,7 +227,7 @@ that the model is properly instantiated from the expected weights, or that suffi
227227
```json
228228
{
229229
"stac_extensions": [
230-
"https://stac-extensions.github.io/mlm/v1.3.0/schema.json",
230+
"https://stac-extensions.github.io/mlm/v1.4.0/schema.json",
231231
"https://stac-extensions.github.io/file/v2.1.0/schema.json"
232232
],
233233
"assets": {

examples/item_bands_expression.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$comment": "Demonstrate the use of MLM and EO for bands description, with EO bands directly in the Model Asset.",
33
"stac_version": "1.0.0",
44
"stac_extensions": [
5-
"https://stac-extensions.github.io/mlm/v1.3.0/schema.json",
5+
"https://stac-extensions.github.io/mlm/v1.4.0/schema.json",
66
"https://stac-extensions.github.io/eo/v1.1.0/schema.json",
77
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
88
"https://stac-extensions.github.io/file/v1.0.0/schema.json",

examples/item_basic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.0.0",
33
"stac_extensions": [
4-
"https://stac-extensions.github.io/mlm/v1.3.0/schema.json"
4+
"https://stac-extensions.github.io/mlm/v1.4.0/schema.json"
55
],
66
"type": "Feature",
77
"id": "example-model",

examples/item_eo_and_raster_bands.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.0.0",
33
"stac_extensions": [
4-
"https://stac-extensions.github.io/mlm/v1.3.0/schema.json",
4+
"https://stac-extensions.github.io/mlm/v1.4.0/schema.json",
55
"https://stac-extensions.github.io/eo/v1.1.0/schema.json",
66
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
77
"https://stac-extensions.github.io/file/v1.0.0/schema.json",

0 commit comments

Comments
 (0)