Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Release notes for ODB API 0.15.0

0.15.0

  • Improvements to Fortran API and examples (ODB-261)
  • Improvements to Python API, examples and tests (ODB-94, ODB-250, ODB-255)
  • Changes necessary after MarsKit library was renamed to metkit (ODB-262)
  • 'odb header' tool can print metadata of a file in DDL syntax (CREATE TABLE statement) when invoked with option -ddl (ODB-242)
  • Improvements to SQL parser implementation, including thread safety (ODB-257, ODB-263, ODB-264)
  • Stability improvements (ODB-256)
  • Internal changes to accommodate changes in ecKit library ( ECKIT-154 (logging), ECKIT-164 (configuration files syntax))

0.14.0

  • First beta version of new Python API, see examples in subdirectory src/api/  The intention is to provide an API conforming with PEP 249 Python Database API Specification v2.0 https://www.python.org/dev/peps/pep-0249/  The new API, unlike the old one, allows for writing files (using INSERT, see examples).

...