Commits on Source (30)
-
Peter Lünenschloß authored50f81ce0
-
Peter Lünenschloß authored5bb83e88
-
Peter Lünenschloß authored3dd5ad35
-
Peter Lünenschloß authored26e07005
-
Peter Lünenschloß authored4a445610
-
Peter Lünenschloß authored93b5520b
-
Peter Lünenschloß authored7d5e745f
-
Peter Lünenschloß authored5d8c7008
-
Peter Lünenschloß authored22157f75
-
Peter Lünenschloß authored967ed606
-
ecc4accc
-
Peter Lünenschloß authored74280ae3
-
ea07f964
-
Peter Lünenschloß authored40692f15
-
Peter Lünenschloß authored45c31146
-
Peter Lünenschloß authoredbd639178
-
Peter Lünenschloß authoreda707c966
-
2a9daad7
-
Peter Lünenschloß authoredff3fb152
-
Peter Lünenschloß authoredd8a7af67
-
Peter Lünenschloß authored75395d72
-
Peter Lünenschloß authored0a9d11db
-
David Schäfer authored9c90767b
-
David Schäfer authored
Update dependency versions to work with Py3.10 See merge request !425
e6b5c37e -
Peter Lünenschloß authored76a326bb
-
Peter Lünenschloß authored
Cross statistics fixes Closes #302 and #217 See merge request !424
ba84d441 -
Peter Lünenschloß authoredc87e56f5
-
Peter Lünenschloß authored
Doc decorator See merge request !420
9caad54b -
Peter Lünenschloß authoredde84a082
-
Peter Lünenschloß authored
corrected typo: residue->residual Closes #324 See merge request !422
f3784668
Showing
- CHANGELOG.md 5 additions, 0 deletionsCHANGELOG.md
- requirements.txt 2 additions, 2 deletionsrequirements.txt
- saqc/core/modules/__init__.py 2 additions, 2 deletionssaqc/core/modules/__init__.py
- saqc/core/modules/breaks.py 5 additions, 0 deletionssaqc/core/modules/breaks.py
- saqc/core/modules/changepoints.py 4 additions, 0 deletionssaqc/core/modules/changepoints.py
- saqc/core/modules/constants.py 4 additions, 0 deletionssaqc/core/modules/constants.py
- saqc/core/modules/curvefit.py 3 additions, 0 deletionssaqc/core/modules/curvefit.py
- saqc/core/modules/drift.py 7 additions, 0 deletionssaqc/core/modules/drift.py
- saqc/core/modules/flagtools.py 8 additions, 0 deletionssaqc/core/modules/flagtools.py
- saqc/core/modules/generic.py 4 additions, 0 deletionssaqc/core/modules/generic.py
- saqc/core/modules/interpolation.py 5 additions, 0 deletionssaqc/core/modules/interpolation.py
- saqc/core/modules/noise.py 3 additions, 0 deletionssaqc/core/modules/noise.py
- saqc/core/modules/outliers.py 11 additions, 1 deletionsaqc/core/modules/outliers.py
- saqc/core/modules/pattern.py 3 additions, 0 deletionssaqc/core/modules/pattern.py
- saqc/core/modules/resampling.py 7 additions, 0 deletionssaqc/core/modules/resampling.py
- saqc/core/modules/residuals.py 9 additions, 5 deletionssaqc/core/modules/residuals.py
- saqc/core/modules/rolling.py 3 additions, 0 deletionssaqc/core/modules/rolling.py
- saqc/core/modules/scores.py 3 additions, 0 deletionssaqc/core/modules/scores.py
- saqc/core/modules/tools.py 7 additions, 0 deletionssaqc/core/modules/tools.py
- saqc/core/modules/transformation.py 3 additions, 0 deletionssaqc/core/modules/transformation.py
... | @@ -6,8 +6,8 @@ Click==8.0.3 | ... | @@ -6,8 +6,8 @@ Click==8.0.3 |
dtw==1.4.0 | dtw==1.4.0 | ||
hypothesis==6.34.1 | hypothesis==6.34.1 | ||
matplotlib==3.5.1 | matplotlib==3.5.1 | ||
numba==0.54.1 | numba>=0.55.0 | ||
numpy==1.20.3 | numpy>=1.21.5 | ||
outlier-utils==0.0.3 | outlier-utils==0.0.3 | ||
pyarrow==6.0.1 | pyarrow==6.0.1 | ||
pandas==1.3.5 | pandas==1.3.5 | ||
... | ... |