Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps asv from 0.6.4 to 0.6.5.

Release notes

Sourced from asv's releases.

v0.6.5

rattler support and UX/UI assistance.

What's Changed

... (truncated)

Changelog

Sourced from asv's changelog.

asv 0.6.5 (2025-09-12)

New Features ^^^^^^^^^^^^

  • ASV supports the py-rattler backend through the rattler option (#1445)
  • ASV_USE_CONDARC can be set to load the options in the CONDARC environment variable

Bug Fixes ^^^^^^^^^

  • JSONC fixes (#1426)
  • Multiple python versions are now handled correctly (#1444)
  • Environment types can be specified for pytest (#1446)
  • ASV_PYTHONPATH is now applied for the discovery phase. (#1463)
  • Fix virtualenv setup for virtualenv 20.31 (#1485)

Other Changes and Additions ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Indicate when benchmarks start passing with *
  • Internally consistent with ScientificPython guidelines (#1528, #1527, #1526)
  • Ruff used for styles (#1513)
  • New documentation design
  • The mamba backend has been removed, with rattler as the suggested replacement
  • rattler is also expected to be the default in the next release
Commits
  • 2232029 REL: Finalize v0.6.5 log [wheel build]
  • 5ea038a Merge pull request #1528 from DimitriPapadopoulos/repo-review
  • eea30a6 Merge pull request #1527 from DimitriPapadopoulos/Scientific_Python_Library_D...
  • edd4bec Style and static checks: PyGrep hooks
  • d67e24b Enforce ruff rules
  • 9cfb781 Apply ruff rule RUF100
  • 3325dec Apply ruff rule RUF015
  • 1dcb273 Apply ruff rule RUF010
  • 4b7308f Enforce ruff/flake8-import-conventions rules
  • 10d214d Apply ruff/flake8-import-conventions rule ICN001
  • 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 <dependency name> 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)

Bumps [asv](https://github.com/airspeed-velocity/asv) from 0.6.4 to 0.6.5.
- [Release notes](https://github.com/airspeed-velocity/asv/releases)
- [Changelog](https://github.com/airspeed-velocity/asv/blob/main/CHANGES.rst)
- [Commits](airspeed-velocity/asv@v0.6.4...v0.6.5)

---
updated-dependencies:
- dependency-name: asv
  dependency-version: 0.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 1, 2025
Copy link

codecov bot commented Oct 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.25%. Comparing base (1cae194) to head (2d2f37c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #376   +/-   ##
=======================================
  Coverage   98.25%   98.25%           
=======================================
  Files          19       19           
  Lines        1891     1891           
=======================================
  Hits         1858     1858           
  Misses         33       33           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

github-actions bot commented Oct 1, 2025

Before [1cae194] After [45d7e40] Ratio Benchmark (Parameter)
11.7±0.2ms 12.1±0.3ms 1.03 benchmarks.NestedFrameAddNested.time_run
1.97±0.08s 2.03±0.08s 1.03 benchmarks.ReadFewColumnsHTTPS.time_run
43.8±2ms 44.5±3ms 1.02 benchmarks.ReassignHalfOfNestedSeries.time_run
175M 177M 1.01 benchmarks.ReadFewColumnsHTTPS.peakmem_run
250M 250M 1 benchmarks.AssignSingleDfToNestedSeries.peakmem_run
136M 136M 1 benchmarks.CountNestedBy.peakmem_run
102M 102M 1 benchmarks.NestedFrameAddNested.peakmem_run
107M 107M 1 benchmarks.NestedFrameQuery.peakmem_run
11.6±0.07ms 11.6±0.3ms 1 benchmarks.NestedFrameQuery.time_run
106M 106M 1 benchmarks.NestedFrameReduce.peakmem_run

Click here to view all benchmarks.

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.

0 participants