Skip to content

Releases: BEL-Public/mffpy

v0.10.0

08 Jul 20:46
3db6044
Compare
Choose a tag to compare

Added

  • coordinates and sensor layout XML files for 10-20 layout

Changed

  • update GHW130 3D coordinates using latest sensornet version

v0.9.0

11 Apr 18:32
0b17a0c
Compare
Choose a tag to compare

Added

  • PNSSet class for parsing and writing pnsSet.xml files

Fixed

  • add ampSerialNumber and ampFirmwareVersion props to FileInfo class

v0.8.0

28 Oct 15:59
6ac8c6c
Compare
Choose a tag to compare

Added

  • coordinates and sensor layout XML files for the Geodesic Head Web

Fixed

  • writing of categories.xml when channelStatus attr is None

Fix lxml dependency

05 Jul 21:13
94cafb9
Compare
Choose a tag to compare

Fixed

  • lxml future warning
  • Test for deprecated Reader.flavor method

Changed

  • Revert pin on lxml

Improve XML parsing

27 May 23:25
8a313f6
Compare
Choose a tag to compare

Changed

  • use lxml parser instead of the default xml parser

Overwrite option

10 May 21:19
2657360
Compare
Choose a tag to compare

Added

  • Overwrite option for Writer

Handle incomplete signal blocks

11 Feb 23:35
4c515ea
Compare
Choose a tag to compare

Fixed

  • error when reading from an incomplete block

0.7.0

27 Jan 18:31
28ccc3a
Compare
Choose a tag to compare

Added

  • Ability to read bad channels from infoN.xml files.
  • script mffdiff.py to compare two MFF files

Changed

  • cache Reader._blobs

Fix missing history.xml bug

21 May 08:12
a3fd7d2
Compare
Choose a tag to compare

This release offers a new property Reader.mff_flavor similar to existing Reader.flavor that doesn't rely on the presence of "history.xml" nor its content. Instead a file is recognized as 'segmented' if "categories.xml" is present, and as 'continuous' otherwise. The existing API is deprecated.

Added

  • dependency Deprecated

Changed

  • deprecate property Reader.flavor in favor of Reader.mff_flavor

Enable packaging with pypi

06 Feb 01:57
4f7986a
Compare
Choose a tag to compare

In this release we edit setup.py to no longer rely on importing pip. This allows us to continue to package this project with pypi after a recent change that prevents importing pip as a package.