Skip to content

v0.7.2

Latest
Compare
Choose a tag to compare
@emiliom emiliom released this 11 May 06:11
· 3 commits to master since this release
952a42e

Bug fixes, fixes to tests and test databases, documentation overhaul, new sample notebooks, coding standards (PEP8) improvements. See #165 and https://github.com/ODM2/ODM2PythonAPI/milestone/3

Bug fixes

  • #156, model column name fixes.
  • #158, regression bug introduced in v0.7.1

Test infrastructure

  • #171, Updated odm2api module path calls in tests/test_odm2 modules to remove deprecated use of ODM2 module hierarchy
  • #169, Fixed many messy (bad/invalid) datetime strings in the tests/test_odm2/data/populated.sql test SQLite database ddl, that were leading to test failures and also impacted #158
  • Addressed other test warnings

Documentation

  • #162, #163, #173, Overhauled organization of Sphinx docs to make them more user friendly (Get Started section)
  • Two new, cleaner Jupyter notebooks clearly focusing on TimeSeries results and Measurements results, respectively