Skip to content

Releases: jpgill86/neurotic

0.6.0

16 Jul 15:23
Compare
Choose a tag to compare

0.6.0 (2019-07-10)

Improvements

  • Add a basic "About neurotic" window with version and website information (#38)
  • Update logo (#39)
  • Add keywords and project URLs to package metadata (#40)

0.5.1

16 Jul 15:27
Compare
Choose a tag to compare

0.5.1 (2019-07-09)

Compatibility updates

  • Compatibility update for RawIOs with non-zero offset (#37)

0.5.0

16 Jul 15:28
Compare
Choose a tag to compare

0.5.0 (2019-07-06)

Improvements

  • Support fast (lazy) loading in Neo < 0.8.0 (#35)
  • Add "git." and conditionally ".dirty" to dev local version identifier (#34)

0.4.2

16 Jul 15:30
Compare
Choose a tag to compare

0.4.2 (2019-07-06)

Bug fixes

  • Fix for EstimateVideoJumpTimes regression introduced in 0.4.0 (#33)

0.4.1

16 Jul 15:32
Compare
Choose a tag to compare

0.4.1 (2019-07-02)

Compatibility updates

  • Change sources of development versions of dependencies (#32)
  • Compatibility update for scaling of raw signals (#31)

0.4.0

16 Jul 15:33
Compare
Choose a tag to compare

0.4.0 (2019-07-01)

Improvements

  • Show epochs imported from CSV files with zero duration in epoch viewer (#27)
  • Show epochs/events imported from data file in events list/epoch viewer (#28)
  • Alphabetize epoch and event channels by name (#29)

0.3.0

16 Jul 15:34
Compare
Choose a tag to compare

0.3.0 (2019-06-29)

Improvements

  • Remove dependency on ipywidgets by making notebook widgets optional (#25)
    • Notebook widget classes renamed:
      MetadataSelectorMetadataSelectorWidget,
      EphyviewerConfiguratorEphyviewerConfiguratorWidget
  • Add app description and screenshot to README (#22)
  • Promote to beta status (#23)

0.2.0

16 Jul 15:36
Compare
Choose a tag to compare

0.2.0 (2019-06-28)

Improvements

  • Add basic command line arguments (#14)
  • Add continuous integration with Travis CI for automated testing (#13)
  • Add some tests (#15, #16)
  • Migrate example data to GIN (#18)

Bug fixes

  • Fix crash when downloading from a server that does not report file size (#17)
  • Raise an exception if a Neo RawIO cannot be found for the data file (#12)

0.1.1

16 Jul 15:36
Compare
Choose a tag to compare

0.1.1 (2019-06-22)

Bug fixes

  • Fix various downloader errors (#7)

0.1.0

16 Jul 15:37
Compare
Choose a tag to compare

0.1.0 (2019-06-22)

  • First release