- Jun 07, 2021
-
-
Peter Lünenschloß authored
-
- Jun 04, 2021
-
-
Peter Lünenschloß authored
-
- Jun 02, 2021
-
-
Peter Lünenschloß authored
plotting routine See merge request !223
-
Peter Lünenschloß authored
-
David Schäfer authored
[Fix] Make source-target workflow visible for `SaQC._planned` See merge request !272
-
- Jun 01, 2021
-
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
Bert Palm authored
note that `from saqc.core import SaQC` does not work because of cyclic imports, so we `import saqc` and use `bla(..) -> saqc.SaQC`.
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
David Schäfer authored
Bump hypothesis from 6.10.1 to 6.13.10 See merge request !274
-
-
David Schäfer authored
Bump click from 7.1.2 to 8.0.1 See merge request !273
-
David Schäfer authored
Bump matplotlib from 3.4.1 to 3.4.2 See merge request !275
-
David Schäfer authored
Bump numpy from 1.20.2 to 1.20.3 See merge request !276
-
David Schäfer authored
Bump pyarrow from 4.0.0 to 4.0.1 See merge request !277
-
David Schäfer authored
Bump pytest from 6.2.3 to 6.2.4 See merge request !278
-
David Schäfer authored
Bump typing-extensions from 3.7.4.3 to 3.10.0.0 See merge request !279
-
David Schäfer authored
Bump six from 1.15.0 to 1.16.0 See merge request !280
-
WKDV Bot authored
Bumps [six](https://github.com/benjaminp/six) from 1.15.0 to 1.16.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.15.0...1.16.0)
-
WKDV Bot authored
Bumps [typing-extensions](https://github.com/python/typing) from 3.7.4.3 to 3.10.0.0. - [Release notes](https://github.com/python/typing/releases) - [Commits](https://github.com/python/typing/compare/3.7.4.3...3.10.0.0)
-
WKDV Bot authored
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.3 to 6.2.4. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.2.3...6.2.4)
-
WKDV Bot authored
Bumps [pyarrow](https://arrow.apache.org/) from 4.0.0 to 4.0.1.
-
WKDV Bot authored
Bumps [numpy](https://github.com/numpy/numpy) from 1.20.2 to 1.20.3. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.20.2...v1.20.3)
-
WKDV Bot authored
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.4.1...v3.4.2)
-
WKDV Bot authored
Bumps [click](https://github.com/pallets/click) from 7.1.2 to 8.0.1. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/7.1.2...8.0.1)
-
- May 31, 2021
-
-
David Schäfer authored
-
Bert Palm authored
-
Bert Palm authored
-
David Schäfer authored
Static expansion of regular expressions See merge request !271
-
David Schäfer authored
-
- May 28, 2021
-
-
David Schäfer authored
-
David Schäfer authored
Follow-Up Translations This merge requests incorporates the following changes/additions: - Allow the use of translator specific keywords in function calls, e.g. `comment` and `cause` for the `DmpTranslator` - Generate valid `History`s from given input flags. The user flags usually lack information (i.e. concrete parameter values, order of function calls, ...) to infer a real history. I loosed the definition of the word valid, to 'rerunning the history inferred from a `DataFrame` of user flags on the same input data, needs to yield the same user flags again' - Make the different translators available through the CLI (i.e. the exe) See merge request !260
-
David Schäfer authored
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
- May 27, 2021
-
-
Peter Lünenschloß authored
-
- May 25, 2021
-
-
Bert Palm authored
[FIX] Bug-202: Fix that untouched positions (from a saqc-function) overwrite existing flags with UNFLAGGED
-