Commit Graph

161 Commits

Author SHA1 Message Date
kuzand
90f676235a
Update 100_Numpy_exercises.md 2018-11-02 15:56:53 +02:00
kuzand
5b18530d79
Another solution to question 96.
We can use np.unique with axis=0 to return unique rows of an array. For NumPy >= 1.13
2018-11-02 15:55:56 +02:00
kuzand
5ec27f54c8
Added another solution to question 96. 2018-11-02 15:23:51 +02:00
Nicolas P. Rougier
e163a6417f
Merge pull request #69 from lexnekr/master
Exercise 22 and 17 corrected after #67 and #22
2018-11-02 09:46:03 +01:00
Aleksey Zadoiniy
edc841c4cd Exercise 17 corrected after #22 2018-10-31 11:53:50 +03:00
Aleksey Zadoiniy
3580544f9e Exercise 22 corrected after #67 2018-10-31 11:27:30 +03:00
Nicolas P. Rougier
d3ac0ddcbb
Merge pull request #65 from koraytugay/patch-1
Update 100_Numpy_exercises_no_solution.md
2018-09-14 08:49:57 +02:00
Koray Tugay
a0f7a0dd56
Update 100_Numpy_exercises_no_solution.md 2018-09-08 11:41:56 -04:00
Nicolas P. Rougier
4558c14555
Merge pull request #64 from MyTutoriall/master
fix file name
2018-06-08 20:01:31 +02:00
King Louie
1d4c4c26d1
fix file name add 2018-06-08 17:49:17 +04:30
King Louie
46436f3faa
fix file name addr 2018-06-08 17:47:36 +04:30
Nicolas P. Rougier
15f4412342
Merge pull request #63 from SebastianoF/master
Spaces removed from filenames. Issue #54 addressed
2018-06-07 17:09:10 +02:00
Sebastiano Ferraris
3141325966 Exercise 20 corrected after #54 2018-06-07 15:25:23 +01:00
Sebastiano Ferraris
378a97eaf9 Horror vacui filenames 2018-06-07 15:22:24 +01:00
Nicolas P. Rougier
e81764305b
Merge pull request #62 from kazh98/master
Change "exercices" to "exercises"
2018-04-09 09:41:55 +02:00
Kazuhiro HISHINUMA
32a1acf7ee
Fix misspellings. 2018-04-05 14:39:01 +09:00
Nicolas P. Rougier
c498107938
Merge pull request #59 from leoienkejr/patch-1
Fixed a typo
2018-03-10 10:34:37 +01:00
Leonardo Ienke Jr
60ded964b9
Fixed a typo 2018-03-08 14:36:52 -03:00
Nicolas P. Rougier
6c26468543
Merge pull request #57 from MikeBloom914/patch-1
Update with corrected answer #53
2018-02-21 18:45:51 +01:00
MikeBloom914
a8ec85db11
Switch float to integer on question #53
Related to PR #57
2018-02-20 12:40:50 -05:00
MikeBloom914
2bc183133c
Update with corrected answer #53
Switched in/float on #53
2018-02-17 09:27:30 -05:00
Nicolas P. Rougier
f056872877
Merge pull request #52 from shagunsodhani/master
Fixed grammar
2017-10-28 20:51:21 +02:00
Shagun Sodhani
4fa95191a7
Fixed grammar 2017-10-28 09:06:28 -04:00
Nicolas P. Rougier
afa0e032da Merge pull request #50 from seungwonpark/patch-1
Fixed typo of **hint.ipynb
2017-07-28 20:06:51 +02:00
Seungwon Park
155f09831f Fixed typo of **hint.ipynb
verison -> version
2017-07-28 21:15:24 +09:00
Nicolas P. Rougier
cf241dd5da Merge pull request #48 from chunjy92/master
fix spelling error; suggestion for an alternative answer
2017-07-04 08:31:12 +02:00
Jayeol Chun
a7010265f7 fix spelling error; suggestion for an alternative answer generating one less element, but obviously no great computational advantage 2017-07-04 00:34:47 -04:00
Nicolas P. Rougier
334a5266f8 Merge pull request #47 from matianjun1/master
add exercise with hint
2017-06-19 13:34:00 +02:00
matianjun1
3db0975407 fix some small signal error 2017-06-19 13:52:11 +08:00
matianjun1
83d1ac8555 fix hint to subtitle 2017-06-19 10:55:30 +08:00
matianjun1
453fa9fa14 add exercise with hint 2017-06-18 22:46:28 +08:00
matianjun1
a0e4013bec add exercise with suggestion 2017-06-18 21:40:30 +08:00
Nicolas P. Rougier
4daab04f7b Merge pull request #46 from chrisjdavie/master
solution to 50 only works for a vector
2017-05-28 09:08:51 +02:00
chrisjdavie
d130d89a48 solution only works for a 1d array 2017-05-25 15:25:13 +00:00
Nicolas P. Rougier
f440691a50 Merge pull request #44 from silverriver/silver_dev
typo in 59 and changed solution of 66
2017-04-04 21:46:37 +02:00
silver
45b87e81d3 typo in 59 and changed solution of 66 2017-04-01 12:01:36 +08:00
Nicolas P. Rougier
62bf042b6c Merge pull request #43 from R3DDY97/fix-typo
Fix typo in Excercise no.23,42.
2017-03-30 22:24:38 +02:00
reddy
0b48275aaa Fix typo in Excercise no.23,42. 2017-03-30 22:05:50 +05:30
Nicolas P. Rougier
b30cdf9df9 Merge pull request #40 from denkorzh/patch-1
link to file in README fixed
2017-03-22 10:46:03 +01:00
Denis M Korzhenkov
ec68dd2775 link fixed
Link to `100 Numpy exercises.md` fixed
2017-03-22 12:33:20 +03:00
Nicolas P. Rougier
498b707332 Merge pull request #35 from ibah/master
correcting einsum equivalent of outer function
2016-12-11 13:08:29 +01:00
ibah
995c2c8f64 correcting einsum equivalent of outer function 2016-12-09 12:39:01 +01:00
Nicolas P. Rougier
f4d6512cef Merge pull request #34 from ibah/master
generalizing the solution to the 'extract rows with unequal values'
2016-12-01 13:57:58 +01:00
ibah
946647cb40 Adding an alternative solution to the 'extract rows with unequal values' exercise 2016-12-01 13:42:52 +01:00
ibah
37e7fe2563 generalizing the solution to the 'extract rows with unequal values' exercise 2016-11-29 13:09:51 +01:00
Nicolas P. Rougier
27179d38a7 Merge pull request #33 from ibah/master
Solution to How to find rows of A that contain elements of each row of B
2016-11-28 17:06:45 +01:00
ibah
733e2c3204 Solution to How to find rows of A that contain elements of each row of B 2016-11-28 13:44:47 +01:00
Nicolas P. Rougier
d5771bbf70 Merge pull request #30 from ev-br/patch-2
MAINT: fix a typo
2016-11-02 16:02:09 +01:00
Evgeni Burovski
fe1c5c3ff8 MAINT: fix a typo 2016-11-02 15:23:58 +03:00
Nicolas P. Rougier
ac525959c9 Merge pull request #29 from ev-br/patch-1
mention `np.errstate` context manager in exercise 31.
2016-10-30 06:59:41 +01:00