Skip to content

Releases: SINTEF/dlite

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.