Releases: enlyze/enlyze-python
Releases · enlyze/enlyze-python
v2.0.7
v2.0.6
v2.0.5
What's Changed
- Fix issues in existing tests by @daniel-k in #48
- Raise error when trying to resolve to display names with duplicates. by @daniel-k in #34
- Remove
safety
from the optional lint dependencies as it's not used in this project. by @cipherself in #49
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- Drop extra records when merging different
TimeseriesData
instances. by @cipherself in #46
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Use a custom user agent when issuing HTTP requests. by @cipherself in #43
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Fix an issue where the SDK fails with a
TimeseriesServiceError
if querying time series data for more than 100 variables by @cipherself in #40
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Rename
appliance
tomachine
in the example notebook. by @cipherself in #38 - Fix minor typo in the example notebook. by @cipherself in #39
- Fix ProductionRun API schema after renaming Appliance to Machine. by @daniel-k in #42
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
Breaking Changes
Improvements
- Add an example notebook on how to use the sdk by @clehensen in #32
- Fix PR-comment GitHub Action by using our forked version. by @daniel-k in #36
- Enforce schema of ProductionRuns DataFrame. by @daniel-k in #35
Full Changelog: v1.3.1...v2.0.0