Commit Graph

141 Commits

Author SHA1 Message Date
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
Evgeni Burovski
8cbaacc259 Tweak Ex 31 in the notebook too 2016-10-29 19:33:21 +03:00
Evgeni Burovski
4cb1d8cd76 mention np.errstate context manager in exercise 31. 2016-10-29 17:03:53 +03:00
Nicolas P. Rougier
e8ad2e1123 Merge pull request #28 from Nozdi/feature/no-solution-notebook
Notebook without solution - add code to exercises
2016-10-18 21:18:44 +02:00
Mateusz Flieger
614fa8f2c8 Add code to exercises where it is needed 2016-10-18 19:41:12 +02:00
Nicolas P. Rougier
8fd54c4971 Merge pull request #27 from Nozdi/feature/no-solution-notebook
Feature/no solution notebook
2016-10-18 10:49:48 +02:00
Mateusz Flieger
9933e1b6b6 Add jupyter notebook without solution 2016-10-18 00:08:54 +02:00
Mateusz Flieger
8a54c99dd1 Add notebook checkpoints to gitignore 2016-10-18 00:08:40 +02:00
Nicolas P. Rougier
66de752cad Merge pull request #26 from ibah/master
adding pandas solution as a reference to the 'means of subsets' exercise
2016-10-04 20:59:48 +02:00
ibah
9e3eb1d1dd adding pandas solution as a reference to the 'means of subsets' exercise 2016-10-04 11:57:43 +02:00
Nicolas P. Rougier
44b5e1e940 Merge pull request #25 from joeyfreund/patch-1
Add alternative solution using matrix multiplication operator
2016-10-01 19:12:11 +02:00
Joey Freund
1f2c4ae683 add matrix-multiplication example to notebook 2016-10-01 08:54:02 -04:00
Joey Freund
5bd4dca9e2 add solution with matrix-mult operator
This solution work for Python 3.5 and above.
2016-09-30 17:25:54 -04:00
Nicolas P. Rougier
8db3e71f60 Merge pull request #24 from ibah/master
adding info on the required Numpy version to the recenlty added solution
2016-09-28 09:49:03 +02:00
ibah
497f204914 adding info on the required Numpy version to the recenlty added solution 2016-09-28 09:32:10 +02:00
Nicolas P. Rougier
48025c7521 Merge pull request #23 from ibah/master
adding a simpler solution to 'sum over last two axes' exercise'
2016-09-27 15:28:04 +02:00
ibah
b74eeca0cf adding a simpler solution to 'sum over last two axes' exercise' 2016-09-27 15:16:26 +02:00
Nicolas P. Rougier
35a6dc4f80 Merge pull request #21 from ibah/master
detail: improved readability for 'point by point distances' exercise
2016-09-09 12:30:00 +01:00
ibah
15ede08113 improved readability for 'point by point distances', numpy.atleast_2d can take multiple arguments 2016-09-09 11:50:46 +02:00
Nicolas P. Rougier
04b3714fda Merge pull request #20 from ibah/master
Fixing issue #19 (syntax errors in ipython notebook in commit 4fa32cb)
2016-09-01 14:34:25 +02:00
ibah
1a20be883b correcting syntax errors in ipy notebook 2016-09-01 13:52:41 +02:00