Clone this repo:
  1. 1a86364 [ci skip] fix(tests): make async callback test deterministic (#5986) by Ralf W. Grosse-Kunstleve · 14 hours ago upstream/master
  2. ac286c9 internals: optimize std::unordered_map internals with noexcept (#5960) by Aaron Gokaslan · 14 hours ago
  3. ccb7129 Improve performance of enum_ operators by going back to specific implementation (#5887) by Scott Wolchok · 14 hours ago
  4. e8e8d6a Expand float and complex strict mode to allow ints and ints/float (for PEP 484 compatibility). (#5879) by Michael Carlstrom · 14 hours ago
  5. 2448bc5 [skip ci] Bump version to v3.1.0a0 (#5987) by Ralf W. Grosse-Kunstleve · 16 hours ago
  6. 45fab40 Update version number to v3.0.2 (final) and set release date in changelog.md to February 16, 2026 (#5985) by Ralf W. Grosse-Kunstleve · 16 hours ago upstream/v3.0 v3.0.2
  7. 44a0cd2 [ci skip] docs/changelog.md updates for 3.0.2, to account for 5 additional PRs (#5984) by Ralf W. Grosse-Kunstleve · 27 hours ago
  8. 3ae5a17 Add fallback implementation of `PyCriticalSection_BeginMutex` for Python 3.13t (#5981) by Xuehai Pan · 8 days ago
  9. 5f2c678 Add helpers to array that return the size and strides as a std::span (#5974) by Daniel Simon · 9 days ago
  10. 8f68ecd chore(deps): update pre-commit hooks (#5982) by pre-commit-ci[bot] · 2 weeks ago
  11. 4d7d02a Fix race condition with py::make_key_iterator in free threading (#5971) by Sam Gross · 2 weeks ago
  12. e7754de Revert internals destruction and add test for internals recreation (#5972) by Xuehai Pan · 2 weeks ago
  13. 0080cae chore(deps): bump jwlawson/actions-setup-cmake in the actions group (#5978) by dependabot[bot] · 2 weeks ago
  14. 95d4af7 Fix CI issue: numpy requirement for Python 3.14 on ARM64 Windows (#5977) by Ralf W. Grosse-Kunstleve · 2 weeks ago
  15. 4f81a12 Fix deadlock in test with free threading (#5973) by Sam Gross · 3 weeks ago
  16. 6c83607 Changelog updates (#5967) by Ralf W. Grosse-Kunstleve · 4 weeks ago
  17. 5a6edc9 Exclude MSVC up to 19.16 from using std::launder (#5968) by Franz Pöschel · 4 weeks ago
  18. 53ccc32 fix: cross-compilation updates (#5829) by Malcolm Smith · 4 weeks ago
  19. a8e223d Directly check if/which interpreter is active before doing CLEAR in destructor (#5965) by b-pass · 4 weeks ago
  20. da6e071 Destruct internals during interpreter finalization (#5958) by b-pass · 4 weeks ago