Releases: cms-DQM/dials-py
Releases · cms-DQM/dials-py
v1.5.0
What's Changed
- feat: add the optional page_size parameter to clients by @gabrielmscampos in #19
- feat: add ml endpoints clients by @gabrielmscampos in #20
- feat: add dataset_index client by @gabrielmscampos in #21
- docs: update readme with
dataset-index
,ml-models-index
andml-bad-lumisection
instructions by @gabrielmscampos in #22
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- feat: support retrying by @ShamrockLee in #16
- feat: support returning and resuming partial results by @ShamrockLee in #17
- feat: support retry from the clients GET method by @gabrielmscampos in #18
New Contributors
- @ShamrockLee made their first contribution in #16
Full Changelog: v1.3.0...v1.4.0
Package available on Pypi here.
v1.3.0
What's Changed
- fix: file_index model status max_length should be 255 by @gabrielmscampos in #13
- feat: add oms proxy client by @gabrielmscampos in #14
- tests: add oms proxy client tests by @gabrielmscampos in #15
Full Changelog: v1.2.0...v1.3.0
Package available on Pypi here.
v1.2.0
v1.1.0
This release contains the following PRs:
- #4: feat: add support to retrieve and list data from /mes endpoint
- #5: fix: ruff target-version should be py39 instead of py310
- #6: docs: update readme with correct instructions to list ingested monitoring elements
- #7: feat: automatically parse paginated results to pandas dataframe with to_pandas method
- #8: feat: add optional progress bar to __list_sync method using tqdm
- #9: docs: update readme with optional features enables with pandas and tqdm extras
- #10: feat: add integration tests with rest api clients to check if api responses are compatible with pydantic metaclasses
Package available on Pypi here.