Releases: ppsp-team/HyPyP
0.5.0b15 — Dependency updates & documentation refresh
0.5.0b15 — Dependency updates & documentation refresh
Release Notes
This pre-release introduces a series of dependency updates and maintenance improvements to keep the project aligned with the latest ecosystem versions.
Changes included in 0.5.0b15:
Regenerated documentation and cleaned build workflow.
Updated project version to 0.5.0b15 (Poetry).
Minor maintenance and sync with PyPI packaging.
No API changes are expected in this release.
0.5.0b10b13
What’s Changed
• Support for Python 3.13.
• Fixed a bug in wavelet coherence when two signals in a pair were not perfectly aligned by @patricefortin in #232
• Bumped starlette from 0.47.1 to 0.47.2 by @dependabot[bot] in #233
Security
• Removed unused future dependency (CVE-2025-50817, High severity).
• Verified and updated critical dependencies:
• urllib3 >= 2.5.0 (fixes CVE related to redirect control)
• requests >= 2.32.4 (fixes .netrc credentials leak)
• pillow >= 11.3.0 (fixes buffer overflow vulnerability)
v0.5.0b10: Feature fNIRS hyperscanning (#226)
What's Changed
Fixed
- Fixed Poetry configuration for proper package inclusion
- Resolved missing fnirs, shiny, wavelet, and xdf modules in PyPI package
- Updated pyproject.toml to PEP 621 format
Technical Changes
- Fixed packages configuration in pyproject.toml
- Ensured all sub-modules are properly included in the build
Full Changelog: v0.5.0b5...v0.5.0b9
0.5.0b5
What's Changed
- Infant data visualisation by @mg-m in #207
- Edit comments by @Ramdam17 in #209
- Bump jinja2 from 3.1.3 to 3.1.6 in /docs by @dependabot in #210
- Bump certifi from 2024.2.2 to 2024.7.4 in /docs by @dependabot in #211
- Bump tornado from 6.4 to 6.4.2 in /docs by @dependabot in #212
- Bump scikit-learn from 1.4.0 to 1.5.1 in /docs by @dependabot in #213
- Bump zipp from 3.17.0 to 3.19.1 in /docs by @dependabot in #214
- Bump jupyterlab from 3.6.7 to 3.6.8 in /docs by @dependabot in #215
- Infant visualisation translation update by @mg-m in #208
- Bump requests from 2.31.0 to 2.32.2 in /docs by @dependabot in #216
- Bump tqdm from 4.66.1 to 4.66.3 in /docs by @dependabot in #217
- Bump idna from 3.6 to 3.7 in /docs by @dependabot in #218
- Bump black from 19.10b0 to 24.3.0 in /docs by @dependabot in #219
- Bump pillow from 10.2.0 to 10.3.0 in /docs by @dependabot in #220
- Fix deprecated matplotlib.cm.get_cmap() calls for compatibility with … by @Ramdam17 in #221
- Bump tornado from 6.4.2 to 6.5.1 by @dependabot in #224
- Bump setuptools from 77.0.1 to 78.1.1 by @dependabot in #223
- Bump h11 from 0.14.0 to 0.16.0 by @dependabot in #222
- Feature XDF Import by @patricefortin in #225
- continuous wavelet transform and wavelet transform coherence implementation by @patricefortin in #229
New Contributors
Full Changelog: 0.5.0b4...0.5.0b5
0.5.0b4
What's Changed
- Add github workflow trigger on pull request by @patricefortin in #198
- Add type hinting to function signatures by @patricefortin in #196
- Variables renaming for consistency in prep.py + tests by @patricefortin in #197
- Fix flaky test and add random seed to have deterministic tests by @patricefortin in #199
- Fix numpy major version in dependencies, to avoid upgrading to 2.x.x by @patricefortin in #200
- Poetry update by @Ramdam17 in #205
New Contributors
- @patricefortin made their first contribution in #198
- @Ramdam17 made their first contribution in #205
Full Changelog: 0.5.0b2...0.5.0b4
0.5.0b2
What's Changed
- fix for various deprecation warnings
- update all dependencies for security
- adapt to the new MNE syntax for spectrum functions
- fix functions for generating synthetic data
- fix usage of alpha parameter for stats thresholding by @obergmartin in #178
Full Changelog: 0.5.0b...0.5.0b2
0.5.0b
What's Changed
- Bump ipython from 8.7.0 to 8.10.0 by @dependabot in #158
- compute_freq_bands adding filtering option by @micmar15sr in #167
- Bump pymdown-extensions from 9.9.2 to 10.0 by @dependabot in #166
- Bump requests from 2.28.1 to 2.31.0 by @dependabot in #168
- Bump tornado from 6.2 to 6.3.2 by @dependabot in #169
- xwt function updated by @jubnr in #171
New Contributors
- @micmar15sr made their first contribution in #167
Full Changelog: 0.4.0b8...0.5.0b
0.4.0b8
What's Changed
- Bump notebook from 6.4.11 to 6.4.12 in /docs by @dependabot in #130
- Bump notebook from 6.4.11 to 6.4.12 by @dependabot in #131
- Tutorial notebook and .py, pdc parts are modified by @ghazalehran in #133
- Bump notebook from 6.4.11 to 6.4.12 by @dependabot in #137
- Bump mistune from 0.8.4 to 2.0.3 by @dependabot in #140
- Bump mistune from 0.8.4 to 2.0.3 in /docs by @dependabot in #139
- Autocorrect ica by @deep-introspection in #145
- Bump mistune from 0.8.4 to 2.0.3 by @dependabot in #144
- Autocorrect ica by @deep-introspection in #146
- Adding xwt and plot_xwt functions to analyses and viz by @katied-neuro in #148
- FNIRS by @deep-introspection in #157
Full Changelog: 0.4.0b3...0.4.0b8
0.4.0b3
What's Changed
- Add fNIRS loading by @ghazalehran in #123
- Add EEGlab import by @ghazalehran in #74
- Add EEGlab tutorial by @katied-neuro in #101
- Add PLI and wPLI by @juancamiload in #121
- Add nmPLV by @deep-introspection in #127
- Add test for PDC by @ghazalehran in #117
- Update tutorial, adding mvar-based visualization (ex: PDC) by @ghazalehran in #54
- Update mne.create_info by @FranckPrts in #76
- Correct viz_2D by @ghazalehran in #107
- Correct utils.create_epochs by @quentinmoreau in #100
New Contributors
- @FranckPrts made their first contribution in #76
- @juancamiload made their first contribution in #121
Full Changelog: 0.3.0b2...0.4.0b2-patch
0.3.0b2
Security update (Dependabot)