11# Changelog
22
3- Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
3+ Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and
4+ [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
45
5- ## [ 0.3.1] - Unreleased
6+ ## [ 0.5.4] - 2023-05-14
7+
8+ + Fix - DANDI URL for uploads where ` staging=False ` .
9+
10+ ## [ 0.5.3] - 2023-05-11
11+
12+ + Fix - ` .ipynb ` dark mode output for all notebooks.
13+ + Fix - Remove ` GOOGLE_ANALYTICS_KEY ` from ` u24_element_release_call.yml ` .
14+
15+ ## [ 0.5.2] - 2023-04-28
16+
17+ + Fix - ` .ipynb ` output in tutorials is not visible in dark mode.
18+
19+ ## [ 0.5.1] - 2023-03-15
20+
21+ + Fix - ingestion routine for multiple Z devices in ` prairieviewreader.py ` .
22+
23+ ## [ 0.5.0] - 2023-01-09
24+
25+ + Remove - ` recursive_search ` function
26+ + Add - pre-commit checks to the repo to observe flake8, black, isort
27+ + Add - ` value_to_bool ` and ` QuietStdOut ` utilities
28+
29+ ## [ 0.4.2] - 2022-12-16
30+
31+ + Update - PrairieView loader checks for multi-plane vs single-plane scans.
32+
33+ ## [ 0.4.1] - 2022-12-15
34+
35+ + Update - PrairieView loader now reads recording start time from metadata file
36+
37+ ## [ 0.4.0] - 2022-12-14
638
739+ Add - mkdocs documentation
840+ Add - improved docstrings for mkdocs
41+ + Add - EXTRACT trigger and loader tools
942
1043## [ 0.3.0] - 2022-10-7
1144
12- + Add - Function ` prairieviewreader ` to parse metadata from Bruker PrarieView acquisition system
45+ + Add - Function ` prairieviewreader ` to parse metadata from Bruker PrarieView acquisition
46+ system
1347+ Update - Changelog with tag links
1448
15-
1649## [ 0.2.1] - 2022-07-13
1750
1851+ Add - Adopt ` black ` formatting
@@ -25,7 +58,8 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
2558+ Add - Function ` run_caiman ` to trigger CNMF algorithm.
2659+ Add - Function ` ingest_csv_to_table ` to insert data from CSV files into tables.
2760+ Add - Function ` recursive_search ` to search through nested dictionary for a key.
28- + Add - Function ` upload_to_dandi ` to upload Neurodata Without Borders file to the DANDI platform.
61+ + Add - Function ` upload_to_dandi ` to upload Neurodata Without Borders file to the DANDI
62+ platform.
2963+ Update - Remove ` extras_require ` feature to allow this package to be published to PyPI.
3064
3165## [ 0.1.0a1] - 2022-01-12
@@ -36,6 +70,14 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
3670
3771+ Add - Readers for: ` ScanImage ` , ` Suite2p ` , ` CaImAn ` .
3872
73+ [ 0.5.4 ] : https://github.com/datajoint/element-interface/releases/tag/0.5.4
74+ [ 0.5.3 ] : https://github.com/datajoint/element-interface/releases/tag/0.5.3
75+ [ 0.5.2 ] : https://github.com/datajoint/element-interface/releases/tag/0.5.2
76+ [ 0.5.1 ] : https://github.com/datajoint/element-interface/releases/tag/0.5.1
77+ [ 0.5.0 ] : https://github.com/datajoint/element-interface/releases/tag/0.5.0
78+ [ 0.4.2 ] : https://github.com/datajoint/element-interface/releases/tag/0.4.2
79+ [ 0.4.1 ] : https://github.com/datajoint/element-interface/releases/tag/0.4.1
80+ [ 0.4.0 ] : https://github.com/datajoint/element-interface/releases/tag/0.4.0
3981[ 0.3.0 ] : https://github.com/datajoint/element-interface/releases/tag/0.3.0
4082[ 0.2.1 ] : https://github.com/datajoint/element-interface/releases/tag/0.2.1
4183[ 0.2.0 ] : https://github.com/datajoint/element-interface/releases/tag/0.2.0
0 commit comments