Releases: DisyInformationssysteme/cadenza-analytics-python
Releases · DisyInformationssysteme/cadenza-analytics-python
0.1.25
0.1.24
0.1.24 - 2024-12-19
- Important: Flask version and Werkzeug version set explicitly as latest flask 2.x pulls in an incompatible Werkzeug 3.1.x version where the form request limit was changed from unlimited to 50kb and cannot be configured yet via flask
0.1.23
0.1.23 - 2024-08-05
- Breaking API changes in RequestMetadata for column metadata access
- Updates examples, split into separate standalone directories
0.1.22
0.1.22 - 2024-08-05
0.1.21
0.1.21 - 2024-03-06
- Row wise mapped results can now be list of values instead of pandas Series if they respect the index order
0.1.20
0.1.20 - 2024-03-06
Added
- Support for closure in row wise mapping result so that logging or validation can happen to the final result before sending
0.1.19
0.1.19 - 2024-03-06
Added
- Support for common use case which maps one input row to one output row, especially interesting for extensions of type ENRICHMENT