1. 08 7月, 2025 13 次提交
  2. 04 7月, 2025 4 次提交
  3. 03 7月, 2025 4 次提交
  4. 02 7月, 2025 5 次提交
  5. 30 6月, 2025 5 次提交
  6. 26 6月, 2025 6 次提交
  7. 24 6月, 2025 1 次提交
    • Ben Mares's avatar
      Avoid miniKanren v1.0.4 · 46c23410
      Ben Mares 提交于
      Some users with outdated setuptools in their build environments are failing
      to build miniKanren from source. A wheel will hopefully arrive shortly for v1.0.5,
      solving the problem. For now we can work around it by avoiding v1.0.4.
      Note that conda doesn't have this problem, because Conda packages are
      pre-compiled.
      46c23410
  8. 23 6月, 2025 1 次提交
    • Aidan Costello's avatar
      Use lapack func instead of `scipy.linalg.cholesky` (#1487) · 236e50d3
      Aidan Costello 提交于
      * Use lapack func instead of `scipy.linalg.cholesky`
      
      * Now skips 2D checks in perform
      * Updated the default arguments for `check_finite` to false to match documentation
      * Add benchmark test case
      
      * Refactor out _cholesky helper, add empty test
      
      * Remove array and `potrf` copies
      
      * Update test_cholesky_raises_on_nan_input
      236e50d3
  9. 22 6月, 2025 1 次提交