File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Note: NumPy 1.6.0 is not yet released.
2-
3-
41=========================
52NumPy 1.6.0 Release Notes
63=========================
@@ -93,9 +90,6 @@ not match the ufunc implementation.
9390Changes
9491=======
9592
96- Changes and improvements in the numpy core
97- ------------------------------------------
98-
9993``default error handling ``
10094--------------------------
10195
Original file line number Diff line number Diff line change 102102
103103# Start/end of the log (from git)
104104LOG_START = 'v1.5.0'
105- LOG_END = 'v1.6.0rc2 '
105+ LOG_END = 'v1.6.0rc3 '
106106
107107
108108#-------------------------------------------------------
Original file line number Diff line number Diff line change 5858MINOR = 6
5959MICRO = 0
6060ISRELEASED = True
61- VERSION = '%d.%d.%drc2 ' % (MAJOR , MINOR , MICRO )
61+ VERSION = '%d.%d.%drc3 ' % (MAJOR , MINOR , MICRO )
6262
6363# Return the git revision as a string
6464def git_version ():
You can’t perform that action at this time.
0 commit comments