Skip to content

Releases: dcnieho/I2MC_Python

I2MC Fixation-classification algorithm

12 Jul 18:49
Compare
Choose a tag to compare

Updating release workflow (no relevant change for user from v2.2.3)

I2MC Fixation-classification algorithm

11 Jul 13:11
Compare
Choose a tag to compare

Fixed limits of yaxis for plots of the vertical eye signal in I2MC.plot.plot()

I2MC Fixation-classification algorithm

05 Jan 15:05
Compare
Choose a tag to compare

added support for numpy 1.24 and above

I2MC Fixation-classification algorithm

07 Nov 15:05
Compare
Choose a tag to compare

v2.2.1:
I2MC.plot now works with data for only a single eye

I2MC Fixation-classification algorithm

07 Nov 13:37
Compare
Choose a tag to compare

v2.2:

  • endT and dur fields of fixation output are now consistent
  • plot submodule no longer needs to be imported separately
  • some enhancements to plot function:
    • can now set a different unit for the axis label
    • doesn't assume time starts at 0
    • can now set x and y signals min and max instead of only max

I2MC Fixation-classification algorithm

13 Aug 12:34
Compare
Choose a tag to compare

v2.1.4: fix crash in plotting function

I2MC Fixation-classification algorithm

13 May 11:02
Compare
Choose a tag to compare

v2.1.3: filtfilt uses a different padding length in python/scipy than matlab, adjusted padlen to match matlab

I2MC Fixation-classification algorithm

06 May 10:12
Compare
Choose a tag to compare

two_cluster_weighting: placement of switch weights was inconsistent with locations where downsampled data were taken from, which causes a slight misalignment for some downsample levels, and also a crash due to wrong indexing for some valid input parameters (e.g. downsample 5 for 60 Hz data and a .2 s window)

I2MC Fixation-classification algorithm

25 Jan 15:45
Compare
Choose a tag to compare

v2.1.1: fix that v2.1.0 was not pip installable

I2MC Fixation-classification algorithm

25 Jan 15:25
Compare
Choose a tag to compare

v2.1.0: now accepts pandas data frames as data input. Previous dict of arrays remains working.