summaryrefslogtreecommitdiff
path: root/numpy/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Apply suggestions from code reviewSebastian Berg2021-01-261-1/+1
| * | Update numpy/__init__.pySebastian Berg2021-01-261-6/+4
| * | DOC: Clarify the type alias deprecation messageSebastian Berg2021-01-261-27/+52
| |/
* | STY: unify imports in __init__.py (#18187)Amarnath19042021-01-241-3/+3
|/
* DOC: Warn when reloading numpy or using numpy in sub-interpreterSebastian Berg2020-12-151-0/+5
* ENH: Use versioneer to manage numpy versions.Charles Harris2020-12-081-3/+12
* DEP: Change the financial name access warning to DeprecationWarningSebastian Berg2020-09-101-1/+1
* Use a better name for the collection of expired functions.Warren Weckesser2020-08-231-2/+2
* MAINT: lib: Change handling of the expired financial functions.Warren Weckesser2020-08-221-5/+10
* DEP: lib: Remove the deprecated financial functions. (#17067)Warren Weckesser2020-08-121-0/+21
* Fix exception causes in __init__.pyashutosh619-sudo2020-07-191-1/+1
* Fix exception causes in __init__.pyashutosh619-sudo2020-07-191-2/+2
* MAINT: Disable use_hugepages in case of ValueErrorAnirudh Subramanian2020-06-301-5/+12