File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
- Note: NumPy 1.6.0 is not yet released.
2
-
3
-
4
1
=========================
5
2
NumPy 1.6.0 Release Notes
6
3
=========================
@@ -93,9 +90,6 @@ not match the ufunc implementation.
93
90
Changes
94
91
=======
95
92
96
- Changes and improvements in the numpy core
97
- ------------------------------------------
98
-
99
93
``default error handling ``
100
94
--------------------------
101
95
Original file line number Diff line number Diff line change 102
102
103
103
# Start/end of the log (from git)
104
104
LOG_START = 'v1.5.0'
105
- LOG_END = 'v1.6.0rc2 '
105
+ LOG_END = 'v1.6.0rc3 '
106
106
107
107
108
108
#-------------------------------------------------------
Original file line number Diff line number Diff line change 58
58
MINOR = 6
59
59
MICRO = 0
60
60
ISRELEASED = True
61
- VERSION = '%d.%d.%drc2 ' % (MAJOR , MINOR , MICRO )
61
+ VERSION = '%d.%d.%drc3 ' % (MAJOR , MINOR , MICRO )
62
62
63
63
# Return the git revision as a string
64
64
def git_version ():
You can’t perform that action at this time.
0 commit comments