summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* DOC: Document the changed bitwise_and identity.Charles Harris2016-03-031-5/+13
* Merge pull request #7294 from rgommers/blis-supportNathaniel J. Smith2016-03-011-0/+7
|\
| * DOC: add added BLIS support to 1.12.0 release notes.Ralf Gommers2016-02-221-0/+7
* | DEP: Warn about assigning 'data' attribute of ndarraygfyoung2016-02-281-0/+5
* | DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-252-3/+3
* | Merge pull request #7295 from rehassachdeva/update_dev_docNathaniel J. Smith2016-02-231-0/+15
|\ \
| * | DOC: Added understanding code and getting started section to development_envi...rehassachdeva2016-02-221-0/+15
* | | DOC: corrected grammatical error in quickstart docrehassachdeva2016-02-231-1/+1
* | | STY: Fix GitHub rendering of ordered lists >9Joshua Warner2016-02-221-85/+85
|/ /
* | Missing some characters in link.Mad Physicist2016-02-221-2/+2
* | Merge pull request #7301 from charris/update-release-notesCharles Harris2016-02-212-2/+27
|\ \
| * | DOC: Update 1.12.0 release notes to mention indexing errors.Charles Harris2016-02-211-0/+12
| * | DOC: Update 1.11.0 release notes to mention divmod changes.Charles Harris2016-02-211-2/+15
| |/
* | DOC: dev: stop recommending keeping local master updated with upstream/masterPauli Virtanen2016-02-211-94/+69
|/
* Merge pull request #7266 from ahaldane/segfault_invalidlenclassCharles Harris2016-02-191-0/+9
|\
| * BUG: Segfault for classes with deceptive __len__Allan Haldane2016-02-181-0/+9
* | MAINT: Remove redundant trailing semicolons.Dongjoon Hyun2016-02-181-1/+1
* | DOC: Fix mismatched variable names in docstrings.Dongjoon Hyun2016-02-151-2/+2
* | DOC,REL: Update 1.11.0 notes.Charles Harris2016-02-141-15/+11
* | Merge pull request #7248 from rgommers/remove-doceditor-linkCharles Harris2016-02-141-9/+0
|\ \
| * | DOC: remove link to documentation wiki editor from HOWTO_DOCUMENT.Ralf Gommers2016-02-141-9/+0
* | | DOC: metion writeable keyword in as_strided in release notesSebastian Berg2016-02-141-0/+6
|/ /
* | DOC: update sphinxext to numpydoc 0.6.0Ralf Gommers2016-02-131-0/+0
* | Added 'doane' and 'sqrt' estimators to np.histogram in numpy.function_baseJoseph Fox-Rabinovitz2016-02-111-0/+3
|/
* DOC: add release notesThomas A Caswell2016-02-072-1/+25
* DOC: Fix broken pandas link in 1.11.0 release notesgfyoung2016-02-021-8/+7
* ENH: usecols now accepts an int when only one column has to be readI--P2016-02-011-0/+5
* BUG: Fixed 'midpoint' interpolation of np.percentile in odd cases.Joseph Fox-Rabinovitz2016-01-311-1/+6
* MAINT: Fix typos in docsDongjoon Hyun2016-01-2512-18/+18
* DOC: Update the 1.11.0 release notes.Charles Harris2016-01-231-90/+136
* REL: Update master branch after 1.12.x branch has been made.Charles Harris2016-01-192-0/+67
* DOC: Update the 1.10.0 release notes.Charles Harris2016-01-191-10/+17
* Add release note for polynomial fit deg changesJonathan Underwood2016-01-181-0/+9
* MAINT: memcpy-based ~4x faster, typed shuffle.Antony Lee2016-01-161-0/+4
* Merge pull request #6453 from shoyer/naive-datetime64Charles Harris2016-01-162-25/+78
|\
| * DOC: document changes to assert_warnsStephan Hoyer2016-01-161-0/+4
| * API: Make datetime64 timezone naiveStephan Hoyer2016-01-152-25/+74
* | Merge pull request #7040 from rgommers/fix-runtests-setuptoolsCharles Harris2016-01-161-3/+8
|\ \
| * | DOC: add build system changes to 1.11.0 release notes.Ralf Gommers2016-01-171-3/+8
* | | DOC: Fix typo.John Kirkham2016-01-161-1/+1
|/ /
* | DOC: Update the release notes to state that the `A.T @ A` optimization has be...John Kirkham2016-01-161-3/+4
* | Merge pull request #6895 from rgommers/packagingCharles Harris2016-01-166-17/+23
|\ \
| * | DOC/BUG: textual improvements in install docs, and fix a typo in setup.pyRalf Gommers2016-01-161-4/+3
| * | DOC: some tweaks to the install and build info in the user guide.Ralf Gommers2016-01-162-7/+2
| * | DOC: add NumpyVersion to the docs, and mention it in version.pyRalf Gommers2016-01-161-0/+7
| * | DOC: add Cython to list of dependencies in INSTALL.txt. Closes gh-6682.Ralf Gommers2016-01-161-0/+6
| * | BUG: fix TravisCI test issues when using setuptools unconditionally.Ralf Gommers2016-01-164-10/+9
* | | Merge pull request #7020 from jakirkham/deprecated_masked_array_mask_copyCharles Harris2016-01-151-0/+1
|\ \ \ | |/ / |/| |
| * | DOC: Explain that `MaskedArray`s will try to consistently return view of thei...John Kirkham2016-01-151-0/+1
| |/
* | Merge pull request #7023 from jakirkham/fix_docs_releaseCharles Harris2016-01-151-4/+4
|\ \