Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the runtime-dependencies group across 1 directory with 8 updates #1570

Open
wants to merge 2 commits into
base: staging
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

Bumps the runtime-dependencies group with 8 updates in the / directory:

Package From To
asteval 1.0.2 1.0.5
netcdf4 1.7.1.post1 1.7.2
numpy 2.0.1 2.2.1
pandas 2.2.2 2.2.3
pydantic 2.8.2 2.10.5
ruamel-yaml 0.18.6 0.18.10
scipy 1.14.1 1.15.0
sdtfile 2024.5.24 2024.12.6

Updates asteval from 1.0.2 to 1.0.5

Release notes

Sourced from asteval's releases.

1.0.5

bugfix:

  • more work on handling errors, including fixing #133 and adding more comprehensive tests for #129 and #132

1.0.4

bugfix:

  • fix error handling that might result in null exception

1.0.3

bug fixes, a few feature enhancements:

  • functions ("Procedures") defined within asteval have a _signature() method, now use in repr
  • add support for deleting subscript
  • nested symbol tables now have a Group() function
  • update coverage config
  • cleanups of exception handling : errors must now have an exception
  • several related fixes to suppress repeated exceptions: see GH #132 and #129
  • make non-boolean return values from comparison operators behave like Python - not immediately testing as bool
Commits
  • 8d7326d improve error management; shunt .run() with string to .eval()
  • cc1f757 strengthen tests to assure length of errors, testing both .call() and .run()
  • 36dc5f1 more tests and updates for exception handling
  • 84ab7d7 more changes for #133 and exception handling
  • 84ed2f3 improve expection handling with raise_errors=True, fixing GH133
  • 3c55649 add test for GH133
  • fcb2a39 emergency fix for handling errors, exposed by lmfit
  • 1f135fa Procedures: move 'build signature' to _signature() method, use in repr
  • 45beb7b add support for deleting subscript
  • 6a218da add Group() function to nested symbol table
  • Additional commits viewable in compare view

Updates netcdf4 from 1.7.1.post1 to 1.7.2

Changelog

Sourced from netcdf4's changelog.

since version 1.7.2 release

  • support os.PathLike arguments for Dataset.fromcdl and raise a FileNotFoundError if the cdl is missing and a FileExistsError if the nc file already exists (PR #1387)
  • raise more informative error when trying to iterate or perform a membership operation on a Dataset (issue #1383)
  • fix type hint for createEnumType (issue #1378)
  • add python 3.13 to windows wheel builds (PR #1377)

version 1.7.2 (tag v1.7.2rel)

  • add static type hints (PRs #1302, #1349)
  • Expose nc_rc_set, nc_rc_get (via rc_set, rc_get module functions). (PR #1348)
  • Add Variable.get_fill_value and allow fill_value='default' to set _FillValue attribute using default fill values. (issue #1374, PR #1375).
  • Fix NETCDF3 endian error (issue #1373, PR #1355).

version 1.7.1 (tag v1.7.1rel)

  • include nc_complex source code from v0.2.0 tag (instead of using submodule).
  • add aarch64 wheels.

version 1.7.0 (tag v1.7.0rel)

  • add support for complex numbers via auto_complex keyword to Dataset (PR #1295)
  • fix for deprecated Cython DEF and IF statements using compatibility header with shims for unavailable functionality (PR #1277)
  • use szip as the library name on Windows (PR #1304)
  • add support for MS-MPI MPI_Message detection (PR #1305)
  • fix for issue #1306 - surprising result when indexing vlen str with non-contiguous indices.
  • Fix bug in set_collective introduced in PR #1277 (collective mode was always set).

version 1.6.5 (tag v1.6.5rel)

  • fix for issue #1271 (mask ignored if bool MA assigned to uint8 var)
  • include information on specific object when reporting errors from netcdf-c
  • python 3.12 wheels added, support for python 3.7 removed.

version 1.6.4 (tag v1.6.4rel)

  • set path to SSL certificates internally, so https DAP URLs work with wheels (issue #1246, requires nc_rc_set function available starting with netcdf-c 4.9.1, plus bugfix in netcdf-c PR #2690). Added certifi as a dependency.
  • Added isopen method to MFDataset object to check if underlying files are open.

version 1.6.3 (tag v1.6.3rel)

... (truncated)

Commits

Updates numpy from 2.0.1 to 2.2.1

Release notes

Sourced from numpy's releases.

2.2.1 (DEC 21, 2024)

NumPy 2.2.1 Release Notes

NumPy 2.2.1 is a patch release following 2.2.0. It fixes bugs found after the 2.2.0 release and has several maintenance pins to work around upstream changes.

There was some breakage in downstream projects following the 2.2.0 release due to updates to NumPy typing. Because of problems due to MyPy defects, we recommend using basedpyright for type checking, it can be installed from PyPI. The Pylance extension for Visual Studio Code is also based on Pyright. Problems that persist when using basedpyright should be reported as issues on the NumPy github site.

This release supports Python 3.10-3.13.

Contributors

A total of 9 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Charles Harris
  • Joren Hammudoglu
  • Matti Picus
  • Nathan Goldbaum
  • Peter Hawkins
  • Simon Altrogge
  • Thomas A Caswell
  • Warren Weckesser
  • Yang Wang +

Pull requests merged

A total of 12 pull requests were merged for this release.

  • #27935: MAINT: Prepare 2.2.x for further development
  • #27950: TEST: cleanups
  • #27958: BUG: fix use-after-free error in npy_hashtable.cpp (#27955)
  • #27959: BLD: add missing include
  • #27982: BUG:fix compile error libatomic link test to meson.build
  • #27990: TYP: Fix falsely rejected value types in ndarray.__setitem__
  • #27991: MAINT: Don't wrap #include <Python.h> with extern "C"
  • #27993: BUG: Fix segfault in stringdtype lexsort
  • #28006: MAINT: random: Tweak module code in mtrand.pyx to fix a Cython...
  • #28007: BUG: Cython API was missing NPY_UINTP.
  • #28021: CI: pin scipy-doctest to 1.5.1
  • #28044: TYP: allow None in operand sequence of nditer

Checksums

... (truncated)

Changelog

Sourced from numpy's changelog.

This is a walkthrough of the NumPy 2.1.0 release on Linux, modified for building with GitHub Actions and cibuildwheels and uploading to the anaconda.org staging repository for NumPy <https://anaconda.org/multibuild-wheels-staging/numpy>_. The commands can be copied into the command line, but be sure to replace 2.1.0 by the correct version. This should be read together with the :ref:general release guide <prepare_release>.

Facility preparation

Before beginning to make a release, use the requirements/*_requirements.txt files to ensure that you have the needed software. Most software can be installed with pip, but some will require apt-get, dnf, or whatever your system uses for software. You will also need a GitHub personal access token (PAT) to push the documentation. There are a few ways to streamline things:

  • Git can be set up to use a keyring to store your GitHub personal access token. Search online for the details.
  • You can use the keyring app to store the PyPI password for twine. See the online twine documentation for details.

Prior to release

Add/drop Python versions

When adding or dropping Python versions, three files need to be edited:

  • .github/workflows/wheels.yml # for github cibuildwheel
  • tools/ci/cirrus_wheels.yml # for cibuildwheel aarch64/arm64 builds
  • pyproject.toml # for classifier and minimum version check.

Make these changes in an ordinary PR against main and backport if necessary. Add [wheel build] at the end of the title line of the commit summary so that wheel builds will be run to test the changes. We currently release wheels for new Python versions after the first Python rc once manylinux and cibuildwheel support it. For Python 3.11 we were able to release within a week of the rc1 announcement.

Backport pull requests

Changes that have been marked for this release must be backported to the maintenance/2.1.x branch.

Update 2.1.0 milestones

... (truncated)

Commits
  • 7469245 Merge pull request #28047 from charris/prepare-2.2.1
  • acb051e REL: Prepare for the NumPy 2.2.1 release [wheel build]
  • 28a091a Merge pull request #28044 from charris/backport-28039
  • 723605b TST: Add test for allowing None in operand sequence passed to nditer
  • 554739e TYP: allow None in operand sequence of nditer
  • 31bc4c8 Merge pull request #28021 from charris/backport-28020
  • 32f52a3 CI: pin scipy-doctest to 1.5.1 (#28020)
  • 6219aeb Merge pull request #28007 from charris/backport-28005
  • eb7071c Merge pull request #28006 from charris/backport-28003
  • 4f82c32 BUG: Cython API was missing NPY_UINTP.
  • Additional commits viewable in compare view

Updates pandas from 2.2.2 to 2.2.3

Release notes

Sourced from pandas's releases.

Pandas 2.2.3

We are pleased to announce the release of pandas 2.2.3. This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.2.3 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Commits

Updates pydantic from 2.8.2 to 2.10.5

Release notes

Sourced from pydantic's releases.

v2.10.5 2024-12-18

v2.10.5 (2025-01-08)

What's Changed

v2.10.4 2024-12-18

What's Changed

Packaging

Fixes

New Contributors

Full Changelog: pydantic/pydantic@v2.10.3...v2.10.4

v2.10.3 2024-12-03

What's Changed

Fixes

  • Set fields when defer_build is set on Pydantic dataclasses by @​Viicos in #10984
  • Do not resolve the JSON Schema reference for dict core schema keys by @​Viicos in #10989
  • Use the globals of the function when evaluating the return type for PlainSerializer and WrapSerializer functions by @​Viicos in #11008
  • Fix host required enforcement for urls to be compatible with v2.9 behavior by @​sydney-runkle in #11027
  • Add a default_factory_takes_validated_data property to FieldInfo by @​Viicos in #11034
  • Fix url json schema in serialization mode by @​sydney-runkle in #11035

Full Changelog: pydantic/pydantic@v2.10.2...v2.10.3

v2.10.2 2024-11-26

What's Changed

Fixes

  • Only evaluate FieldInfo annotations if required during schema building by @​Viicos in #10769

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.10.5 (2025-01-08)

GitHub release

What's Changed

v2.10.4 (2024-12-18)

GitHub release

What's Changed

Packaging

Fixes

New Contributors

v2.10.3 (2024-12-03)

GitHub release

What's Changed

Fixes

  • Set fields when defer_build is set on Pydantic dataclasses by @​Viicos in #10984
  • Do not resolve the JSON Schema reference for dict core schema keys by @​Viicos in #10989
  • Use the globals of the function when evaluating the return type for PlainSerializer and WrapSerializer functions by @​Viicos in #11008
  • Fix host required enforcement for urls to be compatible with v2.9 behavior by @​sydney-runkle in #11027
  • Add a default_factory_takes_validated_data property to FieldInfo by @​Viicos in #11034
  • Fix url json schema in serialization mode by @​sydney-runkle in #11035

... (truncated)

Commits

Updates ruamel-yaml from 0.18.6 to 0.18.10

Updates scipy from 1.14.1 to 1.15.0

Release notes

Sourced from scipy's releases.

SciPy 1.15.0 Release Notes

SciPy 1.15.0 is the culmination of 6 months of hard work. It contains many new features, numerous bug-fixes, improved test coverage and better documentation. There have been a number of deprecations and API changes in this release, which are documented below. All users are encouraged to upgrade to this release, as there are a large number of bug-fixes and optimizations. Before upgrading, we recommend that users check that their own code does not use deprecated SciPy functionality (to do so, run your code with python -Wd and check for DeprecationWarning s). Our development attention will now shift to bug-fix releases on the 1.15.x branch, and on adding new features on the main branch.

This release requires Python 3.10-3.13 and NumPy 1.23.5 or greater.

Highlights of this release

  • Sparse arrays are now fully functional for 1-D and 2-D arrays. We recommend that all new code use sparse arrays instead of sparse matrices and that developers start to migrate their existing code from sparse matrix to sparse array: migration_to_sparray. Both sparse.linalg and sparse.csgraph work with either sparse matrix or sparse array and work internally with sparse array.

  • Sparse arrays now provide basic support for n-D arrays in the COO format including add, subtract, reshape, transpose, matmul, dot, tensordot and others. More functionality is coming in future releases.

  • Preliminary support for free-threaded Python 3.13.

  • New probability distribution features in scipy.stats can be used to improve the speed and accuracy of existing continuous distributions and perform new probability calculations.

  • Several new features support vectorized calculations with Python Array API Standard compatible input (see "Array API Standard Support" below):

    • scipy.differentiate is a new top-level submodule for accurate estimation of derivatives of black box functions.
    • scipy.optimize.elementwise contains new functions for root-finding and minimization of univariate functions.
    • scipy.integrate offers new functions cubature, tanhsinh, and nsum for multivariate integration, univariate integration, and univariate series summation, respectively.
  • scipy.interpolate.AAA adds the AAA algorithm for barycentric rational approximation of real or complex functions.

  • scipy.special adds new functions offering improved Legendre function implementations with a more consistent interface.

... (truncated)

Commits
  • 6e246d0 REL: 1.15.0 "final" rel commit [wheel build]
  • ed7c850 Merge pull request #22233 from tylerjereddy/treddy_backports_1.15.0_final
  • 2e2f2cd MAINT: PR 22233 wheel build [wheel build]
  • f05c622 DOC: Update 1.15.0 relnotes
  • 7348d92 Update scipy/differentiate/_differentiate.py
  • 56b1f7e DOC: differentiate.jacobian: correct/improve documentation about callable int...
  • 30077e7 DEP: linalg.solve_toeplitz/matmul_toeplitz: warn on n-D c, r (#22193)
  • 256c1a2 Merge pull request #22181 from tylerjereddy/treddy_prep_scipy_1.15.0rc3
  • f046276 REL: set 1.15.0rc3 unreleased
  • a3d40a8 REL: 1.15.0rc2 rel commit [wheel build]
  • Additional commits viewable in compare view

Updates sdtfile from 2024.5.24 to 2024.12.6

Release notes

Sourced from sdtfile's releases.

v2024.12.6

Read Becker & Hickl SDT files

Sdtfile is a Python library to read SDT files produced by Becker & Hickl SPCM software. SDT files contain time correlated single photon counting instrumentation parameters and measurement data. Currently only the "Setup & Data", "DLL Data", and "FCS Data" formats are supported.

Changes

  • Fix read MeasureInfo fields as scalars (breaking).
  • Update some structure field names with BH reference (breaking).
  • Parse some SetupBlock binary structures (#7).
  • Include more information in str(SdtFile).
  • Add subtype to FileRevision.

v2024.11.24

Read Becker & Hickl SDT files

Sdtfile is a Python library to read SDT files produced by Becker & Hickl SPCM software. SDT files contain time correlated single photon counting instrumentation parameters and measurement data. Currently only the "Setup & Data", "DLL Data", and "FCS Data" formats are supported.

Changelog

Sourced from sdtfile's changelog.

2024.12.6

  • Fix read MeasureInfo fields as scalars (breaking).
  • Update some structure field names with BH reference (breaking).
  • Parse some SetupBlock binary structures (#7).
  • Include more information in str(SdtFile).
  • Add subtype to FileRevision.

2024.11.24

  • Update MEASURE_INFO_EXT struct to SPCM v.9.9 (breaking).
Commits

You can trigger a rebase of this PR 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by Sourcery

Build:

  • Update numpy dependency constraint to <2.3

Bumps the runtime-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [asteval](https://github.com/lmfit/asteval) | `1.0.2` | `1.0.5` |
| [netcdf4](https://github.com/Unidata/netcdf4-python) | `1.7.1.post1` | `1.7.2` |
| [numpy](https://github.com/numpy/numpy) | `2.0.1` | `2.2.1` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.2.3` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.10.5` |
| ruamel-yaml | `0.18.6` | `0.18.10` |
| [scipy](https://github.com/scipy/scipy) | `1.14.1` | `1.15.0` |
| [sdtfile](https://github.com/cgohlke/sdtfile) | `2024.5.24` | `2024.12.6` |



Updates `asteval` from 1.0.2 to 1.0.5
- [Release notes](https://github.com/lmfit/asteval/releases)
- [Commits](lmfit/asteval@1.0.2...1.0.5)

Updates `netcdf4` from 1.7.1.post1 to 1.7.2
- [Release notes](https://github.com/Unidata/netcdf4-python/releases)
- [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog)
- [Commits](https://github.com/Unidata/netcdf4-python/commits)

Updates `numpy` from 2.0.1 to 2.2.1
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.0.1...v2.2.1)

Updates `pandas` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.2...v2.2.3)

Updates `pydantic` from 2.8.2 to 2.10.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.2...v2.10.5)

Updates `ruamel-yaml` from 0.18.6 to 0.18.10

Updates `scipy` from 1.14.1 to 1.15.0
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.14.1...v1.15.0)

Updates `sdtfile` from 2024.5.24 to 2024.12.6
- [Release notes](https://github.com/cgohlke/sdtfile/releases)
- [Changelog](https://github.com/cgohlke/sdtfile/blob/master/CHANGES.rst)
- [Commits](cgohlke/sdtfile@v2024.5.24...v2024.12.6)

---
updated-dependencies:
- dependency-name: asteval
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
- dependency-name: netcdf4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime-dependencies
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime-dependencies
- dependency-name: ruamel-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime-dependencies
- dependency-name: sdtfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team as code owners January 10, 2025 19:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 10, 2025
@dependabot dependabot bot requested review from jsnel and s-weigand January 10, 2025 19:22
Copy link
Contributor

sourcery-ai bot commented Jan 10, 2025

Reviewer's Guide by Sourcery

This pull request updates the runtime dependencies for several packages.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update asteval from 1.0.2 to 1.0.5
  • Improved error management and exception handling.
  • Added support for deleting subscripts.
  • Nested symbol tables now have a Group() function.
  • Functions defined within asteval now have a _signature() method, used in repr.
  • Non-boolean return values from comparison operators now behave like Python, not immediately testing as bool.
pyproject.toml
requirements_pinned.txt
Update netcdf4 from 1.7.1.post1 to 1.7.2
  • Added static type hints.
  • Exposed nc_rc_set and nc_rc_get via module functions.
  • Added Variable.get_fill_value and allowed fill_value='default'.
  • Fixed NETCDF3 endian error.
  • Support os.PathLike arguments for Dataset.fromcdl and raise FileNotFoundError or FileExistsError if appropriate.
  • Raise more informative error when trying to iterate or perform a membership operation on a Dataset.
  • Fixed type hint for createEnumType.
  • Added Python 3.13 to Windows wheel builds.
pyproject.toml
requirements_pinned.txt
Update numpy from 2.0.1 to 2.2.1
  • Fixed a use-after-free error in npy_hashtable.cpp.
  • Fixed falsely rejected value types in ndarray.setitem.
  • Fixed segfault in stringdtype lexsort.
  • Fixed a Cython incompatibility in mtrand.pyx.
  • Added a missing NPY_UINTP to the Cython API.
  • Pinned scipy-doctest to 1.5.1 in CI.
  • Allowed None in the operand sequence of nditer.
pyproject.toml
requirements_pinned.txt
Update pandas from 2.2.2 to 2.2.3
  • Built wheels for Python 3.13 on aarch64.
  • Fixed a bad Cython annotation.
  • Removed ops div class to solve #2137.
  • Debugged failing ARM builds.
pyproject.toml
requirements_pinned.txt
Update pydantic from 2.8.2 to 2.10.5
  • Removed custom MRO implementation of Pydantic models.
  • Fixed URL serialization for unions.
  • Bumped pydantic-core to v2.27.2.
  • Fixed comparison of AnyUrl objects.
  • Fixed PEP 695 type params fetching for functions.
  • Included JSON Schema input core schema in function schemas.
  • Added len to _BaseUrl to avoid TypeError.
  • Ensured type reference removal from seen references.
  • Set fields when defer_build is set on Pydantic dataclasses.
  • Fixed JSON Schema reference resolution for dict core schema keys.
  • Used function globals when evaluating return type for PlainSerializer and WrapSerializer functions.
  • Fixed host required enforcement for URLs to be compatible with v2.9 behavior.
  • Added default_factory_takes_validated_data property to FieldInfo.
  • Fixed URL JSON schema in serialization mode.
pyproject.toml
requirements_pinned.txt
Update ruamel-yaml from 0.18.6 to 0.18.10 pyproject.toml
requirements_pinned.txt
Update scipy from 1.14.1 to 1.15.0
  • Sparse arrays are now fully functional for 1-D and 2-D arrays.
  • Preliminary support for free-threaded Python 3.13.
  • New probability distribution features in scipy.stats.
  • Several new features support vectorized calculations with Python Array API Standard compatible input.
  • Added scipy.differentiate submodule for accurate estimation of derivatives.
  • Added new functions to scipy.optimize.elementwise for root-finding and minimization.
  • Added new functions to scipy.integrate for multivariate and univariate integration and series summation.
  • Added AAA algorithm to scipy.interpolate for barycentric rational approximation.
  • Added new functions to scipy.special for improved Legendre function implementations.
pyproject.toml
requirements_pinned.txt
Update sdtfile from 2024.5.24 to 2024.12.6
  • Fixed reading MeasureInfo fields as scalars.
  • Updated some structure field names with BH reference.
  • Parsed some SetupBlock binary structures.
  • Included more information in str(SdtFile).
  • Added subtype to FileRevision.
  • Updated MEASURE_INFO_EXT struct to SPCM v.9.9.
pyproject.toml
requirements_pinned.txt

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

Copy link
Contributor

Binder 👈 Launch a binder notebook on branch glotaran/pyglotaran/dependabot/pip/staging/runtime-dependencies-7df8d10622

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants