Skip to content

Releases: cms-DQM/dials-py

v1.5.0

28 Nov 15:21
v1.5.0
e093c8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

04 Nov 15:07
v1.4.0
0ce51ec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0


Package available on Pypi here.

v1.3.0

31 Jul 13:38
v1.3.0
c72a1ae
Compare
Choose a tag to compare

What's Changed

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


Package available on Pypi here.

v1.2.0

04 Jun 08:49
v1.2.0
ec6047f
Compare
Choose a tag to compare

This release contains the following PRs:

  • #11: Update package according to DIALS release 1.2.0
  • #12: refactor: add argument enable_progress to render tqdm progress bar and import tqdm from tqdm.auto to automatically choose between notebook or std

Package available on Pypi here.

v1.1.0

15 May 15:51
v1.1.0
0a4e4d9
Compare
Choose a tag to compare

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.

v1.0.1

30 Apr 23:49
v1.0.1
f462dc6
Compare
Choose a tag to compare

Hotfix release with the following commits:

#b13683e: fix: remove deprecated ls_id from h1d, h2d and lumisection models


Package available on Pypi here.

v1.0.0

30 Apr 23:35
v1.0.0
d84dfc1
Compare
Choose a tag to compare

PRs merged into this release

#3: Updates according to DIALS release v1.0.0


Package available on Pypi here.

v0.4.0

11 Apr 21:28
v0.4.0
78c9485
Compare
Choose a tag to compare
  • Update all clients an filters according to new dials backend
  • Add workspace parameter to Dials and BaseAuthorizedAPIClient to allow user to overwrite his default workspace

Package available on Pypi here.

v0.3.0

08 Mar 19:24
v0.3.0
8c2b98c
Compare
Choose a tag to compare

Features

  • Allow users to filter 1D and 2D histograms by era and dqmio_filepath_contains

Package available on Pypi here.

v0.2.2

07 Mar 17:22
v0.2.2
497a95f
Compare
Choose a tag to compare

Make package fully compatible with CERN's LCG_105a_swan environment.

  • Pin pydantic version to "<2, >=1"
  • Pin typing-extensions version to "<4.6.0, >=3.6.6"
  • Update all client's models removing AwareDatetime from pydantic >2 and use default datetime

Package available on Pypi here.