Skip to content

Releases: mario-bermonti/cognitive_data

v0.3.0

03 Apr 10:27
5816e79
Compare
Choose a tag to compare

What’s Changed

cognitive_data now provides an DB implementation to store data on Firebase Firecloud! 🤗

Essentially the changes can be categorized as:

Summarize changes here

  • Implementation of FirebaseDB
  • Unit tests for FirebaseDB methods
  • Added a method to convert base device, session, trial models to json

A more detailed description is:

👥 List of contributors

@mario-bermonti

v0.2.0

03 Mar 20:44
Compare
Choose a tag to compare

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

v0.1.0 - First version of the cognitive_data package

21 Feb 15:02
e4212ca
Compare
Choose a tag to compare