File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 33Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and
44[ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
55
6- ## [ 0.8 .0] - 2024-08-09
6+ ## [ 0.7 .0] - 2024-08-09
77
88+ Add - ` memoized_result ` decorator to cache function results
99+ Update - ` prairie_view_loader.py ` to create big tiff files from ` .ome.tif ` files
1010+ Update - ` run_caiman.py ` to run latest version of CaImAn
1111+ Update - ` caiman_loader.py ` to process output of latest version of CaImAn
12-
13- ## [ 0.7.0] - 2023-09-05
14-
15- + Add - multi-plane ` caiman_loader.py ` to process multi-plane tiffs
16- + Update - DANDI upload utility
17- + Fix - ` n_fields ` == 1 -> ` n_fields ` == ` n_depths ` in ` prairie_view_loader.py `
12+ + Fix - general fixes and improvements
1813
1914## [ 0.6.1] - 2023-08-02
2015
@@ -94,7 +89,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
9489
9590+ Add - Readers for: ` ScanImage ` , ` Suite2p ` , ` CaImAn ` .
9691
97- [ 0.8.0 ] : https://github.com/datajoint/element-interface/releases/tag/0.8.0
92+
9893[ 0.7.0 ] : https://github.com/datajoint/element-interface/releases/tag/0.7.0
9994[ 0.6.0 ] : https://github.com/datajoint/element-interface/releases/tag/0.6.0
10095[ 0.5.4 ] : https://github.com/datajoint/element-interface/releases/tag/0.5.4
Original file line number Diff line number Diff line change 11"""Package metadata"""
22
3- __version__ = "0.8 .0"
3+ __version__ = "0.7 .0"
You can’t perform that action at this time.
0 commit comments