Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions 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:

👥 List of contributors

@mario-bermonti