summaryrefslogtreecommitdiff
path: root/doc/release
Commit message (Expand)AuthorAgeFilesLines
* BLD: enabled negation of library choices in NPY_*_ORDER (#17219)Nick R. Papior2020-09-171-0/+12
* ENH: Allow genfromtxt to unpack structured arrays (#16650)Andrew Eckart2020-09-111-0/+16
* DOC: Add compatibility release note for gh-17241Charles Harris2020-09-031-0/+6
* Merge pull request #16134 from seberg/concatenate-dtypeMatti Picus2020-09-032-0/+14
|\
| * Update doc/release/upcoming_changes/16134.compatibility.rstSebastian Berg2020-09-031-5/+5
| * ENH: Implement concatenate dtype and casting keyword argumentsSebastian Berg2020-09-022-0/+14
* | DEP: Deprecated ndindex.ndincrEric Wieser2020-09-031-0/+4
|/
* BUG: revert trim_zeros changes from gh-16911mattip2020-08-271-7/+0
* Merge pull request #17116 from eric-wieser/expire-ctypes_load_librarySebastian Berg2020-08-201-0/+2
|\
| * API: Remove `np.ctypeslib.ctypes_load_library`Eric Wieser2020-08-201-0/+2
* | Merge pull request #17068 from charris/cleanup-pystring_fromstring-usageMatti Picus2020-08-201-0/+4
|\ \ | |/ |/|
| * MAINT: Remove uses of PyString_FromString.Charles Harris2020-08-191-0/+4
* | Merge pull request #17058 from BvB93/trim_zeros2Matti Picus2020-08-191-1/+1
|\ \
| * | ENH: Use elementwise comparisons with 0 rather than boolean castingBas van Beek2020-08-111-1/+1
| |/
* | Merge pull request #17029 from seberg/cast-error-returnMatti Picus2020-08-171-0/+14
|\ \
| * | Update doc/release/upcoming_changes/17029.compatibility.rstSebastian Berg2020-08-121-13/+4
| * | DOC: Add release note for casting error changesSebastian Berg2020-08-111-0/+23
| |/
* | Merge pull request #16841 from marload/fix-issue-16813Matti Picus2020-08-171-0/+19
|\ \
| * | DOC: Add example to release noteRoss Barnowski2020-08-031-1/+15
| * | Update rst links in changelogRoss Barnowski2020-08-031-2/+2
| * | Update changelog name.Ross Barnowski2020-08-031-0/+0
| * | Update 16841.changes.rstMatti Picus2020-08-031-4/+5
| * | Fix Testmarload2020-08-031-0/+4
* | | ENH: Add support for file like objects to np.core.records.fromfile (#16675)Sidhant Bansal2020-08-131-0/+4
* | | DEP: lib: Remove the deprecated financial functions. (#17067)Warren Weckesser2020-08-121-0/+8
| |/ |/|
* | BUG: Raise correct errors in boolean indexing fast path (gh-17010)Aaron Meurer2020-08-061-0/+24
* | ENH: Add NumPy declarations to be used by Cython 3.0+ (#16986)scoder2020-08-051-0/+7
* | ENH: Speed up trim_zeros (#16911)Bas van Beek2020-08-041-0/+7
|/
* BUG: Set readonly flag in array interface instead of warning (gh-16350)Alexander Belopolsky2020-08-031-0/+8
* ENH: Use f90 compiler specified in command line args for pgi compilers. Issue...Daniel Vanzo2020-07-281-0/+9
* Merge pull request #16815 from cjblocker/mgrid-floatMatti Picus2020-07-251-0/+8
|\
| * DOC: add release note for #16815Cameron Blocker2020-07-241-0/+8
* | Revert "Merge pull request #16248 from alexrockhill/edge"mattip2020-07-231-13/+0
* | added release noteAlex2020-07-221-0/+13
* | DEP: Deprecate ufunc.outer with matrix inputsSebastian Berg2020-07-161-0/+6
* | ENH: add `norm=forward,backward` to numpy.fft functions (#16476)Chris Vavaliaris2020-07-121-0/+9
|/
* Update doc/release/upcoming_changes/16200.compatibility.rstMatti Picus2020-07-081-1/+1
* Update doc/release/upcoming_changes/16200.compatibility.rstSebastian Berg2020-07-081-1/+1
* MAINT: Put a hack in place to allow datetime64 -> string assignment when stri...Sebastian Berg2020-07-081-0/+6
* DOC: Add release notes for array-coercion changesSebastian Berg2020-07-081-0/+58
* MAINT: Remove nickname from polynomial classes. (gh-16589)Ross Barnowski2020-07-081-0/+8
* BUG: Fix promote_types uint<->m8 behaviorAnirudh Subramanian2020-06-191-2/+8
* BUG: Fix promote_types float32->m8 behaviorAnirudh Subramanian2020-06-191-0/+7
* Merge pull request #13516 from seiko2plus/core_improve_infa_buildMatti Picus2020-06-171-0/+47
|\
| * DOC: add a release noteSayed Adel2020-06-161-0/+47
* | Merge pull request #16558 from person142/typing-runtimeMatti Picus2020-06-171-0/+9
|\ \
| * | DOC: add release note about `np.typing` being available at runtimeJosh Wilson2020-06-141-0/+9
* | | Merge pull request #14882 from eric-wieser/6103-alias-__getattr__-deprecationSebastian Berg2020-06-161-0/+30
|\ \ \
| * | | DEP: Deprecate aliases of builtin types in python 3.7+Eric Wieser2020-06-121-0/+30
| |/ /
* | | DOC: make addition of types a "new feature" in release notesJosh Wilson2020-06-141-0/+0
| |/ |/|