pail23 / energy-assistant-backend

MIT License
2 stars 1 forks source link

Bump blosc2 from 2.3.2 to 2.7.0 #161

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps blosc2 from 2.3.2 to 2.7.0.

Release notes

Sourced from blosc2's releases.

Release 2.7.0

Changes from 2.6.2 to 2.7.0

  • Updated to latest C-Blosc2 2.15.0.

  • Deprecated LazyExpr.evaluate().

  • Fixed _check_rc function. See Blosc/python-blosc2#187.

Release 2.6.2

Changes from 2.6.1 to 2.6.2

  • Protection when platforms have just one CPU. This caused the internal number of threads to be 0, producing a division by zero.

  • Updated to latest C-Blosc2 2.14.3.

Release 2.6.1

Changes from 2.6.0 to 2.6.1

  • Updated to latest C-Blosc2 2.14.1. This was necessary to be able to load dynamics plugins on Windows.

Release 2.6.0

Changes from 2.5.1 to 2.6.0

  • [EXP] New evaluation engine (based on numexpr) for NDArray instances. Now, you can evaluate expressions like a + b + 1 where a and b are NDArray instances. This is a powerful feature that allows for efficient computations on compressed data. See this example to see how this works. Thanks to @​omaech for her help in the pow function.

  • As a consequence of the above, there are many new functions to operate with NDArray instances. See the function section in NDArray API for more information.

  • Support for NumPy 2.0.0 is here! Now, the wheels are built with NumPy 2.0.0rc1. Please tell us in case you see any issues with this new version.

  • Add **kwargs to load_tensor() function. This allows to pass additional parameters to the deserialization function. Thanks to @​jasam-sheja.

  • Fix vlmeta.to_dict() not honoring tuple encoding. Thanks to @​ivilata.

  • Check that chunks/blocks computation does not allow a 0 in blocks. Thanks to @​ivilata.

  • Many improvements in ruff rules and others. Thanks to @​DimitriPapadopoulos.

  • Remove printing large arrays in notebooks (they use too much RAM in recent versions of Jupyter notebook).

  • Updated to latest C-Blosc2 2.14.0.

... (truncated)

Changelog

Sourced from blosc2's changelog.

Changes from 2.6.2 to 2.7.0

  • Updated to latest C-Blosc2 2.15.0.

  • Deprecated LazyExpr.evaluate().

  • Fixed _check_rc function. See Blosc/python-blosc2#187.

Changes from 2.6.1 to 2.6.2

  • Protection when platforms have just one CPU. This caused the internal number of threads to be 0, producing a division by zero.

  • Updated to latest C-Blosc2 2.14.3.

Changes from 2.6.0 to 2.6.1

  • Updated to latest C-Blosc2 2.14.1. This was necessary to be able to load dynamics plugins on Windows.

Changes from 2.5.1 to 2.6.0

  • [EXP] New evaluation engine (based on numexpr) for NDArray instances. Now, you can evaluate expressions like a + b + 1 where a and b are NDArray instances. This is a powerful feature that allows for efficient computations on compressed data. See this example to see how this works. Thanks to @​omaech for her help in the pow function.

  • As a consequence of the above, there are many new functions to operate with NDArray instances. See the function section in NDArray API for more information.

  • Support for NumPy 2.0.0 is here! Now, the wheels are built with NumPy 2.0.0rc1. Please tell us in case you see any issues with this new version.

  • Add **kwargs to load_tensor() function. This allows to pass additional parameters to the deserialization function. Thanks to @​jasam-sheja.

  • Fix vlmeta.to_dict() not honoring tuple encoding. Thanks to @​ivilata.

  • Check that chunks/blocks computation does not allow a 0 in blocks. Thanks to @​ivilata.

  • Many improvements in ruff rules and others. Thanks to @​DimitriPapadopoulos.

  • Remove printing large arrays in notebooks (they use too much RAM in recent versions

... (truncated)

Commits
  • 910f960 Add requested changes
  • 529ae7f Getting ready for release 2.7.0
  • b09d024 Update C-Blosc2 sources to v2.15.0
  • 4fc8a40 Update submodule to latest commit
  • 5f7f077 Use the latest C-Blosc2 sources
  • b1999ff Deprecate LazyExpr.evaluate() for forthcoming 2.7.0
  • 8814dd8 Define _check_rc as c function. This fixes #187
  • 3c22241 Post 2.6.2 release actions done
  • b01aa55 Getting ready for release 2.6.2
  • a0e720e Update C-Blosc2 sources to 2.14.3
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 57.21%. Comparing base (085793a) to head (b88b4ed).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #161 +/- ## ======================================= Coverage 57.21% 57.21% ======================================= Files 57 57 Lines 3768 3768 ======================================= Hits 2156 2156 Misses 1612 1612 ``` | [Flag](https://app.codecov.io/gh/pail23/energy-assistant-backend/pull/161/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Frank) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/pail23/energy-assistant-backend/pull/161/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Frank) | `57.21% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Paul+Frank#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 3 months ago

Superseded by #177.