Skip to content

Commit

Permalink
Merge pull request #124 from BEL-Public/release-0.10.0
Browse files Browse the repository at this point in the history
Release 0.10.0
  • Loading branch information
damian5710 authored Jul 8, 2024
2 parents 0b17a0c + cb58cf9 commit 3db6044
Show file tree
Hide file tree
Showing 9 changed files with 770 additions and 414 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.0] - 2024-07-05
### Added
- coordinates and sensor layout XML files for 10-20 layout

### Changed
- update GHW130 3D coordinates using latest sensornet version

## [0.9.0] - 2024-03-26
### Added
- PNSSet class for parsing and writing `pnsSet.xml` files
Expand Down Expand Up @@ -97,7 +104,8 @@ In `Reader.get_physical_samples_from_epoch()`:
- Parse key elements in categories.xml files with `mffpy.xml_files.Categories` class.
- Incorporate `cached_property` dependency into `mffpy` library.

[Unreleased]: https://github.com/bel-public/mffpy/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/bel-public/mffpy/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/bel-public/mffpy/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/bel-public/mffpy/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/bel-public/mffpy/compare/v0.7.4...v0.8.0
[0.7.4]: https://github.com/bel-public/mffpy/compare/v0.7.3...v0.7.4
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ $ pre-commit install
platform linux -- Python 3.6.7, pytest-7.0.1, pluggy-1.0.0
rootdir: /home/runner/work/mffpy/mffpy
plugins: cov-4.0.0
collected 123 items
collected 124 items
mffpy/tests/test_cached_property.py .. [ 1%]
mffpy/tests/test_devices.py ............. [ 12%]
mffpy/tests/test_devices.py .............. [ 12%]
mffpy/tests/test_dict2xml.py . [ 13%]
mffpy/tests/test_header_block.py .. [ 14%]
mffpy/tests/test_mffdir.py .... [ 17%]
mffpy/tests/test_raw_bin_files.py .................. [ 32%]
mffpy/tests/test_header_block.py .. [ 15%]
mffpy/tests/test_mffdir.py .... [ 18%]
mffpy/tests/test_raw_bin_files.py .................. [ 33%]
mffpy/tests/test_reader.py ...................... [ 50%]
mffpy/tests/test_writer.py ........... [ 59%]
mffpy/tests/test_xml_files.py .......................................... [ 93%]
Expand Down
Loading

0 comments on commit 3db6044

Please sign in to comment.