forked from flatironinstitute/CaImAn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG.txt
40 lines (30 loc) · 1.66 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Please check this file after new releases; it will cover (only) major changes or changes that will impact how CaImAn runs, and will not generally cover new features or minor changes (see the version history on Github for that). Most recent changes are at the top.
1.9.10
------
Python 3.8-3.10 are supported versions of Caiman. 3.7 is no longer supported.
1.9.9
-----
Dependencies have updated; internal hdf5 file semantics use is changed, and both tensorflow and h5py
use now is compatible with modern versions of those libraries (tensorflow 2.4.x+ is now required)
1.9.0
-----
This implements a storage layer that, if enabled, will try not to write files
to the working directory, instead by default saving them to
~/caiman_data/temp/
You can enable it by setting the CAIMAN_NEW_TEMPFILE environment variable, and
control it further by looking at the docs in caiman/paths.py. In the future this will be the default behaviour.
This serves three purposes:
1) Some users ran CaImAn from directories with very little free space, but had other directories with plenty of space
2) Some users wanted to run more than one instance of CaImAn at the same time and didn't want the tempfiles to stomp each other
3) Leaving things in the current working directory is untidy
In the future, this will likely evolve into a storage manager.
1.8.9
-----
Python 3.7-3.9 are supported versions of CaImAn. 3.6 is no longer supported.
Tensorflow 2.2+ is the supported version of tensorflow for CaImAn.
1.8.3
-----
Compatibility with Tensorflow 2.x and Bokeh2
1.6
---
First Anaconda packages, available on conda-forge. This is now the recommended install method for Windows and is reasonable on other platforms.