Popular repositories Loading
-
pybaselines
pybaselines PublicA Python library of algorithms for the baseline correction of experimental data.
-
mcetl
mcetl PublicA small-scale Extract-Transform-Load framework focused on materials characterization
Python
-
-
pybeads
pybeads PublicForked from skotaro/pybeads
BEADS: Baseline Estimation And Denoising w/ Sparsity Python version
Jupyter Notebook
-
-
lloyd
lloyd PublicForked from duhaime/lloyd
Constrained Lloyd Iteration for distributing 2D points
Jupyter Notebook
267 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created 50 commits in 3 repositories
Created 1 repository
-
derb12/scipy
Python
This contribution was made on Mar 15
Created a pull request in derb12/pybaselines that received 1 comment
ENH: Made Baseline and Baseline2D objects thread-safe
Description Baseline and Baseline2D objects are now thread-safe as long as non-data inputs do not change (that edge case will be addressed in the …
Opened 4 other pull requests in 2 repositories
derb12/pybaselines
3
merged
-
MAINT: Merge development for v1.2.0
This contribution was made on Mar 17
-
DOCS: Update documentation
This contribution was made on Mar 15
-
MAINT: Update pyproject for PEP 639
This contribution was made on Mar 1
scipy/scipy
1
merged
-
DOC: interpolate.make_smoothing_spline: improve example visibility
This contribution was made on Mar 15
Created an issue in scipy/scipy that received 2 comments
DOC: interpolate.make_smoothing_spline: example plot uses the same color for points and the fit spline
Issue with current documentation:
In the example plot for interpolate.make_smoothing_spline
, it is difficult to distinguish between the points and …