Skip to content

Releases: enlyze/enlyze-python

v2.0.7

16 Jan 14:54
b188f07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...v2.0.7

v2.0.6

22 Oct 09:14
635c056
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.5...v2.0.6

v2.0.5

21 Oct 12:10
077c3d3
Compare
Choose a tag to compare

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

06 Aug 11:20
d1d393c
Compare
Choose a tag to compare

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

07 Mar 08:15
e62466a
Compare
Choose a tag to compare

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

05 Mar 08:28
dd84243
Compare
Choose a tag to compare

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

20 Feb 15:40
fcce1e7
Compare
Choose a tag to compare

What's Changed

  • Rename appliance to machine 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

07 Feb 10:38
617ba2d
Compare
Choose a tag to compare

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

v1.3.1

04 Dec 13:10
bf1a82d
Compare
Choose a tag to compare

What's Changed

  • Allow setting base URL when constructing EnlyzeClient. by @daniel-k in #31

Full Changelog: v1.3.0...v1.3.1

v1.3.0

30 Nov 10:31
abb3023
Compare
Choose a tag to compare

What's Changed

  • Fix quantity unit of production run may be None. by @daniel-k in #26
  • Change service URLs to new /api/* subpath. by @daniel-k in #27
  • Update to pydantic v2 and fix deprecated API usage. by @daniel-k in #28

Full Changelog: v1.2.0...v1.3.0