Skip to content

Releases: IBM/algorithm-nexus

Release list

Release 0.1.0

Choose a tag to compare

@christian-pinto christian-pinto released this 20 May 12:45
Immutable release. Only release title and notes can be modified.
8787d3a

This is the first release of the Algorithm Nexus Project.

Full Changelog

0.1.0 - 2026-05-20

✨ Features

  • (cli) Fail validation if models HF ids are duplicated across models (#106) - (3737887) - Christian Pinto
  • (cli) Algorithm Nexus cli for Nexus package validation (#37) - (b4552f6) - Christian Pinto, Alessandro Pomponio
  • (misc) Project bootstrap commit - (64674b1) - Christian Pinto
  • (package) Add TerraTorch Nexus package (#72) - (010b614) - Christian Pinto, Alessandro Pomponio
  • (skills) Add Nexus package creation skill (#92) - (2db8b2f) - Christian Pinto, Alessandro Pomponio

🐛 Bug Fixes

  • (validation) Updated HF model ID validation to allow for . and _ (#71) - (3f318f5) - Christian Pinto

📚 Documentation

  • (PR) Added guidelines for contributing a Nexus package (#57) - (e7c2f34) - Christian Pinto, Alessandro Pomponio, Michael Johnston
  • (README) Roadmap updates (#28) - (57025d5) - Christian Pinto, Michael Johnston
  • (changelog) Added changelog for version 0.1.0 (#112) - (8787d3a) - Christian Pinto
  • (dependencies) Added --no-sync note for MacOS users (#76) - (96c7b8a) - Christian Pinto
  • (design) benchmarking system (#51) - (e29ff14) - Michael Johnston, Alessandro Pomponio, Christian Pinto
  • (design) explicitly require resolution on linux (#56) - (63c0b5a) - Alessandro Pomponio
  • (design) dependency resolution process (#32) - (c3e0f26) - Alessandro Pomponio, Michael Johnston
  • (nexus_package) Added Nexus package structure description (#35) - (2eec6f2) - Christian Pinto, Alessandro Pomponio, Michael Johnston
  • (owners) Added package and model owners responsibilities (#29) - (fb100d4) - Christian Pinto, Michael Johnston
  • (readme) Update README with clearer install instructions (#108) - (de4d26a) - Michael Johnston
  • (release) Define Algorithm Nexus Release (#100) - (eb123b9) - Christian Pinto, Michael Johnston
  • (reqs) update benchmark reqs (#46) - (486ffa0) - Michael Johnston, Christian Pinto
  • (reqs) updates (#33) - (ca3af62) - Michael Johnston, Christian Pinto
  • (reqs) Add benchmarking requirements (#27) - (8feb7bc) - Michael Johnston, Christian Pinto, Christian Pinto
  • (requirements) clarify packaging and dependency requirements (#34) - (9a8f074) - Alessandro Pomponio
  • (requirements) document packaging and dependency requirements (#22) - (0dcbc21) - Michael Johnston, Alessandro Pomponio, Christian Pinto
  • (requirements) Updated status to nexus package and testing requirement files - (7050c2f) - Christian Pinto
  • (requirements) On further round of changes to the nexus package and testing requirements - (e2d14cb) - Christian Pinto, Michael Johnston
  • (requirements) Final round of updates - (73d2831) - Christian Pinto
  • (requirements) Further updates after review - (3029264) - Christian Pinto
  • (requirements) Update after review - (560c202) - Christian Pinto
  • (requirements) Updated requirements document style. - (f99d8e5) - Christian Pinto
  • (requirements) Added Nexus package and models testing requirements. - (2fc70b5) - Christian Pinto
  • (update) create package update (#107) - (5ded407) - Michael Johnston, Christian Pinto, Alessandro Pomponio, Christian Pinto

🧪 Tests

  • (ci) Disable dco for members - (9ea916c) - michaelj

📦 Build System

  • only support Python 3.12 and 3.13 (#79) - (49233b5) - Alessandro Pomponio
  • configure mend to scan requirements files (#64) - (ec3a087) - Alessandro Pomponio

🔧 Miscellaneous

  • (precommit) Removed globs from markdownlint-cli config (#30) - (7b93b46) - Christian Pinto