Commits on Source (34)
-
46fbb6bb
-
David Schäfer authored
Bump markdown from 3.5.1 to 3.5.2 See merge request !819
948aaad9 -
6472241c
-
David Schäfer authored
Bump beautifulsoup4 from 4.12.2 to 4.12.3 See merge request !817
16f34109 -
2d51698f
-
David Schäfer authored
Bump pydata-sphinx-theme from 0.14.4 to 0.15.2 See merge request !816
0aaebdeb -
5111eaed
-
David Schäfer authored
Bump sphinx-tabs from 3.4.4 to 3.4.5 See merge request !815
1ed4437f -
d1d65588
-
David Schäfer authored
Bump sphinx-automodapi from 0.16.0 to 0.17.0 See merge request !813
89baf5d3 -
15f8c502
-
David Schäfer authored
Bump scipy from 1.11.4 to 1.12.0 See merge request !811
4636126e -
f9b5fe13
-
David Schäfer authored
Bump pyarrow from 14.0.2 to 15.0.0 See merge request !808
5748e8a8 -
5e4df2ab
-
David Schäfer authored
Bump numpy from 1.26.2 to 1.26.4 See merge request !807
da4edc76 -
David Schäfer authored8a7a4227
-
David Schäfer authored
enable pandas copy_on_write See merge request !796
0ae8552c -
7a54314c
-
David Schäfer authored
Bump sphinx-autodoc-typehints from 1.25.2 to 2.0.0 See merge request !814
b2d5143f -
393b6e07
-
David Schäfer authored
Bump hypothesis from 6.92.2 to 6.98.15 See merge request !818
a49ac79c -
5b21bd12
-
David Schäfer authored
Bump matplotlib from 3.8.2 to 3.8.3 See merge request !806
c37f8f3e -
Peter Lünenschloß authored071aa617
-
Peter Lünenschloß authored
Adding plausibility checks to `flagUniLOF` See merge request !821
67bd5f69 -
Peter Lünenschloß authored120cb0d0
-
Peter Lünenschloß authored
fix ylim=None bug See merge request !822
b9d0b898 -
Peter Lünenschloß authored4e9a5c2d
-
Peter Lünenschloß authored
pandas index support for setFlags See merge request !823
fddb724e -
37a3abb0
-
David Schäfer authored
Bump scikit-learn from 1.3.2 to 1.4.1.post1 See merge request !810
0f768f25 -
David Schäfer authored8bc66a12
-
David Schäfer authored
Make transferFlags a multivariate function See merge request !801
d2f5c99e
Showing
- CHANGELOG.md 2 additions, 0 deletionsCHANGELOG.md
- docs/requirements.txt 4 additions, 4 deletionsdocs/requirements.txt
- requirements.txt 5 additions, 5 deletionsrequirements.txt
- saqc/core/core.py 2 additions, 2 deletionssaqc/core/core.py
- saqc/funcs/flagtools.py 50 additions, 20 deletionssaqc/funcs/flagtools.py
- saqc/funcs/outliers.py 51 additions, 1 deletionsaqc/funcs/outliers.py
- saqc/funcs/scores.py 3 additions, 2 deletionssaqc/funcs/scores.py
- saqc/funcs/tools.py 2 additions, 1 deletionsaqc/funcs/tools.py
- saqc/lib/tools.py 19 additions, 1 deletionsaqc/lib/tools.py
- tests/core/test_flags.py 1 addition, 1 deletiontests/core/test_flags.py
- tests/core/test_history.py 1 addition, 1 deletiontests/core/test_history.py
- tests/funcs/test_flagtools.py 43 additions, 0 deletionstests/funcs/test_flagtools.py
- tests/requirements.txt 3 additions, 3 deletionstests/requirements.txt
... | ... | @@ -5,12 +5,12 @@ |
Click==8.1.7 | ||
docstring_parser==0.15 | ||
dtw==1.4.0 | ||
matplotlib==3.8.2 | ||
numpy==1.26.2 | ||
matplotlib==3.8.3 | ||
numpy==1.26.4 | ||
outlier-utils==0.0.5 | ||
pyarrow==14.0.2 | ||
pyarrow==15.0.0 | ||
pandas==2.1.4 | ||
scikit-learn==1.3.2 | ||
scipy==1.11.4 | ||
scikit-learn==1.4.1.post1 | ||
scipy==1.12.0 | ||
typing_extensions==4.5.0 | ||
fancy-collections==0.2.1 |