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
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