Linkml Versions Save

Linked Open Data Modeling Language

v1.7.11rc1

1 week ago

What's Changed

Full Changelog: https://github.com/linkml/linkml/compare/v1.7.10...v1.7.11rc1

v1.7.10

1 week ago

What's Changed

New Contributors

Full Changelog: https://github.com/linkml/linkml/compare/v1.7.9...v1.7.10

v1.7.9

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/linkml/linkml/compare/v1.7.8...v1.7.9

v1.7.8

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/linkml/linkml/compare/v1.7.7...v1.7.8

v1.7.7

1 month ago

Highlights

This release sees the first implementation of the array spec in pydanticgen.

An overview of arrays is present in the schema guide: https://linkml.io/linkml/schemas/arrays

With the introduction of the 1.7.0 it has been possible to represent N-dimensional arrays, e.g.

MyClass:
  attributes:
    data:
      range: integer
      array:
        minimum_number_dimensions: 3
        maximum_number_dimensions: 5

This release equips pydanticgen with the ability to translate these to nested lists, and lays the framework for representation using numpytyping.

This implementation is the result of heroic efforts by the @linkml/ndarray-wg, and in particular, @sneakers-the-rat and @rly

🙏 🙏 🙏

What's Changed

Full Changelog: https://github.com/linkml/linkml/compare/v1.7.6...v1.7.7

v1.7.6

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/linkml/linkml/compare/v1.7.5...v1.7.6

v1.7.5

2 months ago

What's Changed

Full Changelog: https://github.com/linkml/linkml/compare/v1.7.4...v1.7.5

v1.7.4

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/linkml/linkml/compare/v1.7.3...v1.7.4

v1.7.3

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/linkml/linkml/compare/v1.7.2...v1.7.3

v1.7.2

3 months ago

What's Changed

Full Changelog: https://github.com/linkml/linkml/compare/v1.7.0...v1.7.2