CINPLA / exdir

Directory structure standard for experimental pipelines.
http://exdir.rtfd.io
MIT License
72 stars 13 forks source link

Bump quantities from 0.13.0 to 0.14.1 #149

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quantities from 0.13.0 to 0.14.1.

Changelog

Sourced from quantities's changelog.

0.14.1

  • Fixed a bug when scaling quantities with integer dtype [PR#216 <https://github.com/python-quantities/python-quantities/pull/216>_]

0.14.0

  • Added decimeter to list of supported units [PR#202 <https://github.com/python-quantities/python-quantities/pull/202>_]
  • Removed deprecated mb as symbol for millibar unit [PR#203 <https://github.com/python-quantities/python-quantities/pull/203>_]
  • Fixed failure to preserve dtype in rescale [PR#204 <https://github.com/python-quantities/python-quantities/pull/204>_]
  • Added exp2 as a supported ufunc
  • Fixed failure to handle units with floordiv [PR#207 <https://github.com/python-quantities/python-quantities/pull/207>_]
  • Added femtofarad (fF) to list of supported units
  • Dropped support for Python 3.7
  • Dropped support for NumPy versions older than 1.19
  • Converted the project packaging from setup.py-based to pyproject.toml-based

Commits
  • 1fe4723 updated changelog
  • aa45ade Merge pull request #216 from bjodah/fix-rescale-integer-arg
  • ff140f7 Merge branch 'master' into fix-rescale-integer-arg
  • 8239f66 add more unit tests, including a regression test for gh-215
  • abefd96 Fix gh-215, dtype conversion in rescale
  • 9212209 Adding .readthedocs.yaml to ensure the package is installed with pip, not `se...
  • 57d2db4 updated changelog
  • 5441b2d Merge pull request #213 from apdavison/update-setup
  • 315ccdd trying to fix problem with _version.py not being generated when running CI tests
  • 5927a65 update docs to reflect move away from setup.py
  • 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 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)