lincc-frameworks-mask-incubator / corrgi

Fast 2-point correlation estimation with LSDB and gundam
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Bump asv from 0.6.1 to 0.6.3 #2

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps asv from 0.6.1 to 0.6.3.

Release notes

Sourced from asv's releases.

v0.6.3

Bugfix release.

What's Changed

Full Changelog: https://github.com/airspeed-velocity/asv/compare/v0.6.2...v0.6.3

v0.6.2

Changelog

0.6.2 (2024-02-12)

New Features

  • Partially skipped benchmarks will still have their results displayed. (#1351)
  • asv will now correctly prepare all the build backend dependencies into base_requirements and the default build_command has been modified to allow fetching from PyPI. (#1377)

Bug Fixes

  • The asv package no longer prepends the script execution directory unconditionally. Now we check for and remove the path only if it matches the directory that the runner script resides in. (#1346)
  • The bdist wheels no longer include benchmarks and test. (#1349)
  • The mamba plugin works correctly for newer versions (>=1.5) of libmambapy (#1372)
  • The mamba plugin respects the MAMBARC environment if set, taking channels and channel priority from the file in the environment variable. (#1373)
  • Fixed a bug where matrix requirements were dropped if an environment file was specified. (#1373)
  • conda-forge is no longer a default channel for mamba. (#1373)

Other Changes and Additions

  • asv now depends on virtualenv (#1379)

Github Generated Log

What's Changed

... (truncated)

Changelog

Sourced from asv's changelog.

0.6.3 (2024-02-25)

Bug Fixes ^^^^^^^^^

  • build is now the default backend for asv to install projects. (#1387)

0.6.2 (2024-02-12)

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

  • Partially skipped benchmarks will still have their results displayed. (#1351)
  • asv will now correctly prepare all the build backend dependencies into base_requirements and the default build_command has been modified to allow fetching from PyPI. (#1377)

Bug Fixes ^^^^^^^^^

  • The asv package no longer prepends the script execution directory unconditionally. Now we check for and remove the path only if it matches the directory that the runner script resides in. (#1346)
  • The bdist wheels no longer include benchmarks and test. (#1349)
  • The mamba plugin works correctly for newer versions (>=1.5) of libmambapy (#1372)
  • The mamba plugin respects the MAMBARC environment if set, taking channels and channel priority from the file in the environment variable. (#1373)
  • Fixed a bug where matrix requirements were dropped if an environment file was specified. (#1373)
  • conda-forge is no longer a default channel for mamba. (#1373)

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

  • asv now depends on virtualenv (#1379)
Commits
  • 8877eff REL: Finalize changelog and release 0.6.3
  • c4b7002 Merge pull request #1387 from HaoZeke/buildWithPip
  • 4b7dffe TST: Skip some slower tests on PyPy
  • 7141448 CI: Up the timeout limit
  • f4a50fa MAINT: Bring back build isolation
  • 2a68f94 DOC: Add a release note for build
  • dd8345f MAINT: Just depend on build
  • b59dc42 BUG: Don't use build if not present
  • 6b32f22 MAINT: Minor typo to ensure build is pulled by pip
  • a779f0c CI: Rollback for now
  • 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)