Skip to content

Releases: SINTEF/dlite

0.3.0: Merge pull request #121 from SINTEF/meta.sintef.no_to_onto-ns.com

08 Jul 12:47
dfdd27f
Compare
Choose a tag to compare

Important changes:

  • base namespace has been changed from http://meta.sintef.no to http://onto-ns.com/meta
  • made mappings work from python
  • added support for librdf triplestore
  • added rdf, csv and blob storage plugins
  • added docker file for cross-compiling for windows
  • bug fixes...

0.2.5

27 Sep 20:08
555a193
Compare
Choose a tag to compare

Major features:

  • added Fortran bindings
  • fixed compilation on Windows
  • many other improvements and bug fixes

Symbolic property dimensions

07 Aug 19:52
Compare
Choose a tag to compare

Allowed property dimensions to be specified like ["N+1", "N-M"] where "N" and "M" refer to the dimensions of the instance.

Also cleaned up the code generation and reduced name collisions between internal fields and dimension and property names.

v0.2.2.1

20 Apr 07:04
Compare
Choose a tag to compare
v0.2.2.1 Pre-release
Pre-release
Fixed version number

Python storage plugin

07 Apr 21:35
Compare
Choose a tag to compare

Added python storage plugin and github CI tests + many bug fixes.