Skip to content
Snippets Groups Projects

Rm callable types from flagUniLof

Merged Peter Lünenschloß requested to merge rmCallableTypes into develop
All threads resolved!
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -16,12 +16,14 @@ SPDX-License-Identifier: GPL-3.0-or-later
- `-ll` CLI option as a shorthand for `--log-level`
- basic json support for CLI config files, which are detected by `.json`-extension.
- `--json-field` CLI option to use a non-root element of a json file.
- String Selection Options for function selection in `flagScatterLowPass`
### Changed
- pin pandas to versions >= 2.0
- parameter `fill_na` of `SaQC.flagUniLOF` and `SaQC.assignUniLOF` is now of type
`bool` instead of one of `[None, "linear"]`
- in `plot` function: changed default color for single variables to `black` with `80% transparency`
- in `plot` function: added seperate legend for flags
- deprecated `flagStatLowPass` in favor of `flagScatterLowPass`
### Removed
- removed deprecated `DictOfSeries.to_df`
Loading