- 30 6月, 2025 2 次提交
-
-
由 ricardoV94 提交于
* Fix core_dims_needed calculation * Handle lazy dtype * Nicer __str__ with use of `name`
-
由 Ricardo Vieira 提交于
-
- 26 6月, 2025 6 次提交
-
-
由 ricardoV94 提交于
-
由 jessegrabowski 提交于
-
由 Jesse Grabowski 提交于
-
由 ricardoV94 提交于
Also allow arbitrary expression dimensionality
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 24 6月, 2025 1 次提交
-
-
由 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.
-
- 23 6月, 2025 1 次提交
-
-
由 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
-
- 22 6月, 2025 18 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Allen Downey 提交于
-
由 Allen Downey 提交于
-
由 Allen Downey 提交于
-
由 Ricardo Vieira 提交于
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 Oriol (ProDesk) 提交于
-
由 Allen Downey 提交于
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 Ricardo Vieira 提交于
-
由 ricardoV94 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 21 6月, 2025 1 次提交
-
-
由 Jesse Grabowski 提交于
* Add jax dispatch for CholeskySolve * Better typehints on user-facing `cho_solve` * Rename test
-
- 19 6月, 2025 1 次提交
-
-
由 Luca Citi 提交于
* Created some tests that fail due to #1476 * Fixes 1476 and other ways to create a log1mexp * Reimplemented logmexpm1_to_log1mexp by tracking expm1 and then looking through the clients * Absorbed the rewrite log1pexp_to_softplus into the new rewrite for log1mexp * Fixed bug where I forgot to check whether result of is_neg was None or not before proceeding --------- Co-authored-by:Luca Citi <lciti@ieee.org>
-
- 17 6月, 2025 2 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
* Avoid pytest warning for variable name * Respect core type shape in gradient of Blockwise * Refactor Blockwise L_op
-
- 14 6月, 2025 5 次提交
-
-
由 Will Dean 提交于
-
由 Jesse Grabowski 提交于
-
由 Jesse Grabowski 提交于
Reuse `cholesky` decomposition with `cho_solve` in graphs with multiple `pt.solve` when `assume_a = "pos"` (#1467) * Extend decomp+solve rewrite machinery to `assume_a="pos"` * Update rewrite name in test * Refactor tests to be nicer * Respect core op `lower` flag when rewriting to ChoSolve
-
由 Ricardo Vieira 提交于
-
由 Jesse Grabowski 提交于
* Expose `pt.optimize` * Clean up imports in optimize.py * Add example notebook for `optimize.root` * Small updates * Add doc file * Link to optimize docs in tensor index * Add docs to user-facing functions. * Move `scipy.optimize` imports into `perform` methods * Use global import strategy * Remove props and overload __str__ * rerun example notebook
-
- 13 6月, 2025 1 次提交
-
-
由 Ricardo Vieira 提交于
-
- 11 6月, 2025 2 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-