Releases: SINTEF/dlite
Releases · SINTEF/dlite
0.3.0: Merge pull request #121 from SINTEF/meta.sintef.no_to_onto-ns.com
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
Major features:
- added Fortran bindings
- fixed compilation on Windows
- many other improvements and bug fixes
Symbolic property dimensions
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
Python storage plugin
Added python storage plugin and github CI tests + many bug fixes.