Commit Graph

283 Commits

Author SHA1 Message Date
Nicolas P. Rougier
916e1ecf95
Merge pull request #207 from xofbd/specify-python-version
Specify Python version 3.7 to ensure build
2023-12-13 14:23:52 +01:00
Don Fox
0e24ef0013 Specify Python version 3.7 to ensure build 2023-12-03 20:42:32 -05:00
Nicolas P. Rougier
4b759efce8 Regenerate all the files 2023-04-03 09:26:02 +02:00
Nicolas P. Rougier
a4ac12cdc6
Merge pull request #196 from jeremy-feng/master
Fixed a typo
2023-04-03 09:24:11 +02:00
jeremy-feng
683f473a6f Fixed a typo 2023-03-18 15:20:15 +08:00
Nicolas P. Rougier
dc425d7872
Merge pull request #190 from Stefan-Heimersheim/master
Remove incorrect alternative solution q19
2022-12-05 18:41:02 +01:00
Stefan Heimersheim
9182fdc110
Remove incorrect alternative solution q19
The reshape-based solution for q19 did only work for odd numbered squares, not even ones such as 8x8 squares.
2022-11-29 14:29:35 +00:00
Nicolas P. Rougier
e83ba5f309 Fixed generators (see https://github.com/didix21/mdutils/issues/69) 2022-10-17 13:43:14 +02:00
Nicolas P. Rougier
9357b79e1d
Merge pull request #189 from HenryJi529/master
Add alternative solution for Q.19
2022-10-17 13:38:53 +02:00
Henry Ji
fccab23c7e
Add alternative solution for Q.19 2022-10-10 20:58:25 +08:00
Nicolas P. Rougier
4c45b35878
Merge pull request #177 from RoyiAvital/patch-1
Update README.md
2022-04-10 12:51:45 +02:00
Royi
ed48a838ce
Update README.md 2022-04-09 23:37:19 +03:00
Royi
8366787686
Update README.md
Added links to variants in other languages.
2022-04-09 15:41:04 +03:00
Nicolas P. Rougier
566f976568
Merge pull request #176 from lots-o/fix
Modify typo Q.63
2022-04-02 16:55:14 +02:00
lots-o
7a0974c68f Modify typo Q.63 2022-03-31 22:55:05 +09:00
Nicolas P. Rougier
de9b990b1f
Merge pull request #175 from lots-o/fix
Add alternative solution of Q.60
2022-03-31 14:22:15 +02:00
lots-o
23f872b229 Add alternative solution of Q.60 2022-03-30 22:19:36 +09:00
Nicolas P. Rougier
2cdb74caa6 Updated generated files 2022-01-31 19:14:41 +01:00
Nicolas P. Rougier
a497e655a8
Merge pull request #169 from mgoloshchapov/patch-3
Update 100_Numpy_exercises_with_solutions.md
2022-01-31 19:03:50 +01:00
Mikhail Goloshchapov
49e70fbc00
Update 100_Numpy_exercises_with_solutions.md
Replaced np.array([[0,1],[1,0]]) with np.eye(2) in Task #21
2022-01-29 17:18:40 +03:00
Nicolas P. Rougier
9802377336
Merge pull request #165 from Jeff1999/master
Update Q.75, 76, 81, 84, 85, 87
2022-01-03 10:26:04 +01:00
Jeff1999
e72a3d9f35 Update Q.75, 76, 81, 84, 85, 87
Update alternative solutions with sliding_window_view (NumPy >= 1.20.0).
2021-12-17 16:41:42 +08:00
Nicolas P. Rougier
3597f1191c
Merge pull request #155 from Jeff1999/master
alternative solution for Q.82
2021-07-27 07:48:55 +02:00
Jeff1999
731d575569 alternative solution for Q.82 2021-07-27 10:11:29 +08:00
Nicolas P. Rougier
c3497d3bc3
Merge pull request #152 from FirefoxMetzger/additional_solution
alternative solution for no. 87
2021-06-14 08:46:39 +02:00
Sebastian Wallkötter
72fc6399b2 alternative solution for no. 87 2021-06-13 16:20:39 +02:00
Nicolas P. Rougier
0087eccf20
Merge pull request #151 from bassbone/master
Add difficulty
2021-06-13 10:01:48 +02:00
bassbone
8603114b95 add difficulty 2021-06-11 23:14:29 +09:00
Nicolas P. Rougier
22f47a6e0b
Merge pull request #148 from Sword-holder/master
Fix solution of question 76.
2021-04-26 09:31:08 +02:00
Sword-holder
86e24f1da9 Fix solution of question 76. 2021-04-21 16:11:23 +08:00
Nicolas P. Rougier
3135668de3
Merge pull request #146 from fraterenz/Q37-fraterenz
Updated question 37
2021-04-15 11:02:14 +02:00
Francesco Terenzi
025845ff5c Updated question 37, keep previous solution for reference 2021-04-09 10:50:11 +02:00
Francesco Terenzi
a7c84d5fed Updated question 37 2021-04-08 20:51:14 +02:00
Nicolas P. Rougier
97b01d144d
Merge pull request #145 from MarkSetchell/Q66-Setchell
Updated question 66
2021-03-29 07:36:22 +02:00
Mark Setchell
1f3c0025e8 Updated question 66 2021-03-22 10:02:11 +00:00
Nicolas P. Rougier
a548e75832
Merge pull request #144 from Fisher-Wang/add-another-solution-of-#66
Give another solution of problem #66.
2021-03-12 19:12:42 +01:00
Fisher Wang
589e79f78a some refinement 2021-03-12 22:29:45 +08:00
Fisher Wang
8527c7c83c replace the solution of problem 66 and set the difficulty 2021-03-11 17:10:53 +08:00
Fisher Wang
0d8a4a025b test 2021-03-09 22:01:03 +08:00
Fisher Wang
d931b008a3 Give another solution of problem #66, and fix the old solution as #142 did 2021-03-09 21:42:18 +08:00
Nicolas P. Rougier
7a830af4b7
Merge pull request #142 from artfintl/master
Fix solution of #66
2021-02-18 12:43:51 +01:00
artfintl
fb03972f0d
Update 100_Numpy_exercises_with_solutions.md 2021-02-18 16:09:04 +08:00
artfintl
b38b0c2889
Update 100_Numpy_exercises_with_solutions.md 2021-02-10 14:24:03 +08:00
Nicolas P. Rougier
93bb2f70a2
Merge pull request #138 from madeirak/master
modification of question No.74
2021-01-05 09:43:35 +01:00
madeirak
8f73b3a480 Update exercises100.ktx 2021-01-04 17:29:28 +08:00
madeirak
61c7320733 modification
:)
2021-01-04 17:01:42 +08:00
Nicolas P. Rougier
711a091779
Merge pull request #134 from poedator/patch-4
upd example in a49
2020-10-26 09:04:42 +01:00
Poedator
95777749d7
upd example in a49
with default threshold=1000 [reference](551773f27c/numpy/core/arrayprint.py (L107-L110)) 16x16 is always printed OK. A larger np.array is needed to illustrate the difference. Anything with over 1000 elements would do.
2020-10-17 20:46:27 +03:00
Nicolas P. Rougier
49ea7ffd2b
Merge pull request #132 from poedator/patch-2
answer 35: delete `C = np.ones(3)*3`
2020-10-01 10:42:35 +02:00
Nicolas P. Rougier
4d3e8118bc
Merge pull request #131 from poedator/patch-1
fix deprecated type definition.
2020-10-01 10:40:54 +02:00