Releases: anodot/anodot-python
Releases · anodot/anodot-python
Anodot python 2.0.7
- Added 'ignore' missing dimension policy
Anodot python 2.0.6
- Added
find_schema_by_name
method - Added
schema_id
to the dict schema representation - Added
from_dict
methods toSchema
andMissingDimPolicy
- Added
__eq__
implementation forMissingDimPolicy
,Measurement
andSchema
Anodot python 2.0.5
- Add get_schemas method
Anodot python 2.0.4
- support python 3.10
Anodot python 2.0.3
Fix for sending watermark to Anodot
Security updates
Anodot python 2.0.2
Security updates
Anodot python 2.0.1
Added print methods to Metric Classes
Anodot python 2.0.0
- New API
- Implement protocol 3.0
Anodot python 1.0.2
- raise AnodotAPIResponseException if receive errors
- raise an exception if the response is not 200 ok
Anodot python 1.0.1
- Add
dry_run
parameter to thesend
function