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 |
|
ibah
|
9b248dd3de
|
Alternative solution to 'Compare random arrays' plus an explanation
|
2016-08-25 14:52:59 +02:00 |
|
ibah
|
9e6559e6eb
|
Correcting solution to the 'round away from 0' exercise
|
2016-08-23 13:09:56 +02:00 |
|
Nicolas P. Rougier
|
429db566ac
|
Merge pull request #16 from btel/patch-1
add alternative solution to exercise 64
|
2016-08-18 16:17:45 +02:00 |
|
Bartosz Telenczuk
|
5920f6c30e
|
add alternative solution to exercise 64
|
2016-08-18 10:50:54 +02:00 |
|
Nicolas P. Rougier
|
e35f345757
|
Added the no solution version
|
2016-07-16 08:42:18 -05:00 |
|
Nicolas P. Rougier
|
5f4ede99ba
|
Added Zenodo DOI
|
2016-07-15 19:58:07 -05:00 |
|
Nicolas P. Rougier
|
0162060b8f
|
Merge branch 'master' of github.com:rougier/numpy-100
|
2016-07-15 17:11:42 -05:00 |
|
Nicolas P. Rougier
|
477de92945
|
Fix typo and add a MIT license
|
2016-07-15 17:11:25 -05:00 |
|
Nicolas P. Rougier
|
c6d6b9954c
|
Fix typo and add a MIT license
|
2016-07-15 17:09:47 -05:00 |
|
Nicolas P. Rougier
|
755518ecf6
|
Added direct access to the notebook from the badge
|
2016-07-15 15:43:44 -05:00 |
|
Nicolas P. Rougier
|
88ad754f16
|
Merge pull request #14 from rougier/Notebook-direct-access
Added direct access to the notebook
|
2016-07-15 15:38:00 -05:00 |
|
Nicolas P. Rougier
|
43347066cd
|
Added direct access to the notebook
|
2016-07-15 15:35:29 -05:00 |
|
Nicolas P. Rougier
|
28c5670563
|
Switch to markdown only
|
2016-07-15 08:28:59 -05:00 |
|
Nicolas P. Rougier
|
58c23200b6
|
Removed html generation code
|
2016-07-15 08:08:40 -05:00 |
|
Nicolas P. Rougier
|
f70e4b8074
|
Cosmetic fixes
|
2016-07-15 08:06:49 -05:00 |
|
Nicolas P. Rougier
|
be67f6aa56
|
Renamed files
|
2016-07-15 08:03:40 -05:00 |
|
Nicolas P. Rougier
|
629e4e1004
|
Added requirements for binder
|
2016-07-15 07:52:18 -05:00 |
|
Nicolas P. Rougier
|
8a01a1148e
|
Added the notebook version
|
2016-07-15 07:51:25 -05:00 |
|
Nicolas P. Rougier
|
b91cb1b0c4
|
New exercise using nditer. And we're done, we've got 100 exercises \!
|
2016-07-14 20:53:25 -05:00 |
|