Releases: luuuis/pyomie
Releases · luuuis/pyomie
v0.1.1
v0.1.1 (2024-01-09)
Chore
- chore: use forked python-semantic-release running on Python 3.12 (
1d3ba5f
)
Ci
-
ci: use luuuis/python-semantic-release running on Python 3.12 (#7) (
2aba05e
) -
ci: use GitHub setup python action to ensure correct version (
d0a2dea
) -
ci: use forked upload-to-gh-release with Python 3.12
upstream uses Python 3.10, which this project does not support any more. (92b1e44
)
Fix
- fix: rework lib to add static typing info (#6)
This is a breaking change but not applying semver since we're still in 0.x.
- fix: reworked the whole lib, use NamedTuple for returned data
- ci: python >= 3.11 (
1527fc1
)
v0.1.0
v0.1.0 (2024-01-07)
Ci
Feature
-
feat: adds ability to fetch marginal and (historical) adjustment prices (#5)
-
feat: adds ability to fetch marginal price and adjustment price (historical)
-
includes a CLI with the ability to output either in JSON or the (unparsed) CSV response
-
adds tests for CLI and two main entry points, diffs the response
-
ci: set minimum python version to 3.10 (
41a4b38
)