Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.12.0
/
doc
/
source
tag
5596af84450b4e13e3926537979dfc8bbd307b75
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Jan 15 19:58:34 2017
object
561f1accf861ad8606ea2dd723d2be2b09a2dffa
NumPy v1.12.0 release.
c71fe37
DOC: create 1.11.3 release notes.
by Charles Harris
· 9 years ago
93c098a
DOC: Fix code example in c-info.python-as-glue.rst.
by Charles Harris
· 9 years ago
105592f
DOC: Fixups for quickstart.rst.
by Charles Harris
· 9 years ago
b11931d
DOC: Add SciPy inventory for intersphinx.
by wrwrwr
· 9 years ago
092d884
DOC: change development instructions from SSH to HTTPS access.
by Ralf Gommers
· 9 years ago
0a02bb6
ENH: add signature argument to vectorize for vectorizing like generalized ufuncs (#8054)
by Stephan Hoyer
· 9 years ago
155ee36
DOC: Further fixes for PyArray_{Max, Min, Ptp} documentation.
by Charles Harris
· 9 years ago
811c905
DOC: Small c api doc fix for PyArray_Max.
by Frederic Bastien
· 9 years ago
bb2865a
DOC: Add matplotlib inventory for intersphinx.
by wrwrwr
· 9 years ago
0a9fb7b
DOC: change version references from x.y to x.y.z
by Pierre de Buyl
· 9 years ago
db0b231
DOC: change version references from x.y to x.y.z
by Pierre de Buyl
· 9 years ago
0780721
DOC: fix page title for swig
by Pierre de Buyl
· 9 years ago
773e3ca
change all non-code instances of Numpy to NumPy
by Pierre de Buyl
· 9 years ago
d31e684
DOC: Fixed three typos in the c-info.ufunc-tutorial [skip ci]
by Michael Seifert
· 9 years ago
a93d9f7
Merge pull request #7977 from charris/create-1.11.2-notes
by Charles Harris
· 9 years ago
72c79b7
DOC: Include docstring for cbrt, spacing and fabs in ufuncs-documentation [skip ci]
by Michael Seifert
· 9 years ago
4226c96
DOC: Create 1.11.2 release notes.
by Charles Harris
· 9 years ago
664b60b
DOC: add cbrt to math summary page
by Julian Taylor
· 9 years ago
312f471
DOC: #7881. Fix link to record arrays
by Tom Bird
· 9 years ago
bf40f60
DOC: Use a shorter example.
by Scott Sanderson
· 9 years ago
56d0c26
DOC: Document extra args forwarding to nose.
by Scott Sanderson
· 9 years ago
e53570d
DOC: Add geomspace to function list, release notes
by endolith
· 9 years ago
cdd85dc
DOC: Remove "ones_like" from ufuncs list (it is not)
by John Zwinck
· 9 years ago
76e2d47
ENH: Add `polyrootval` to numpy.polynomial
by e-q
· 9 years ago
24ee6b3
DOC: Corrections in Datetime Units-arrays.datetime.rst
by badhrink
· 9 years ago
e928bd9
DOC: fix broken genfromtxt examples in user guide. Closes gh-7662.
by Ralf Gommers
· 9 years ago
eba532d
DOC: Create Numpy 1.11.1 release notes.
by Charles Harris
· 9 years ago
ed785c5
DOC: Remove isreal and iscomplex from ufunc list
by Edward Richards
· 9 years ago
ad3f6dc
DOC: Removed an extra `:const:`
by Joseph Fox-Rabinovitz
· 9 years ago
ef389ee
Merge pull request #7421 from pwolfram/nancumsumprod
by Stephan Hoyer
· 9 years ago
a76b872
ENH: adds np.nancumsum and np.nancumprod
by Phillip J. Wolfram
· 9 years ago
4440841
DOC: ndarray typo fix
by Marshall Ward
· 9 years ago
133e892
MAINT: Wrapped some docstrings and fixed typo
by Joseph Fox-Rabinovitz
· 9 years ago
7a4ff44
DOC: Updates to documentation from perusing it in detail.
by Joseph Fox-Rabinovitz
· 9 years ago
5b91628
Merge pull request #7346 from erensezener/generalized_flip
by Charles Harris
· 9 years ago
e7de401
ENH: Add generalized flip function and its tests
by Eren Sezener
· 9 years ago
5ab455f
Merge pull request #7410 from shoyer/nanprod-doc
by Nathaniel J. Smith
· 9 years ago
7166675
DOC: add nanprod to the list of math routines
by Stephan Hoyer
· 9 years ago
2556b9f
DOC: Fix more typos in docs and comments.
by Dongjoon Hyun
· 10 years ago
077b0eb
Merge pull request #7295 from rehassachdeva/update_dev_doc
by Nathaniel J. Smith
· 10 years ago
9497201
DOC: corrected grammatical error in quickstart doc
by rehassachdeva
· 10 years ago
92fbcaa
DOC: Added understanding code and getting started section to development_environment.rst
by rehassachdeva
· 10 years ago
6bcb6ef
Missing some characters in link.
by Mad Physicist
· 10 years ago
dffd07c
DOC: dev: stop recommending keeping local master updated with upstream/master
by Pauli Virtanen
· 10 years ago
df9df7f
MAINT: Fix typos in docs
by Dongjoon Hyun
· 10 years ago
11a9b71
REL: Update master branch after 1.12.x branch has been made.
by Charles Harris
· 10 years ago
865c3e3
Merge pull request #6453 from shoyer/naive-datetime64
by Charles Harris
· 10 years ago
ab5c6d0
DOC/BUG: textual improvements in install docs, and fix a typo in setup.py
by Ralf Gommers
· 10 years ago
88ffedf
DOC: some tweaks to the install and build info in the user guide.
by Ralf Gommers
· 10 years ago
105a498
DOC: add NumpyVersion to the docs, and mention it in version.py
by Ralf Gommers
· 10 years ago
4aa9d57
DOC: add Cython to list of dependencies in INSTALL.txt. Closes gh-6682.
by Ralf Gommers
· 10 years ago
4b43d20
BUG: fix TravisCI test issues when using setuptools unconditionally.
by Ralf Gommers
· 10 years ago
4261148
API: Make datetime64 timezone naive
by Stephan Hoyer
· 10 years ago
c0f6c37
DOC: Clean up/fix several references to the "future" 1.10 release
by Nathaniel J. Smith
· 10 years ago
8ffde7f
ENH: moveaxis function
by Stephan Hoyer
· 10 years ago
b8f9418
DOC: Sync 1.10.3 and 1.10.4 release notes, update reference doc.
by Charles Harris
· 10 years ago
a496e11
DOC: add note not to run tests from repo root in devguide. Closes gh-6907.
by Ralf Gommers
· 10 years ago
a547d0e
DOC: fix broken link in user guide. Closes gh-6906.
by Ralf Gommers
· 10 years ago
f9976c8
Fix carriage return inside commented python code
by Vincent Legoll
· 10 years ago
25a54d5
Merge pull request #6600 from mgeier/doc-ndarray-subclasses
by Charles Harris
· 10 years ago
a6c69b0
STY: Break some long lines in numpy-for-matlab-users.rst.
by Charles Harris
· 10 years ago
a9aae5f
DOC: change uses of `rank` for `dimension`
by Matthew Brett
· 10 years ago
c5d8f5c
DOC: fix method signatures in "array subclasses"
by Matthias Geier
· 10 years ago
dfdd188
Merge pull request #6789 from njsmith/governance-title-tweak
by seberg
· 10 years ago
2620f23
[doc] Fix title of governance section in docs
by Nathaniel J. Smith
· 10 years ago
296b0b7
MAINT: Typo in arrays.indexing.rst Issue#6670
by floatingpointstack
· 10 years ago
93c8e0e
DOC: A bit of copy-editing of the 'NumPy for Matlab Users' guide.
by Warren Weckesser
· 10 years ago
5dbe326
DOC: Fix an argument in 'Numpy for Matlab Users'.
by Warren Weckesser
· 10 years ago
8363b2e
DOC: Release notes for Numpy 1.10.2.
by Charles Harris
· 10 years ago
4b1f124
DOC: import "numpy for matlab users" from the wiki
by Pauli Virtanen
· 10 years ago
3f6ffa8
DOC: reorganize user guide a bit + import "tentative numpy tutorial" from wiki
by Pauli Virtanen
· 10 years ago
9d63530
DOC: remove placeholders and incompleteness warnings
by Pauli Virtanen
· 10 years ago
fdcdc56
DOC: typo in arrays.interface.rst #6516
by Alain
· 10 years ago
051ac58
DOC: fixed #6525
by Yifan Li
· 10 years ago
3390e44
Merge pull request #6529 from niccalle/fix_typo
by Jaime
· 10 years ago
7dd3f14
DOC: Fixed a typo at line 289 at c-api.array.rst
by Nicolas Calle
· 10 years ago
27459b2
Merge pull request #6528 from jaimefrio/fix_typo
by Jaime
· 10 years ago
b57edaf
DOC: fixed typo in arrays.classes.rst
by Jaime Fernandez
· 10 years ago
b1ce387
MAINT: Spellcheck doc/source/f2py/signature-file.rst.
by Charles Harris
· 10 years ago
81bdad0
BUG: allow extension of common blocks in numpy.f2py
by Alexander Heger
· 10 years ago
9a9504f
DOC: Create 1.10.1 release notes.
by Charles Harris
· 10 years ago
18ba681
DOC: add lib.Arrayterator to reference guide. Closes gh-6404.
by Ralf Gommers
· 10 years ago
eceb60b
DEV: add CC-0 public domain dedication to governance document
by Nathaniel J. Smith
· 10 years ago
c2f00f7
DOC: typo: change NumFocus to NumFOCUS in one place in governance doc.
by Ralf Gommers
· 10 years ago
6350694
Merge pull request #6406 from charris/update-gh-6310
by Charles Harris
· 10 years ago
39fc2a1
Merge pull request #6352 from njsmith/governance
by Charles Harris
· 10 years ago
1081a33
DEV: attempt to clarify rules for ending an Institutional Partnership
by Nathaniel J. Smith
· 10 years ago
fd953f7
DEV: governance: wording tweak
by Nathaniel J. Smith
· 10 years ago
5c563cc
DEV: governance: Include links to current membership of each group
by Nathaniel J. Smith
· 10 years ago
c74001e
DEV: for new council members, clarify order of voting and talking to them
by Nathaniel J. Smith
· 10 years ago
cad4c90
DOC: Cleanup genfromtxt documentation a bit.
by Charles Harris
· 10 years ago
ae2d0bb
DOC: Update docs for numpy.genfromtxt.
by jason king
· 10 years ago
365a747
DEV: remove draft markers from governance document
by Nathaniel J. Smith
· 10 years ago
29b09f8
DEV: remove the interstitial notes on the seed steering council
by Nathaniel J. Smith
· 10 years ago
6823e7a
DEV: Fix dates on Travis's time as leader
by Nathaniel J. Smith
· 10 years ago
435af7c
DEV: minor textual cleanups to governance document
by Nathaniel J. Smith
· 10 years ago
899325e
MAINT: cleanup dead code/arguments/fields from ufuncs
by Nathaniel J. Smith
· 10 years ago
1bb5b29
DEV: Governance: fix pandoc weirdness
by Nathaniel J. Smith
· 10 years ago
1dfb8d7
DEV: Governance: update link to Jupyter/IPython governance doc
by Nathaniel J. Smith
· 10 years ago
81d23fd
DEV: Governance: remove link to inaccurate github contributors page
by Nathaniel J. Smith
· 10 years ago
Next »