- 13 2月, 2024 4 次提交
-
-
由 dependabot[bot] 提交于
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2 to 3. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v2...v3) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
由 dependabot[bot] 提交于
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](https://github.com/pre-commit/action/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
由 pre-commit-ci[bot] 提交于
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.2.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.0...v0.2.1)
-
由 Ricardo Vieira 提交于
-
- 10 2月, 2024 2 次提交
-
-
由 jessegrabowski 提交于
Expand TestNorm test coverage
-
由 jessegrabowski 提交于
-
- 07 2月, 2024 1 次提交
-
-
由 Ben Mares 提交于
-
- 06 2月, 2024 2 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 05 2月, 2024 13 次提交
-
-
由 dependabot[bot] 提交于
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
由 Ricardo Vieira 提交于
-
由 Virgile Andreani 提交于
* --show-source -> --output-format=full * renaming of some config options * removing --line-length because it is already in the pyproject file * taking care of some list quadratic summations
-
由 Virgile Andreani 提交于
Co-authored-by:Ben Mares <services-git-throwaway1@tensorial.com>
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
Automated fixes by RUF, and update of the TensorConstructorType type in scan/op.py because mypy didn't like something there.
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Ben Mares 提交于
This reverts commit 69319ef8795712427d41902e4fcf24260af716df.
-
由 dependabot[bot] 提交于
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.1 to 2.16.5. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.14.1...v2.16.5) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 27 1月, 2024 5 次提交
-
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Virgile Andreani 提交于
-
由 Tomasz Kalinowski 提交于
In some environments, `sys.stdout.encoding` may return `None`. This is encountered when knitting an rmarkdown document using the reticulate engine. In that context, `sys.stdout` is replaced with a `StringIO()` object to capture all output. `StringIO().encoding` returns `None` closes https://github.com/rstudio/reticulate/issues/1508
-
- 23 1月, 2024 1 次提交
-
-
由 pre-commit-ci[bot] 提交于
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.1.14](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.13...v0.1.14)
-
- 20 1月, 2024 2 次提交
-
-
由 Ricardo Vieira 提交于
Also make test slightly more restrictive
-
由 lucianopaz 提交于
-
- 18 1月, 2024 7 次提交
- 16 1月, 2024 3 次提交
-
-
由 Jesse Grabowski 提交于
* Implement numba overload for POTRF, LAPACK cholesky routine * Delete old numba_funcify_Cholesky * Refactor tests to include supported keywords and datatypes * Validate inputs and outputs of numba cholesky function * Raise on complex inputs * Change `cholesky` default for `check_finite` to `False` * Remove redundant dtype checks from numba linalg dispatchers * Add docstring to `numba_funcify_Cholesky` explaining why the overload is necessary.
-
由 Ben Mares 提交于
-
由 Ben Mares 提交于
-