introduced new DictOfSeries
if i refer to DictOfSeries i always mean the new one.
should be merged after !628 (merged) to keep things seperated
all tests succeed
Code
added:
- new
saqc.frame.DictOfSeriesclass -
DictOfSeries.__eq__return a scalar boolean (not a bool frame or object like pandas do) -
DictOfSerieskeys can be of typestr,intorfloat(needs discussion ) - new function
_castGenericResultinsaqc.funcs.generic.py - new method
Flags.keys()
changed:
SaQC._initData- generic handling
- rm access to pd.Series.name where the code relied on that the old-DictOfSeries set the name while taking it in
removed:
- rm dios package
to_diosmergeDiosconcatDiosFlags.toDios()
tests
added:
test_SaQC_attributes
removed:
test_concatDiostest_concatDios_warnings
fixed:
test_core.core.test_copy- rm some old calls to
.squeeze() - commented old code in
fuzzy.lib.functionKwargsthat usedFreqString,ColumnName,IntegerWindow, which are non-existent
(pre-existing) BUG s
- in
test_masking.py:test_maskingMasksData()see change and comment
Edited by Bert Palm