You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pandas: ^1.5.2 → ^2.0.0 (pandas 2.x with improved performance and new features)
scipy: ^1.4.1 → ^1.13.0
scikit-learn: >= 0.23.1 → ^1.3.0
lmfit: ^1.0.0 → ^1.3.0
fitparse: ^1.1.0 → ^1.2.0
Dependency restructure: matplotlib, requests, and mkdocs-material removed from main dependencies (were never part of the public API). dev and docs dependency groups are now optional — install with poetry install --with dev,docs for local development.
Fixed
Fixed resample_data() compatibility with pandas 2.x by adding numeric_only=True to mean() aggregation