pre-commit-ci[bot]
|
948e808205
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2023-06-25 17:33:48 +00:00 |
|
Christian Clauss
|
2a02f41efc
|
git+https://github.com/numpy/numpy.git@main
|
2023-06-25 19:33:16 +02:00 |
|
pre-commit-ci[bot]
|
2abd28493a
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2023-06-25 17:30:33 +00:00 |
|
Christian Clauss
|
f249236162
|
numpy v1.25
|
2023-06-25 19:29:26 +02:00 |
|
Christian Clauss
|
28dc56bf39
|
New numpy
|
2023-06-18 19:06:18 +02:00 |
|
pre-commit-ci[bot]
|
e07fa313f0
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2023-05-28 08:43:34 +00:00 |
|
Christian Clauss
|
93edcc1c35
|
Update requirements.txt
|
2023-05-28 10:43:03 +02:00 |
|
Christian Clauss
|
f43bc388d3
|
Update requirements.txt
|
2023-05-28 09:57:45 +02:00 |
|
Christian Clauss
|
e43de87e99
|
git+https://github.com/cclauss/numpy.git@patch-1
|
2023-05-28 09:36:11 +02:00 |
|
Christian Clauss
|
334111126e
|
git+https://github.com/numpy/numpy.git@main
|
2023-05-28 09:25:44 +02:00 |
|
Christian Clauss
|
7b0bffddee
|
Update build.yml
|
2023-05-28 09:21:49 +02:00 |
|
Christian Clauss
|
3363f2cf0c
|
Update build.yml
|
2023-05-28 08:13:26 +02:00 |
|
Christian Clauss
|
849d8b36fb
|
python -m pip install Cython https://github.com/numpy/numpy@main
|
2023-05-28 08:10:02 +02:00 |
|
Christian Clauss
|
e08238df7e
|
GitHub Actions: Test on Python 3.12 beta 1
|
2023-05-27 17:07:16 +02:00 |
|
Christian Clauss
|
b8cadfc26b
|
GitHub Actions: Test on Python 3.12 beta 1
|
2023-05-27 17:00:43 +02:00 |
|
Christian Clauss
|
7ee6387572
|
GitHub Actions: Test on Python 3.12 beta 1
|
2023-05-27 16:49:32 +02:00 |
|
Christian Clauss
|
05b91e43a2
|
GitHub Actions: Test on Python 3.12 beta 1
|
2023-05-27 16:47:07 +02:00 |
|
Christian Clauss
|
4939897947
|
GitHub Actions: Test on Python 3.12 beta 1
|
2023-05-27 16:43:36 +02:00 |
|
Christian Clauss
|
1e3770265f
|
GitHub Actions: Test on Python 3.12 beta 1
|
2023-05-27 16:40:58 +02:00 |
|
Christian Clauss
|
c7c793eaad
|
GitHub Actions: Test on Python 3.12 beta 1
|
2023-05-27 16:38:36 +02:00 |
|
Christian Clauss
|
4cf2476855
|
GitHub Actions: Test on Python 3.12 beta 1
|
2023-05-27 16:30:59 +02:00 |
|
Christian Clauss
|
9ec8f5b0f9
|
GitHub Actions: Test on Python 3.12 beta 1
|
2023-05-27 16:25:01 +02:00 |
|
Christian Clauss
|
db20f8d0ef
|
GitHub Actions: Test on Python 3.12 beta 1
|
2023-05-27 16:22:47 +02:00 |
|
Christian Clauss
|
4948504cff
|
GitHub Actions: Test on Python 3.12 beta 1
|
2023-05-27 16:03:39 +02:00 |
|
Christian Clauss
|
9973e649b4
|
GitHub Actions: Test on Python 3.12 beta 1
|
2023-05-27 15:58:34 +02:00 |
|
Christian Clauss
|
9c4368bc76
|
GitHub Actions: Test on Python 3.12 beta 1
|
2023-05-27 13:46:29 +02:00 |
|
Christian Clauss
|
329ac71d78
|
GitHub Actions: Test on Python 3.12 beta 1
|
2023-05-27 13:40:13 +02:00 |
|
Christian Clauss
|
6762bb81ae
|
GitHub Actions: Test on Python 3.12 beta 1
|
2023-05-27 13:35:18 +02:00 |
|
Christian Clauss
|
4b79d771cd
|
Add more ruff rules (#8767)
* Add more ruff rules
* Add more ruff rules
* pre-commit: Update ruff v0.0.269 -> v0.0.270
* Apply suggestions from code review
* Fix doctest
* Fix doctest (ignore whitespace)
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-05-26 09:34:17 +02:00 |
|
Christian Clauss
|
dd3b499bfa
|
Rename is_palindrome.py to is_int_palindrome.py (#8768)
* Rename is_palindrome.py to is_int_palindrome.py
* updating DIRECTORY.md
---------
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2023-05-26 12:20:33 +05:30 |
|
Juyoung Kim
|
a17791d022
|
fix: graphs/greedy_best_first typo (#8766)
#8764
|
2023-05-25 14:54:18 +02:00 |
|
Caeden Perelli-Harris
|
cfbbfd9896
|
Merge and add benchmarks to palindrome algorithms in the strings/ directory (#8749)
* refactor: Merge and add benchmarks to palindrome
* updating DIRECTORY.md
* chore: Fix failing tests
* Update strings/palindrome.py
Co-authored-by: Christian Clauss <cclauss@me.com>
* Update palindrome.py
---------
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
|
2023-05-25 12:56:23 +02:00 |
|
Ratnesh Kumar
|
a6631487b0
|
Fix CI badge in the README.md (#8137)
|
2023-05-25 12:34:11 +02:00 |
|
Chris O
|
200429fc47
|
Dual Number Automatic Differentiation (#8760)
* Added dual_number_automatic_differentiation.py
* updating DIRECTORY.md
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update maths/dual_number_automatic_differentiation.py
---------
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-05-25 08:04:42 +02:00 |
|
Caeden Perelli-Harris
|
df88771905
|
Mark fetch anime and play as broken (#8763)
* updating DIRECTORY.md
* updating DIRECTORY.md
* fix: Correct ruff errors
* fix: Mark anime algorithm as broken
* updating DIRECTORY.md
---------
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2023-05-25 07:59:15 +02:00 |
|
pre-commit-ci[bot]
|
ce43a8ac4a
|
[pre-commit.ci] pre-commit autoupdate (#8759)
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.267 → v0.0.269](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.267...v0.0.269)
- [github.com/abravalheri/validate-pyproject: v0.12.2 → v0.13](https://github.com/abravalheri/validate-pyproject/compare/v0.12.2...v0.13)
* updating DIRECTORY.md
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2023-05-23 05:54:30 +02:00 |
|
Daniel Luo
|
edc17b60e0
|
add __main__ around print (#8747)
|
2023-05-19 12:40:52 +12:00 |
|
Rohan Saraogi
|
cf5e34d479
|
Added is_palindrome.py (#8748)
|
2023-05-19 11:48:22 +12:00 |
|
Caeden Perelli-Harris
|
9b3e4028c6
|
Fixes broken "Create guess_the_number_search.py" (#8746)
|
2023-05-17 18:47:23 +12:00 |
|
Harkishan Khuva
|
a2783c6597
|
Create guess_the_number_search.py (#7937)
|
2023-05-17 12:22:24 +12:00 |
|
Alexander Pantyukhin
|
61cfb43d2b
|
Add h index (#8036)
|
2023-05-17 12:21:16 +12:00 |
|
Rohan Saraogi
|
3dc143f721
|
Added odd_sieve.py (#8740)
|
2023-05-17 12:08:56 +12:00 |
|
Tianyi Zheng
|
8102424950
|
local_weighted_learning.py : fix mypy errors and more (#8073)
|
2023-05-17 12:05:55 +12:00 |
|
Maxim Smolskiy
|
c0892a0651
|
Reduce the complexity of genetic_algorithm/basic_string.py (#8606)
|
2023-05-16 09:47:50 +12:00 |
|
pre-commit-ci[bot]
|
2a57dafce0
|
[pre-commit.ci] pre-commit autoupdate (#8716)
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.263 → v0.0.267](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.263...v0.0.267)
- [github.com/tox-dev/pyproject-fmt: 0.11.1 → 0.11.2](https://github.com/tox-dev/pyproject-fmt/compare/0.11.1...0.11.2)
- [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.2.0...v1.3.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-05-15 22:27:59 +01:00 |
|
Caeden Perelli-Harris
|
1faf10b5c2
|
Correct ruff failures (#8732)
* fix: Correct ruff problems
* updating DIRECTORY.md
* fix: Fix pre-commit errors
* updating DIRECTORY.md
---------
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2023-05-14 22:03:13 +01:00 |
|
Pronoy Mandal
|
793e564e1d
|
Create maximum_subsequence.py (#7811)
|
2023-05-11 07:00:59 +12:00 |
|
Margaret
|
6939538a41
|
adding the remove digit algorithm (#6708)
|
2023-05-11 06:55:48 +12:00 |
|
Margaret
|
997d56fb63
|
Switch case (#7995)
|
2023-05-11 06:53:47 +12:00 |
|
shricubed
|
44aa17fb86
|
Working binary insertion sort in Python (#8024)
|
2023-05-11 06:50:32 +12:00 |
|