Mne-nirs

Latest version: v0.7.1

Safety actively analyzes 681812 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.7.1

<!-- Release notes generated using configuration in .github/release.yaml at maint/0.7 -->

* BUG: Fix bug with entry point by larsoner in https://github.com/mne-tools/mne-nirs/pull/571

**Full Changelog**: https://github.com/mne-tools/mne-nirs/compare/v0.7.0...v0.7.1

0.7.0

<!-- Release notes generated using configuration in .github/release.yaml at v0.7.0 -->

What's Changed
* FIX: Fixes for release by larsoner in https://github.com/mne-tools/mne-nirs/pull/527
* MAINT: Bump to 0.7.0.dev0 by larsoner in https://github.com/mne-tools/mne-nirs/pull/528
* MAINT: Modernize CIs by larsoner in https://github.com/mne-tools/mne-nirs/pull/532
* Correct regression in time base quality metrics by alexk101 in https://github.com/mne-tools/mne-nirs/pull/531
* MAINT: Format by larsoner in https://github.com/mne-tools/mne-nirs/pull/533
* MAINT: Ignore formatting PR by larsoner in https://github.com/mne-tools/mne-nirs/pull/534
* MAINT: Fix docker by larsoner in https://github.com/mne-tools/mne-nirs/pull/548
* write subject ID to ["his_id"], not ["first_name"] by aaronjnewman in https://github.com/mne-tools/mne-nirs/pull/546
* ENH: Use hatch and automated releases by larsoner in https://github.com/mne-tools/mne-nirs/pull/566

New Contributors
* alexk101 made their first contribution in https://github.com/mne-tools/mne-nirs/pull/531
* pre-commit-ci made their first contribution in https://github.com/mne-tools/mne-nirs/pull/535
* aaronjnewman made their first contribution in https://github.com/mne-tools/mne-nirs/pull/546

**Full Changelog**: https://github.com/mne-tools/mne-nirs/compare/v0.6.0...v0.7.0

0.6.0

What's Changed
* MAINT: Bump to dev by larsoner in https://github.com/mne-tools/mne-nirs/pull/496
* Fix SNIRF duration writing bug by rob-luke in https://github.com/mne-tools/mne-nirs/pull/497
* MAINT: Rotate CircleCI key by larsoner in https://github.com/mne-tools/mne-nirs/pull/498
* Add AtlasViewer compatible snirf export by rob-luke in https://github.com/mne-tools/mne-nirs/pull/499
* Remove statements that NIRS-BIDS is in development by rob-luke in https://github.com/mne-tools/mne-nirs/pull/501
* Update Mayer Wave reference by rob-luke in https://github.com/mne-tools/mne-nirs/pull/502
* MAINT: Update dependencies and revitalize the CI pipeline by florin-pop in https://github.com/mne-tools/mne-nirs/pull/507
* Update changelog by rob-luke in https://github.com/mne-tools/mne-nirs/pull/508
* Extend SNIRF support to v1.1 by florin-pop in https://github.com/mne-tools/mne-nirs/pull/509
* MAINT: Migrate from PyQt5 to PySide6 by florin-pop in https://github.com/mne-tools/mne-nirs/pull/510
* Write optical density data in SNIRF format by florin-pop in https://github.com/mne-tools/mne-nirs/pull/511
* Add more tests on snirf round trip types by rob-luke in https://github.com/mne-tools/mne-nirs/pull/512
* Fix Series.__getitem__ FutureWarning by rob-luke in https://github.com/mne-tools/mne-nirs/pull/514
* Add ability to save haemoglobin data in snirf files by rob-luke in https://github.com/mne-tools/mne-nirs/pull/513
* Simplify API module depth by rob-luke in https://github.com/mne-tools/mne-nirs/pull/515
* MAINT: Remove deprecated requires_module by larsoner in https://github.com/mne-tools/mne-nirs/pull/519
* Fix dependency list and docs repo link by girishmm in https://github.com/mne-tools/mne-nirs/pull/518
* MAINT: Use explicitly public APIs by larsoner in https://github.com/mne-tools/mne-nirs/pull/521
* Remove outdated migration documentation by rob-luke in https://github.com/mne-tools/mne-nirs/pull/523
* MAINT: Fix CIs by larsoner in https://github.com/mne-tools/mne-nirs/pull/525
* fix: change ci param to errorbar in sns-catplot by Busato in https://github.com/mne-tools/mne-nirs/pull/524
* FIX: Version by larsoner in https://github.com/mne-tools/mne-nirs/pull/526

New Contributors
* florin-pop made their first contribution in https://github.com/mne-tools/mne-nirs/pull/507
* girishmm made their first contribution in https://github.com/mne-tools/mne-nirs/pull/518
* Busato made their first contribution in https://github.com/mne-tools/mne-nirs/pull/524

**Full Changelog**: https://github.com/mne-tools/mne-nirs/compare/v0.5.0...v0.6.0

0.5.0

What's Changed
* MAINT: Updates for MNE deprecations by larsoner in https://github.com/mne-tools/mne-nirs/pull/493
* Add CodeQL workflow for GitHub code scanning by lgtm-com in https://github.com/mne-tools/mne-nirs/pull/494
* MAINT: Bump version by larsoner in https://github.com/mne-tools/mne-nirs/pull/495

New Contributors
* lgtm-com made their first contribution in https://github.com/mne-tools/mne-nirs/pull/494

**Full Changelog**: https://github.com/mne-tools/mne-nirs/compare/v0.4.0...v0.5.0

0.4.0

What's Changed
* Post release tasks by rob-luke in https://github.com/mne-tools/mne-nirs/pull/483
* Fix colorbar matplotlib error by rob-luke in https://github.com/mne-tools/mne-nirs/pull/486
* FIX: Surface projection not working with HbR by HanBnrd in https://github.com/mne-tools/mne-nirs/pull/488
* Add support for aux data in SNIRF files by rob-luke in https://github.com/mne-tools/mne-nirs/pull/489
* Credit Johann for bug fix by rob-luke in https://github.com/mne-tools/mne-nirs/pull/490
* BUG: Minor fix and version bump by larsoner in https://github.com/mne-tools/mne-nirs/pull/491

New Contributors
* HanBnrd made their first contribution in https://github.com/mne-tools/mne-nirs/pull/488

**Full Changelog**: https://github.com/mne-tools/mne-nirs/compare/v0.3.0...v0.4.0

0.3.0

- Add support for Gowerlabs device and added tutorial.
- Remove requirement on lets-plot library.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.