summaryrefslogtreecommitdiff
path: root/doc/release
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | API: Modify `gradient` to return a tuple rather than a listSebastian Berg2023-02-101-0/+2
| | * | | API: Add environment variable for behavior planned in a 2.0Sebastian Berg2023-02-101-0/+4
| * | | | Fix typos found by copdespellDimitri Papadopoulos2023-02-111-2/+2
| |/ / /
| * | | DOC: update release blurbmattip2023-02-091-1/+2
| * | | DOC: improve release snippet (from review)mattip2023-02-071-2/+2
| * | | MAINT: rework release note, changes from reviewmattip2023-02-051-8/+8
| * | | DOC: add a performance release notemattip2023-02-011-0/+17
| * | | Merge pull request #23113 from hmaarrfk/slots_for_mixinsSebastian Berg2023-01-271-0/+3
| |\ \ \
| | * | | DOC: Add release note for new featureMark Harfouche2023-01-271-0/+3
| * | | | API: Raise EOFError when trying to load past the end of a `.npy` file (#23105)NoƩ Rubinstein2023-01-271-0/+5
| * | | | BLD: Meson `__config__` generation (#22769)Ganesh Kathiresan2023-01-241-0/+5
| * | | | DEP: Remove the deprecated utils.py shim.Charles Harris2023-01-211-0/+5
| * | | | Merge pull request #23041 from charris/remove-nose-testingMatti Picus2023-01-201-0/+27
| |\ \ \ \
| | * | | | MAINT: Remove all nose testing support.Charles Harris2023-01-191-0/+27
| * | | | | DEP: deprecate np.finfo(None) (#23011)Daiki Shintani2023-01-191-0/+1
| * | | | | BUG: fix ma.diff not preserving mask when using append/prepend (#22776)Marko Pacak2023-01-191-0/+6
| |/ / / /
| * | | | Merge pull request #23019 from seberg/finalize-non-sequence-stackCharles Harris2023-01-171-0/+2
| |\ \ \ \
| | * | | | DEP: Finalize the non-sequence stacking deprecationSebastian Berg2023-01-171-0/+2
| | |/ / /
| * | | | Merge pull request #22997 from seberg/issue-19291Charles Harris2023-01-171-0/+5
| |\ \ \ \
| | * | | | DOC: Add release note for cython exception fixesSebastian Berg2023-01-121-0/+5
| * | | | | DOC: Add release notes for faster array-function dispatchingSebastian Berg2023-01-172-0/+14
| | |/ / / | |/| | |
| * | | | DEP: Finalize `+arr` returning a copy e.g. for string arraysSebastian Berg2023-01-111-0/+2
| |/ / /
| * | | ENH: allow NEP 42 dtypes to work with np.char (#22863)Nathan Goldbaum2023-01-102-7/+11
| * | | ENH: Create string dtype instances from the abstract dtype (#22923)Nathan Goldbaum2023-01-051-0/+7
| |/ /
| * | BUG: fix unexpected return of np.pad with mode=wrap (#22575)LU2022-12-071-0/+9
| * | Merge pull request #22707 from seberg/invalid-promotion-excSebastian Berg2022-12-053-0/+25
| |\ \
| | * | DOC: typoMatti Picus2022-12-051-1/+1
| | * | DOC: Remove last note from release note as per suggestionSebastian Berg2022-12-051-3/+2
| | * | Apply suggestions from code reviewSebastian Berg2022-12-052-4/+4
| | * | DOC: Slightly expand ==/!= release note with examplesSebastian Berg2022-12-031-2/+4
| | * | DOC: Add release note for promotion/ and ==/!= expired deprecationSebastian Berg2022-12-023-0/+24
| | |/
| * | Merge pull request #18535 from prithvitewatia/Issue18378Matti Picus2022-12-021-0/+7
| |\ \ | | |/ | |/|
| | * Update doc/release/upcoming_changes/18535.improvement.rstprithvitewatia2022-12-011-2/+1
| | * Update doc/release/upcoming_changes/18535.improvement.rstprithvitewatia2022-12-011-1/+1
| | * Apply suggestions from code reviewprithvitewatia2022-06-171-2/+2
| | * Fixup release notes a bitSebastian Berg2022-06-171-3/+8
| | * Added improvement release notePrithvi2022-06-171-0/+3
| * | DOC: Add release notes for `np.exceptions` namespaceSebastian Berg2022-11-301-0/+7
| * | Merge pull request #22637 from seberg/cython_long_tRalf Gommers2022-11-281-0/+15
| |\ \
| | * | API: (cython) remove `long_t` and `ulong_t`Sebastian Berg2022-11-211-0/+15
| * | | ENH: Slightly improve error when gufunc axes has wrong size (#22675)Sebastian Berg2022-11-281-0/+6
| * | | Merge pull request #22638 from seberg/machar-deprCharles Harris2022-11-222-0/+3
| |\ \ \
| | * | | DEP: Finalize MachAr and machar deprecationsSebastian Berg2022-11-222-0/+3
| | |/ /
| * | | REL: Prepare main for NumPy 1.25.0 developmentCharles Harris2022-11-2237-363/+0
| * | | ENH: raise TypeError when arange() is called with string dtype (#22087)Daniel da Silva2022-11-211-0/+12
| * | | Merge pull request #22316 from seberg/void-strctured-newSebastian Berg2022-11-211-0/+4
| |\ \ \ | | |/ / | |/| |
| | * | ENH: Allow creating structured void scalars by passing dtypeSebastian Berg2022-09-211-0/+4
| * | | DOC: Document scalar type alias deprecation changes and futurewarningSebastian Berg2022-11-172-0/+9
| * | | DOC: Add compatibility release note.Charles Harris2022-11-161-0/+5
| * | | Merge pull request #22540 from seberg/finalize-dtype-deprCharles Harris2022-11-091-0/+5
| |\ \ \