overthesun / simoc

A scalable model of an interactive, off-world community
https://ngs.simoc.space/
GNU General Public License v3.0
2 stars 2 forks source link

Bump quantities from 0.14.1 to 0.15.0 #525

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps quantities from 0.14.1 to 0.15.0.

Changelog

Sourced from quantities's changelog.

0.15.0

  • Quantities now has type stubs for all classes and functions. Many thanks to Peter Konradi and Takumasa Nakamura for this major effort.
  • Fixed a number of deprecations coming from NumPy (thanks to Zach McKenzie)
  • Dropped support for NumPy 1.19, added testing for Numpy 1.25 and 1.26, and for Python 3.12

Commits
  • a9d1322 updated changelog
  • 313750a Merge pull request #229 from apdavison/ci-update
  • 9a140dd With Python 3.12, only numpy 1.26 seems to install cleanly
  • d77dd43 try to fix some of the errors with Python 3.12
  • d0b6328 update built matrix exclusions; install setuptools since distutils is gone fr...
  • c5f254b Update CI test matrix
  • dfdae84 Use scipy implementation of trapz if available
  • 45dfd60 Suppress umath.py:124: DeprecationWarning: invalid escape sequence '\i'
  • 0252aa1 Merge pull request #228 from zm711/trapz
  • ee52381 Merge branch 'python-quantities:master' into trapz
  • 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)