·
4 commits
to main
since this release
Changes in LinkML-Java 0.2.0:
- The library has been split in two modules:
linkml-coreprovides the basic features with a low/mid-level interface and minimal dependencies;linkml-extis intended to provide more features and a higher level interface, with additional dependencies.
- Added support for
linkml:Any-typed slots. - The
linkml-extlibrary now comes with a complete representation of LinkML’s own meta-schema, along with a dedicatedSchemaDocumentloader. - Support for Java 8 has been dropped. The library is now developed with Java 11 as its primary target version.