Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

64 lines (42 loc) · 2.23 KB

Changelog

Observes Semantic Versioning standard and Keep a Changelog convention.

0.2.5 - 2024-10-25

  • Update - trial_type to varchar(24) in TrialType table

0.2.4 - 2024-08-23

  • Update - EventType to varchar(32)
  • Add - Attribute part-table for the Event table

0.2.3 - 2023-06-20

  • Update - GitHub Actions workflows
  • Fix - Remove Google Analytics key
  • Add - GitHub Issue Templates

0.2.2 - 2023-05-11

  • Fix - .ipynb dark mode output for all notebooks.
  • Fix - Remove GOOGLE_ANALYTICS_KEY from u24_element_release_call.yml.

0.2.1 - 2023-04-28

  • Fix - .ipynb output in tutorials is not visible in dark mode.

0.2.0 - 2023-04-04

  • Update - event.Event::event_start_time datatype to decimal(10, 4)

0.1.3 - 2022-11-02

  • Add - mkdocs deployment

0.1.2 - 2022-08-26

  • Add - attribute_blob as longblob in the Attribute tables
  • Add - support storing non-string data types

0.1.1 - 2022-06-10

  • Add - NotImplementedError where Imported tables do not offer make function
  • Add - get_trialized_alignment_event_times docstring specificity
  • Update - Diagram to reflect design with trial.BlockTrial as imported

0.1.0 - 2022-05-10

  • Add - Draft based on Cajal and Kavli Institute precursor projects
  • Add - Table architecture
  • Add - AlignmentEvent design to capture windows relative to an event
  • Add - Black formatting into code base