Skip to content

Releases: siplab-gt/cleo

v0.16.0

18 Sep 20:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0: Various changes while revising/rerunning experiments (#52)

21 Jun 18:07
ebf9f26
Compare
Choose a tag to compare

New

  • Improve action/excitation spectrum extrapolation: default is now log pchip interpolation
  • Add alternate Newman 15 validation notebook (different opsin combo)
  • Revise/rerun all-optical fig notebook with alternate indicators
  • Improved calcium indicator name display

Fixed

  • LatencyIOProcessor now gets properly reset (output buffer is cleared) with function hidden from user. User should implement reset() function on their IOProcessor for reset logic
  • Throw error when sensor not injected for scope

v0.14.4: use matplotlib legend_handles instead of deprecated legendHandles (#51)

04 Jun 18:41
b29eecb
Compare
Choose a tag to compare

patch: unit stripping problems

08 May 16:05
8c7ca57
Compare
Choose a tag to compare
v0.14.3

patch numpy unit stripping inconsistency (#49)

v0.14.2: patches: fix Spiking.t_samp_ms and IOProc sample skipping (#47)

11 Apr 16:20
f61bf56
Compare
Choose a tag to compare
* fix Spiking.t_samp_ms

* fix sample time test bug

v0.14.1

01 Apr 20:19
1b4553d
Compare
Choose a tag to compare

What's Changed

new:

  • LFP comparison notebook
  • style_plots_for_paper() function

fixed:

  • miscalculated buffer lengths for RWSLFPFromPSCs
  • avoid skipped samples from floating point error by using rounded sample time

Full Changelog: v0.14.0...v0.14.1

v0.14.0: add RWSLFP recording (#44)

20 Mar 20:31
d2215a4
Compare
Choose a tag to compare

Add RWSLFP recording.

Also, some tentative steps towards #38 in the LFP signals

v0.13.1

01 Feb 19:24
Compare
Choose a tag to compare

fix readthedocs build with updated dependencies, tests

v0.13.0

01 Feb 16:41
fe2cd33
Compare
Choose a tag to compare

New features

  • Koehler illumination
  • eNpHR3.0 opsin

Also, Newman 2015 optoclamp replication notebook

And minor tweaks/bug fixes

v0.12.4

06 Dec 19:56
Compare
Choose a tag to compare

fix super() bugs for some attrs classes, necessary for Python 3.12