Changelog¶
2.1.1 (2024-09-15)¶
update packaging infrastructure to use pyproject.toml, by Stefan Appelhoff (#21)
change build backend from setuptools to hatching and hatch-vcs, by Stefan Appelhoff (#21)
change license from BSD-3-Clause to MIT, by Stefan Appelhoff (#21)
move tests to root directory, pulling them out of the package, by Stefan Appelhoff (#21)
fix an issue where A1 and A2 electrode positions could be NaN, by Stefan Appelhoff (#21)
2.1.0 (2022-06-15)¶
Add a
show_axis
parameter toeeg_positions.plot_coords()
, by Clemens Brunner (#7)Add a
sort
parameter toeeg_positions.get_elec_coords()
, by Clemens Brunner (#12)Allow passing a list of colors to
eeg_positions.plot_coords()
, by Clemens Brunner (#12)General maintenance and code review, by Stefan Appelhoff
2.0.0 (2021-02-13)¶
documentation pages are available, by Stefan Appelhoff
eeg_positions
is a package on PyPI, by Stefan Appelhoffa consistent API is available and documented, by Stefan Appelhoff
several modules have been renamed and restructured, by Stefan Appelhoff
users have a choice of where to place the equator of the sphere, by Stefan Appelhoff
eeg_positions
now has an in-built (optional) integration with MNE-Python, by Stefan Appelhofftest suite is now run through the GitHub actions continuous integration service, by Stefan Appelhoff
alias locations that are not part of the 5% system are now available (e.g., M1, A1), by Stefan Appelhoff
1.0.0 (2020-03-19)¶
first git tagged release, by Stefan Appelhoff
0.0.0 (2018-06-05)¶
initial commit to the repository, by Stefan Appelhoff