Skip to content

Releases: AllenInstitute/deepinterpolation

0.2.0

15 Feb 01:03
c91efb3
Compare
Choose a tag to compare

What's Changed

  • CLI was removed. Some data passing layers caused multi-threading conflicts/garbage collection which prevented thread from closing when finished.
  • Package import was greatly simplified to facilitate use.
  • JSON intermediate object was removed. This facilitates direct access to class properties and make more conventional imports.
  • Older examples and code related to experimentation for the publication was removed.
  • Tests and examples were updated to match new syntax.
  • Previous use of this package through the CLI need to update to the new python syntax that directly use the generator classes. This is explained in the example folder.

0.1.5

16 Nov 20:33
2533346
Compare
Choose a tag to compare

What's Changed

0.1.4

22 Nov 22:59
cfb42bc
Compare
Choose a tag to compare
  • This release contains the first version of the CLI along with documented examples.
  • We updated requirements to fix a tensorflow critical issues and bring tensorflow to 2.4.4.
  • We removed unnecessary version lock of required packages.
  • Fixes a bug with CollectorGenerator that would loop over the data instead of continually providing new batches
  • Refactored SequentialGenerator to have consistent parameters and behavior around start and end_frames for all temporal generator (2p, ephys, movies...).
  • We published the package to PyPi for the first time.

Peer-reviewed publication

05 Aug 23:19
f8652f9
Compare
Choose a tag to compare

This release was finalized at the time of publication of the DeepInterpolation manuscript in a peer-reviewed journal.

Please disregard tag number 1.0. this was saved by mistake and is incompatible with the currently release number on PyPi. This version should be 0.1.x