v0.2.0
github-actions
released this
03 Mar 20:44
·
137 commits
to refs/heads/main
since this release
What’s Changed
Essentially the changes can be categorized as:
Summarize changes here
This release includes a complete rewrite of cognitive_data, so it breaks all previous functionality. The package is now structured into 2 dbs: one in-memory db (InMemoryDB) and a drift db (DriftDB).
The dbs are standardized to include the same method signatures for adding trial data, device metadata, and session metadata to the dbs.
The package is now thoroughly tested using unit tests.
Note: Not all changes appear in the commit history below because there was a problem with release-drafter and some changes were not automatically documented in these release notes. See the commit history for details about changes.
Includes minor improvements to the CI.
A more detailed description is:
- Bump cognitive_data to v0.2.0 (#58) @mario-bermonti
- ci: Update release drafter config (#56) @mario-bermonti
- Fix issues with release drafter gh action (#55) @mario-bermonti
- ci: Check main branch in release drafter (#53) @mario-bermonti