Christian Clauss
|
0177ae1cd5
|
Upgrade to Python 3.13 (#11588)
|
2024-09-30 23:01:15 +02:00 |
|
Caeden
|
07e991d553
|
Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062)
* ci(pre-commit): Add pep8-naming to `pre-commit` hooks (#7038)
* refactor: Fix naming conventions (#7038)
* Update arithmetic_analysis/lu_decomposition.py
Co-authored-by: Christian Clauss <cclauss@me.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* refactor(lu_decomposition): Replace `NDArray` with `ArrayLike` (#7038)
* chore: Fix naming conventions in doctests (#7038)
* fix: Temporarily disable project euler problem 104 (#7069)
* chore: Fix naming conventions in doctests (#7038)
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-10-13 00:54:20 +02:00 |
|
Du Yuanchao
|
4d0a8f2355
|
Optimized recursive_bubble_sort (#2410)
* optimized recursive_bubble_sort
* Fixed doctest error due whitespace
* reduce loop times for optimization
* fixup! Format Python code with psf/black push
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2020-09-10 10:31:26 +02:00 |
|
Kaushik Amar Das
|
0e2d6b2963
|
adding softmax function (#1267)
* adding softmax function
* wraped lines as asked
|
2019-10-03 16:30:36 +02:00 |
|