Skip to content

Commit

Permalink
Fix version + CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Aug 9, 2024
1 parent 76c27b0 commit d7b6211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.

## [0.8.0] - 2024-08-09
## [0.7.0] - 2024-08-09

+ Add - `memoized_result` decorator to cache function results
+ Update - `prairie_view_loader.py` to create big tiff files from `.ome.tif` files
+ Update - `run_caiman.py` to run latest version of CaImAn
+ Update - `caiman_loader.py` to process output of latest version of CaImAn

## [0.7.0] - 2023-09-05

+ Add - multi-plane `caiman_loader.py` to process multi-plane tiffs
+ Update - DANDI upload utility
+ Fix - `n_fields` == 1 -> `n_fields` == `n_depths` in `prairie_view_loader.py`
+ Fix - general fixes and improvements

## [0.6.1] - 2023-08-02

Expand Down Expand Up @@ -94,7 +89,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and

+ Add - Readers for: `ScanImage`, `Suite2p`, `CaImAn`.

[0.8.0]: https://github.com/datajoint/element-interface/releases/tag/0.8.0

[0.7.0]: https://github.com/datajoint/element-interface/releases/tag/0.7.0
[0.6.0]: https://github.com/datajoint/element-interface/releases/tag/0.6.0
[0.5.4]: https://github.com/datajoint/element-interface/releases/tag/0.5.4
Expand Down
2 changes: 1 addition & 1 deletion element_interface/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Package metadata"""

__version__ = "0.8.0"
__version__ = "0.7.0"

0 comments on commit d7b6211

Please sign in to comment.