Skip to content

LinkML-Java 0.2.0

Latest

Choose a tag to compare

@gouttegd gouttegd released this 31 Mar 17:46
· 4 commits to main since this release
3af9f73

Changes in LinkML-Java 0.2.0:

  • The library has been split in two modules:
    • linkml-core provides the basic features with a low/mid-level interface and minimal dependencies;
    • linkml-ext is intended to provide more features and a higher level interface, with additional dependencies.
  • Added support for linkml:Any-typed slots.
  • The linkml-ext library now comes with a complete representation of LinkML’s own meta-schema, along with a dedicated SchemaDocument loader.
  • Support for Java 8 has been dropped. The library is now developed with Java 11 as its primary target version.