Skip to content

Releases: LorenFrankLab/ndx-franklab-novela

0.2.3

23 Sep 02:47
@rly rly
abff8c9

Choose a tag to compare

What's Changed

  • Pin ndx-optogenetics dependency to version 0.2.0 by @rly in #18
  • Fix usage of spatial_filter_region_node_coordinates_in_pixels in test by @rly in #20
  • Bump version to 0.2.3 by @rly in #21

Full Changelog: v0.2.2...v0.2.3

0.2.2

05 Aug 02:48
@rly rly
3b46bef

Choose a tag to compare

What's Changed

  • Quickfix: Make speed_filter_on_above_threshold optional by @samuelbray32 in #14
  • Update version to 0.2.2 by @rly in #16

Full Changelog: v0.2.1...v0.2.2

0.2.1

01 Jul 18:28
a694869

Choose a tag to compare

What's Changed

  • Make Probe.contact_side_numbering optional, update doc by @rly in #9
  • Update repo to use latest template, black formatting by @rly in #11
  • Updates values stored in FrankLabOptogeneticEpochsTable @samuelbray32 in #10
    • Speed-filtered parameter settings
    • Generic spatial region definition
    • Reference to stimulus timeseries

New Contributors

Full Changelog: 0.2.0...v0.2.1

0.2.0

14 Feb 19:07
@rly rly
0.2.0
f44b673

Choose a tag to compare

0.2.0 (February 14, 2025)

  • Added FrankLabOptogeneticEpochsTable to store optogenetic stimulation metadata.
  • Added extension dependency on ndx-optogenetics.
  • Added optional frame_rate field to CameraDevice.
  • Updated versions of dependencies.

Version 0.1.0

01 Sep 22:44
@rly rly
0.1.0
fe9ed15

Choose a tag to compare

  • Removed NdxImageSeries data type. The core NWB ImageSeries type should be used instead.
  • Replaced all custom Python classes with autogenerated Python classes. This should not affect downstream code.
  • Updated authors, contact information, license, and readme.
  • Updated requirements to use the latest HDMF and PyNWB packages.
  • Added basic CI using GitHub Actions.