Skip to content

Conversation

MerlinDumeur
Copy link
Collaborator

@MerlinDumeur MerlinDumeur commented Jul 7, 2025

  • Functional implementation of the PELT algorithm (to enable modifications later on)
  • Multiprocessing for outlier detection
  • User-selectable temporal spread of detected outliers in get_outliers
  • Upload to pypi test servers
  • Added bias correction option
  • Improve optional imports
  • Make seaborn optional
  • Create a getting started tab in the documentation
  • Check outlier detection performance on a simple case
  • Fix bivariate plotting of Legendre spectrum

* Functional PELT implementation
* Added joblib for outlier detection
* Customizable spread
Copy link

codecov bot commented Jul 7, 2025

Codecov Report

Attention: Patch coverage is 35.86207% with 93 lines in your changes missing coverage. Please review.

Project coverage is 77.01%. Comparing base (ad254f3) to head (ab3db6f).

Files with missing lines Patch % Lines
pymultifracs/robust/segmentation.py 0.00% 52 Missing ⚠️
pymultifracs/robust/robust.py 68.65% 21 Missing ⚠️
pymultifracs/scalingfunction.py 31.25% 11 Missing ⚠️
pymultifracs/robust/Pelt.py 0.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage   78.76%   77.01%   -1.76%     
==========================================
  Files          29       30       +1     
  Lines        3146     3228      +82     
==========================================
+ Hits         2478     2486       +8     
- Misses        668      742      +74     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

* version update

* Update pyproject.toml

* Fix pyproject.toml for building

* Fix license entry, and update workflow
* Bias correction for cumulant estimates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant