Skip to content

Releases: ai4os/ai4-metadata

v2.3.1

06 Mar 08:25
Compare
Choose a tag to compare

2.3.1 (2025-03-05)

Bug Fixes

  • error when mapping schemas (bcefd60)
  • fix mypy error (53cae21)
  • handle errors with no path (bf15bf6)
  • move inference resources to numeric (76173e9)
  • show faulty parameter in error message (e33231e)

v2.3.0

13 Feb 11:06
Compare
Choose a tag to compare

2.3.0 (2025-02-13)

Features

  • Include inference resources in metadata (88c5be3)

Bug Fixes

  • change YAML example to be actually YAML (3777b6e)
  • set correct file permissions (199bc90)

v2.2.1

11 Nov 09:23
Compare
Choose a tag to compare

2.2.1 (2024-11-11)

Bug Fixes

  • include help stings for each command (6f70136)
  • typer.Exit must be raised to abort the program (c0f78e3), closes #27
  • using add_typer creates a subcommand group (555f1e2)

v2.2.0

25 Sep 10:00
9218ffe
Compare
Choose a tag to compare

2.2.0 (2024-08-22)

Features

  • validate also generated metadata (a6559eb)

Bug Fixes

  • Enum should inherit also from str (c2ac3d9)

Documentation

  • update README with shields (b79c567)

v2.1.0

22 Aug 14:49
Compare
Choose a tag to compare

2.1.0 (2024-08-22)

Features

  • add examples in V2 schemata (5e37644)
  • allow loading YAML files (03bc86f), closes #12
  • generate empty metadata files (f56c519), closes #14
  • improve message formatting, using rich (a0ce5c7), closes #13
  • move to Typer for CLI implementation (9a05025), closes #15

Bug Fixes

  • always put metadata version when generating (36a3adc)
  • invalid default for enum (f8b703e)
  • refactor generator (4c80fdb)
  • remove commented code (3c65bb6)

Documentation

v2.0.2

19 Aug 15:05
Compare
Choose a tag to compare

2.0.2 (2024-08-19)

Miscellaneous Chores

v2.0.1

12 Aug 11:24
Compare
Choose a tag to compare

2.0.1 (2024-08-12)

Bug Fixes

  • typo on Python classifier (c36e40e)

v2.0.0

12 Aug 11:18
Compare
Choose a tag to compare

2.0.0 (2024-08-12)

⚠ BREAKING CHANGES

  • rename old package to ai4-metadata
  • update model metadata schema

Features

  • add base model link (24763ed)
  • add DOI field (3e053a3)
  • add ID to schema version (fe08b68)
  • add metadata_version to schemata and add CLI option (5ab9c0e)
  • added tools into topics (a5fbfba)
  • additional categories, tasks and data-type (fb095e1)
  • description should be a string (9b3df7c)
  • do not add a license in the metadata, as repo should have one (410624b)
  • docker_image should not be mandatory (aa36fd5)
  • fail if keywords still exist (b422091)
  • include migration tool (263f4ef)
  • license should be an enum (605fa2d)
  • print some output for valid instances (79708e1)
  • rename old package to ai4-metadata (e7544cf)
  • split keywords in three different attributes (4d9b7ef)
  • update model metadata schema (4e4e7cd)
  • Use an array for dates (9c4b47b)

Bug Fixes

  • add pattern and example to version field (ec3635d)
  • add unit testing skeleton (ef56a6b)
  • add user friendly identifiers (797c5fa)
  • change main to master branch (1f9f2ae)
  • change release type to python (b9d6b50)
  • dates should be created not creation (96b876f)
  • dates should be updated, not update (3a9cb53)
  • fix sample for V2 (71fdd7c)
  • fix unit tests style (6a79785)
  • include JSON schemata files in package (0bd033b)
  • make black happy (1f715a5)
  • merge strings (e20d8f2)
  • phrases should end with a period (4ebfd38)
  • remove redundant comments (22a2181)
  • restructure code, add unit tests (8b2cc8c)
  • use not-required correctly (d1ec930)

1.0.0

28 May 10:36
Compare
Choose a tag to compare
Move to src layout