Skip to content

Releases: fhchl/Response

v0.5.0

19 Sep 12:50
Compare
Choose a tag to compare

Feature

  • Proper cleanup and improved documentation (28d10ea)
  • Third octave band ticks in frequency plots (6908d0b)
  • Keywords to single plots with plot_kw (973d5df)
  • window_around_peak is a method of Response (58a63ab)

Fix

  • Rescale on export only if integer data type (9b5b9fb)
  • Window_around_peak works with any shape (63018d9)
  • Delay_between returns integers (96674bd)
  • Avoid numpy warning when using Response.delay (55866fc)
  • Adapt frequency axes for low sampling frequency (412e28a)

Documentation

v0.4.0

21 Jun 13:08
Compare
Choose a tag to compare

Feature

  • add aroll and window_around_peak utility functions (8e78a80)
  • export response to npz file (c027006)
  • add align function to align IRs using xcorr (f710996)
  • compute delay between responses using xcorr. (d5c4272)

Documentation

v0.3.0

27 Feb 14:57
Compare
Choose a tag to compare

Feature

  • style plots with plot_kw arguments (690115c)

Fix

  • labels work properly in plots (b1a5771)
  • don't forget to use dblim kwarg (74a24c6)
  • raise error correctly in resample funcs (fb760db)

Documentation

  • add github pages documentation (dc50f48)

v0.2.0

08 Feb 11:06
Compare
Choose a tag to compare

Feature

  • specify times relative to end (fddb37d)

Documentation