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.DictOfSeries
class -
DictOfSeries.__eq__
return a scalar boolean (not a bool frame or object like pandas do) -
DictOfSeries
keys can be of typestr
,int
orfloat
(needs discussion ) - new function
_castGenericResult
insaqc.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_dios
mergeDios
concatDios
Flags.toDios()
tests
added:
test_SaQC_attributes
removed:
test_concatDios
test_concatDios_warnings
fixed:
test_core.core.test_copy
- rm some old calls to
.squeeze()
- commented old code in
fuzzy.lib.functionKwargs
that usedFreqString
,ColumnName
,IntegerWindow
, which are non-existent
BUG s
(pre-existing)- in
test_masking.py
:test_maskingMasksData()
see change and comment
Edited by Bert Palm
Merge request reports
Activity
Filter activity
added category: dios category: register/core cleanup/refactoring labels
assigned to @palmb
added 1 commit
- d6d4c7a3 - added Flags.keys(), deprecated Flags.toDios() -> use DictOfSeries(obj) instead
added 12 commits
- 78fd3ed6 - import cleanups:
-
3119a285 - black, isort (
🤦 ), reuse (🤦 🤦 🤦 ) - dbaabb93 - replaced usage of DictOfSeries...
- 9c9b65b1 - replaced usage of DictOfSeries...
- b9567cb8 - replaced usage of DictOfSeries.dtypes, added getUnionIndex, getSharedindex,...
- 530ed9f4 - replaced usage of DictorSeries:
- 75ba904b - replaced usage of DictorSeries:
- f900efc1 - fixed `getUnionIndex` and `getSharedIndex` and added default to both
- 122fde12 - merged develop
- 179e997b - introduced new DictOfSeries
- eb4ef4be - added Flags.keys(), deprecated Flags.toDios() -> use DictOfSeries(obj) instead
- fe3b847c - DOS: fixed constructor usage (wip)
Toggle commit listadded 7 commits
- c820b1ce - refactored tests for procGeneric
- b55486e6 - introduced new DictOfSeries
- 75eff1ec - added Flags.keys(), deprecated Flags.toDios() -> use DictOfSeries(obj) instead
- 8fe0d58a - DOS: fixed constructor usage (wip)
- f6a0268e - minor ch
- 4bf259ff - adjust calls to new DictOfSeries constructor (34 test failing)
- b3d39d43 - added test:
Toggle commit listadded 1 commit
- 5ed8fe79 - blackified, isorted, reuse-linted, added fancy-collection to requirements.txt (temporarily via git)
Please register or sign in to reply