Releases: BEL-Public/mffpy
Releases · BEL-Public/mffpy
v0.10.0
v0.9.0
Added
- PNSSet class for parsing and writing
pnsSet.xml
files
Fixed
- add ampSerialNumber and ampFirmwareVersion props to
FileInfo
class
v0.8.0
Added
- coordinates and sensor layout XML files for the Geodesic Head Web
Fixed
- writing of categories.xml when
channelStatus
attr isNone
Fix lxml dependency
Fixed
- lxml future warning
- Test for deprecated
Reader.flavor
method
Changed
- Revert pin on lxml
Improve XML parsing
Changed
- use lxml parser instead of the default xml parser
Overwrite option
Added
- Overwrite option for
Writer
Handle incomplete signal blocks
Fixed
- error when reading from an incomplete block
0.7.0
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
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 ofReader.mff_flavor
Enable packaging with pypi
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.