Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/kushalkolar/MESmerize
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed Feb 28, 2021
2 parents ee40d93 + 33f440b commit ee48e73
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# 0.5.0 (planned)
# 0.x.0 (planned)

### New
- Experimental use of the bioformats importer for the Viewer.
- Export lite versions of projects for easier sharing.

# 0.5.0

### Modified
- `PeakFeatures` node will provide warnings instead of exceptions when there are issues w.r.t. a specific peak, such as missing bases or index errors. The offending peaks are ignored, and the the user is provided with information that they can use to check the offending peaks.

### Fixed
- Windows multiprocess fork issues with CNMF runner modules.
- Use `sklearn~=0.23.1` due to tslearn compatibility
- Use `psutil` v5.8 instead of v5.7 due to issues on the latest version of mac os
- Davies-Bouldin function fixed

# 0.4.1

### Fixed
Expand Down

0 comments on commit ee48e73

Please sign in to comment.