Releases: neuro-ml/connectome
Releases · neuro-ml/connectome
v0.10.0: External
Merge pull request #101 from neuro-ml/dev Dev
v0.9.0: Basic support of pickling
v0.8.1: Implicitly use `algorithm` in CacheToStorage and CahceColumns
Merge pull request #97 from neuro-ml/dev Implicitly use `algorithm` in CacheToStorage and CahceColumns
v0.8.0: Caching the mapping in groupby and add CheckIds layer
Merge pull request #96 from neuro-ml/dev caching the mapping in groupby; add CheckIds layer
v0.7.1: Fixed a typo
Merge pull request #94 from neuro-ml/dev fixed a typo
v0.7.0: Correctly handling default callable arguments
Merge pull request #92 from neuro-ml/dev closes #28 #91
v0.6.1: Support for key labels in cache to disk
Merge pull request #88 from neuro-ml/dev Support for key labels in cache to disk
v0.6.0: Migrated to new tarn
Merge pull request #87 from neuro-ml/dev Migrating to new tarn
v0.5.1: Fixed reproducibility for keys function in Join
Merge pull request #86 from neuro-ml/dev fixed reproducibility for keys function in Join. added more tests
v0.5.0: Added the Join layer
Merge pull request #85 from neuro-ml/dev Added the Join layer