Skip to content

Commit 600734c

Browse files
committed
minor changelog fixes
1 parent 9bc03b7 commit 600734c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
161161
### Added
162162
- more [Task Enum](README.md#task-enum) tasks
163163
- [Model Output Object](README.md#model-output-object)
164-
- batch_size and hardware summary
164+
- `batch_size` and hardware summary
165165
- [`mlm:accelerator`, `mlm:accelerator_constrained`, `mlm:accelerator_summary`](./README.md#accelerator-type-enum)
166166
to specify hardware requirements for the model
167167
- Use common metadata
@@ -180,7 +180,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
180180
and so on to provide STAC API search capabilities.
181181
- replaced `normalization:mean`, etc. with [statistics](./README.md#bands-and-statistics) from STAC 1.1 common metadata
182182
- added `pydantic` models for internal schema objects in `stac_model` package and published to PYPI
183-
- specified [rel_type](README.md#relation-types) to be `derived_from` and
183+
- specified [`rel_type`](README.md#relation-types) to be `derived_from` and
184184
specify how model item or collection json should be named
185185
- replaced all Enum Tasks names to use hyphens instead of spaces
186186
- replaced `dlm:task` by `mlm:tasks` using an array of value instead of a single one, allowing models to represent

0 commit comments

Comments
 (0)