- Aug 03, 2020
-
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
Gcef related fixes and features See merge request !77
-
David Schäfer authored
Bump numpy from 1.18.1 to 1.19.1 See merge request !63
-
David Schäfer authored
Bump scikit-learn from 0.22.1 to 0.23.1 See merge request !72
-
David Schäfer authored
Bump six from 1.14.0 to 1.15.0 See merge request !74
-
David Schäfer authored
Bump pyarrow from 0.16.0 to 1.0.0 See merge request !67
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
David Schäfer authored
it, matplotlib will choose one, according to the available libraries on the system
-
Peter Lünenschloß authored
-
- Jul 31, 2020
-
-
WKDV Bot authored
Bumps [six](https://github.com/benjaminp/six) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/benjaminp/six/releases) - [Changelog](https://github.com/benjaminp/six/blob/master/CHANGES) - [Commits](https://github.com/benjaminp/six/compare/1.14.0...1.15.0)
-
WKDV Bot authored
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.22.1 to 0.23.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.22.1...0.23.1)
-
WKDV Bot authored
Bumps [pyarrow](https://arrow.apache.org/) from 0.16.0 to 1.0.0.
-
WKDV Bot authored
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.19.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.18.1...v1.19.1)
-
- Jul 30, 2020
-
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
- Jul 29, 2020
-
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
- Jul 28, 2020
-
-
Bert Palm authored
a implementation with a finally clause would be possible, but make the code look like spaghetti. :P
-
- Jul 27, 2020
-
-
Bert Palm authored
i removed the setup of the logging module from the core. It interferes with the needs of the user of the lib (saqc). eg. Messages are double printed or not at all. >> It is strongly advised that you do not add any handlers other than >> NullHandler to your library’s loggers. [...] from https://docs.python.org/3/howto/logging.html we might add a defalutLoggingSetup(log_level='INFO') function or similar in future, to ease the setup the logging.
-
- Jul 22, 2020
- Jul 20, 2020
-
- Jul 17, 2020
-
-
Bert Palm authored
-
Bert Palm authored
Data that is flagger.BAD is masked by default. One can pass a flag or a list-like to the param to_mask to control the behavior. Pass an empty list to disable masking. Nevertheless IFF the index changed the masked data is not restored. Also flags are NOT restored IFF they considered _flagged_ before the func call, but not afterwards anymore. Also any data that is set on masked locations is not overwritten by unmasking.
-