All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.10.0 - 2024-07-05
- coordinates and sensor layout XML files for 10-20 layout
- update GHW130 3D coordinates using latest sensornet version
0.9.0 - 2024-03-26
- PNSSet class for parsing and writing
pnsSet.xml
files
- add ampSerialNumber and ampFirmwareVersion props to
FileInfo
class
0.8.0 - 2022-10-18
- coordinates and sensor layout XML files for the Geodesic Head Web
- writing of categories.xml when
channelStatus
attr isNone
0.7.4 - 2022-06-22
- lxml future warning
- Test for deprecated
Reader.flavor
method
- Revert pin on lxml
0.7.3 - 2022-05-25
- use lxml parser instead of the default xml parser
0.7.2 - 2022-05-05
- Overwrite option for
Writer
0.7.1 - 2022-02-09
- error when reading from an incomplete block
0.7.0 - 2022-01-24
- Ability to read bad channels from infoN.xml files.
- script
mffdiff.py
to compare two MFF files
- cache
Reader._blobs
0.6.3 - 2021-05-17
- dependency Deprecated
- deprecate property
Reader.flavor
in favor ofReader.mff_flavor
0.6.2 - 2021-02-05
- Remove
pip
import insetup.py
to allowpypi
packaging
0.6.1 - 2021-02-03
In Reader.get_physical_samples_from_epoch()
:
- wrong output when passing
dt=0.0
; now returns empty array - error when passing
t0 = 0, 0 < dt < 1 / sr
0.6.0 - 2021-01-14
FileInfo
propertiesacquisitionVersion
,ampType
- deprecate
FileInfo
propertyversion
formffVersion
0.5.9 - 2020-11-25
- Include license and requirements in sdist.
- Replace circleci build with GitHub Actions lint and test workflow.
0.5.8 - 2020-11-17
- Ability to add multiple binary files to
mffpy.Writer
object.
- Disallow writing EGI-incompatible binary files.
- Allow writing binary files with 0 offset between epochs.
0.5.7 - 2020-11-02
- XML schemata definitions (see ".XML Files" section of README.md).
- Writing of categories.xml files.
- Parse key elements in categories.xml files with
mffpy.xml_files.Categories
class. - Incorporate
cached_property
dependency intomffpy
library.