This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Add
editable
parameter to :meth:atomx.Atomx.report
. -
Add
dsp
reporting scope. -
Add
daterange
parameter to :meth:atomx.Atomx.report
. -
When accessing a model attribute, attributes that are atomx models will now
automatically returned as :class:atomx.models.AtomxModel
instead of
leaving them asdict
. -
:meth:
atomx.models.AtomxModel.reload
takes kwargs parameter -
:meth:
atomx.Atomx.delete
can take aatomx.models
instance as argument -
Add new models:
- :class:
atomx.models.Dsp
- :class:
atomx.models.Ssp
- :class:
atomx.models.SspSuspicious
- :class:
atomx.models.SspResultType
- :class: