brainpy / BrainPy

Brain Dynamics Programming in Python
https://brainpy.readthedocs.io/
GNU General Public License v3.0
515 stars 93 forks source link

:arrow_up: Bump taichi from 1.7.0 to 1.7.2 #685

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps taichi from 1.7.0 to 1.7.2.

Release notes

Sourced from taichi's releases.

v1.7.2

Highlights:

  • Bug fixes
    • Fix Loop-Invariant-Cache for dynamic indexed pointers (#8577) (by Zhanlue Yang)
    • Fix bug to disable taichi header print (#8517) (by Yong-Chao Wu)
  • Build system
    • Lift macOS min compat version to Big Sur (#8583) (by Proton)
    • Drop manylinux2014 wheel support (#8581) (by Proton)
  • Language and syntax
    • Migrate irpass::force_scalarize_matrix() beforehand (#8532) (by Zhanlue Yang)
    • Add config.force_scalarize_matrix to avoid perf-regression in certain scenario (#8509) (by Zhanlue Yang)

Full changelog:

  • [misc] Bump version to v1.7.2 (by Proton)
  • [aot] Add stream_ variable for CUDAContext to use a specific CUDA stream to launch CUDA kernel (#8579) (by Sichao He)
  • [Build] Lift macOS min compat version to Big Sur (#8583) (by Proton)
  • [ci] Drop nvidia driver 510 support (already EOL'd) (#8582) (by Proton)
  • [Build] Drop manylinux2014 wheel support (#8581) (by Proton)
  • [Bug] Fix Loop-Invariant-Cache for dynamic indexed pointers (#8577) (by Zhanlue Yang)
  • [bug] Fix assign may lose precision warning & improve related logging (#8553) (by Bob Cao)
  • [bug] Fixes for numpy 2.0 (unblocking python 3.12 release build on mac) (#8552) (by Bob Cao)
  • [doc] Fix typo: 'inheritence' -> 'inheritance' (#8551) (by 3n3l)
  • [misc] Ensure succeeded variable is properly initialized in matrix-free solvers (#8484) (by liblaf)
  • [Bug] Fix bug to disable taichi header print (#8517) (by Yong-Chao Wu)
  • [misc] Add conversions for unsigned types, torch > 2.3.0 (#8528) (by Oliver Batchelor)
  • [doc] Fix typo & missing typedef in math/math_module.md (#8541) (by Jingwei Xu)
  • [ci] Remove driver470, add driver 550 (#8546) (by Proton)
  • [misc] Bump spdlog version and fix unformattable error (#8543) (by Bob Cao)
  • [build] Fix build.py bootstrap corner cases (#8544) (by Proton)
  • [ci] Force TI_USE_GIT_CACHE on (#8545) (by Proton)
  • [Lang] Migrate irpass::force_scalarize_matrix() beforehand (#8532) (by Zhanlue Yang)
  • [bug] Fix offline cache emit dependencies (#8510) (by Mingrui Zhang)
  • [Lang] Add config.force_scalarize_matrix to avoid perf-regression in certain scenario (#8509) (by Zhanlue Yang)

v1.7.1

Highlights:

  • Bug fixes
    • Fix CFG aliasing error with matrix of matrix (#8445) (by Zhanlue Yang)
  • Documentation
    • Update offset.md (#8470) (by Kenshi Takayama)
    • Update math_module.md (#8471) (by Kenshi Takayama)
    • Update accelerate_pytorch.md | Fix typo in recap: Eeasy -> Easy (#8475) (by Aryan Garg)
  • Miscellaneous
    • Bump version to 1.7.1 (by Haidong Lan)
    • Bump taichi version to v1.8.0 (#8458) (by Zhanlue Yang)

Full changelog:

  • [Misc] Bump version to 1.7.1 (by Haidong Lan)
  • [bug] Fix abs on unsigned types (#8476) (by Lin Jiang)
  • [Doc] Update offset.md (#8470) (by Kenshi Takayama)

... (truncated)

Commits
  • 0131dce [misc] Bump version to v1.7.2
  • e9f19b8 [aot] Add stream_ variable for CUDAContext to use a specific CUDA stream to l...
  • 45b3275 [Build] Lift macOS min compat version to Big Sur (#8583)
  • 88dc574 [ci] Drop nvidia driver 510 support (already EOL'd) (#8582)
  • f2027e9 [Build] Drop manylinux2014 wheel support (#8581)
  • 58134e4 [Bug] Fix Loop-Invariant-Cache for dynamic indexed pointers (#8577)
  • 37a0563 [bug] Fix assign may lose precision warning & improve related logging (#8553)
  • d86e69f [bug] Fixes for numpy 2.0 (unblocking python 3.12 release build on mac) (#8552)
  • f3ac30f [doc] Fix typo: 'inheritence' -> 'inheritance' (#8551)
  • 55d8e36 [misc] Ensure succeeded variable is properly initialized in matrix-free solve...
  • 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)