summaryrefslogtreecommitdiff
path: root/numpy/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: deprecate np.math and np.lib.mathNathan Goldbaum2023-04-071-1/+9
* DEP: remove deprecated `numpy.dual` moduleRalf Gommers2023-03-281-4/+0
* DOC: add `np.round` to the html docs, and make it the preferred aliasRalf Gommers2023-03-011-1/+1
* BLD: fix review commentsmattip2023-02-211-3/+3
* BUILD: fixes for MSVCMatti Picus2023-02-201-3/+3
* Merge pull request #23089 from seberg/numpy2-flagMatti Picus2023-02-121-1/+5
|\
| * MAINT: Use `np._using_numpy2_behavior()` and initialize it in CSebastian Berg2023-02-101-6/+4
| * API: Add environment variable for behavior planned in a 2.0Sebastian Berg2023-02-101-2/+8
* | Fix typos found by copdespellDimitri Papadopoulos2023-02-111-1/+1
|/
* MAINT: Remove all nose testing support.Charles Harris2023-01-191-9/+3
* MAINT: Add additional information to missing scalar AttributeErrorSebastian Berg2023-01-051-2/+38
* API: Hide exceptions from the main namespaceSebastian Berg2022-12-061-2/+5
* ENH: Add an InvalidPromotion exceptionSebastian Berg2022-12-011-1/+3
* MAINT: Move ModuleDeprecationWarning and ModuleDeprecationWarningSebastian Berg2022-11-301-5/+4
* API: Add new exceptions module and move exception exposed via numericSebastian Berg2022-11-301-2/+4
* DOC: Adjust comments on deprecated/future scalar alias based on reviewSebastian Berg2022-11-211-3/+5
* BUG: Fixup warning giving and remove MachAr from docsSebastian Berg2022-11-171-2/+2
* DEP: Next step in scalar type alias deprecations/futurewarningsSebastian Berg2022-11-171-58/+28
* DOC: remove mention of `ipython -p numpy`. (#22463)Matthias Bussonnier2022-10-201-4/+5
* DOC: Remove documentation specific to Python 2Dimitri Papadopoulos2022-10-081-4/+3
* Merge pull request #21626 from seberg/weak-scalarsCharles Harris2022-06-261-1/+3
|\
| * API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state`Sebastian Berg2022-06-151-1/+1
| * API: Fix legacy promotion option and expose as env variableSebastian Berg2022-06-151-0/+2
| * MAINT: Ensure sanity check in `__init__` does not trigger NEP 50 warningSebastian Berg2022-06-151-1/+1
* | MAINT: remove some names from main numpy namespace (#21403)Ross Barnowski2022-06-151-2/+12
|/
* DOC: ``np`` in double backticks.Matthias Bussonnier2022-06-031-2/+2
* DOC: misc fixes:Matthias Bussonnier2022-03-211-1/+1
* No longer mention deleted subpackages in numpy docstringStefan van der Walt2022-02-041-4/+0
* ENH: add hook and test for PyInstaller.bwoodsend2022-01-201-0/+5
* Merge branch 'main' into never_copyRalf Gommers2021-11-121-0/+4
|\
| * BUG: Fix duplication of names in 'numpy.__all__'.warren2021-11-031-0/+4
* | resolved conflictsGagandeep Singh2021-11-021-10/+10
|\ \ | |/
| * DEP: Deprecate the `np.core.machar` moduleBas van Beek2021-10-261-1/+1
| * DEP: Deprecate `np.MachAr`Bas van Beek2021-10-261-0/+7
| * BUG: Make sure __version__ is defined in setup modeAaron Meurer2021-09-231-3/+4
| * BUG: Only call the get_versions() function once on importAaron Meurer2021-09-221-9/+1
* | resolved conflictsczgdp18072021-09-031-55/+39
|\ \ | |/
| * MAINT: Cleanup code after dropping Python 3.7.Charles Harris2021-08-161-55/+39
* | Made _CopyMode privateczgdp18072021-08-181-1/+1
* | Shifted to CopyMode to np.array_apiczgdp18072021-08-071-3/+2
* | resolved conflictsczgdp18072021-08-061-4/+4
|\ \ | |/
| * Update numpy/__init__.pyRoss Barnowski2021-06-141-3/+3
| * Update warning linebreaks per review.Ross Barnowski2021-06-071-4/+4
* | Addressed reviews and PyArray_CopyConverter definedczgdp18072021-06-071-1/+2
* | Added np.CopyModeczgdp18072021-06-051-1/+2
|/
* Merge pull request #17586 from BvB93/type_aliasesCharles Harris2021-03-301-0/+5
|\
| * Apply suggestions from code review Bas van Beek2021-01-161-1/+2
| * DEP: Formally deprecate the use of `typeDict`Bas van Beek2021-01-161-0/+4
* | BUG: Fix typo in ``numpy.__init__.py``Charles Harris2021-02-011-2/+2
* | Merge pull request #18230 from seberg/issue-17977Charles Harris2021-01-261-25/+49
|\ \