8000 1.10 deprecated removal by charris · Pull Request #5990 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content
Prev Previous commit
Next Next commit
MAINT: Rearrange 1.10-notes a bit.
  • Loading branch information
charris committed Jun 21, 2015
commit e22ae7421cfc65547b9e9e2dd7d296ca9d655efa
5 changes: 3 additions & 2 deletions doc/release/1.10.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ Highlights

Dropped Support:

* The polytemplate.py file has been removed.
* The _dotblas module is no longer available.
* The _dotblas module has been removed. CBLAS Support is now in
Multiarray.
* The testcalcs.py file has been removed.
* The polytemplate.py file has been removed.
* npy_PyFile_Dup and npy_PyFile_DupClose have been removed from
npy_3kcompat.h.
* splitcmdline has been removed from numpy/distutils/exec_command.py.
Expand Down
0