summaryrefslogtreecommitdiff
path: root/doc/release/1.11.0-notes.rst
Commit message (Expand)AuthorAgeFilesLines
* DOC: Update 1.11.0-notes.Charles Harris2016-03-191-27/+33
* ENH: Make no unshare mask future warnings less noisySebastian Berg2016-03-011-2/+27
* DOC: Update 1.11.0 release notes to mention divmod changes.Charles Harris2016-02-211-2/+15
* 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
* | DOC,REL: Update 1.11.0 notes.Charles Harris2016-02-141-15/+11
|/
* DOC: add release notesThomas A Caswell2016-02-071-0/+1
* DOC: Fix broken pandas link in 1.11.0 release notesgfyoung2016-02-021-8/+7
* DOC: Update the 1.11.0 release notes.Charles Harris2016-01-231-90/+136
* 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-161-0/+41
|\
| * DOC: document changes to assert_warnsStephan Hoyer2016-01-161-0/+4
| * API: Make datetime64 timezone naiveStephan Hoyer2016-01-151-0/+37
* | DOC: add build system changes to 1.11.0 release notes.Ralf Gommers2016-01-171-3/+8
* | DOC: Update the release notes to state that the `A.T @ A` optimization has be...John Kirkham2016-01-161-3/+4
* | 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
|\ \
| * | DOC: Fix markdown style inline code to restructured text style inline code.John Kirkham2016-01-151-4/+4
| |/
* | DOC: Explain the new exception behavior of `np.dot` when its types cannot be ...John Kirkham2016-01-151-0/+14
|/
* BUG: Enforce order param for MaskedArray constructiongfyoung2016-01-151-0/+9
* DEP: Deprecate random_integersgfyoung2016-01-101-3/+11
* ENH: moveaxis functionStephan Hoyer2016-01-091-0/+2
* Merge pull request #6955 from rgommers/distutils-cleanupCharles Harris2016-01-071-0/+4
|\
| * DOC: mention removal of Pyrex support in 1.11.0 release notes.Ralf Gommers2016-01-071-0/+4
* | Merge pull request #6932 from jakirkham/opt_dot_transNathaniel J. Smith2016-01-061-0/+8
|\ \
| * | DOC: Update the 1.11.0 release notes to mention optimizations of `A.T @ A` an...John Kirkham2016-01-061-0/+8
| |/
* | Release note entry for change in behaviour for np.trace.Marten van Kerkwijk2016-01-061-0/+6
* | Merge pull request #6905 from kohr-h/issue-6899__broadcast_with_one_argJaime2016-01-061-0/+11
|\ \ | |/ |/|
| * DOC: Mention single-arg broadcast in release notesHolger Kohr2016-01-061-0/+11
* | DEP: deprecate np.testing.randEvgeni Burovski2016-01-041-0/+7
|/
* MAINT: Fix typos in 1.11.0-notes.rst and mtrand.pyx documentation.Charles Harris2016-01-031-1/+1
* DOC: Document new randint dtype parameter in 1.11.0 release notes.Charles Harris2016-01-021-0/+17
* DEP: Stricter arg checking for array orderinggfyoung2015-12-181-0/+8
* DOC: Some documentation fixups.Charles Harris2015-12-171-11/+20
* DOC: add fallocate use to release notesJulian Taylor2015-12-171-2/+7
* Merge pull request #6795 from charris/update-1.11.0-notesCharles Harris2015-12-171-1/+2
|\
| * DOC: Update future changes in the 1.11.0 release notes.Charles Harris2015-12-081-1/+2
* | MAINT: minor spelling and grammar correctionsgfyoung2015-12-161-1/+1
|/
* Merge pull request #6747 from charris/deprecate-fortran-viewCharles Harris2015-12-061-0/+15
|\
| * DOC: Document fortran order view deprecation in 1.11 release notes.Charles Harris2015-12-031-1/+16
* | DOC: Add changelog for #6734 and #6748.Simon Conseil2015-12-021-1/+8
|/
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-0/+4
* DOC: Update 1.11.0 release notes with np.lib.split changes.Charles Harris2015-10-311-4/+15
* DOC: Document removal of single file builds in 1.11.0 release notes.Charles Harris2015-10-081-2/+2
* ENH: adds lexsort for arrays with object dtypebehzad nouri2015-10-021-0/+6
* MAINT: cleanup dead code/arguments/fields from ufuncsNathaniel J. Smith2015-10-011-0/+10
* Merge pull request #6271 from charris/change-deprecated-indexes-to-errorCharles Harris2015-09-101-0/+14
|\