Skip to content

Commit d7b6211

Browse files
committed
Fix version + CHANGELOG
1 parent 76c27b0 commit d7b6211

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@
33
Observes [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

element_interface/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package metadata"""
22

3-
__version__ = "0.8.0"
3+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)