[Python-modules-commits] [python-numpy] 02/12: Import python-numpy_1.12.0.orig.tar.gz
Sandro Tosi
morph at moszumanska.debian.org
Mon Jan 16 17:53:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository python-numpy.
commit cdbf1e95fbf204a4ed4259bf8a210f417f2e5176
Author: Sandro Tosi <morph at debian.org>
Date: Mon Jan 16 12:11:38 2017 -0500
Import python-numpy_1.12.0.orig.tar.gz
---
PKG-INFO | 2 +-
doc/release/1.12.0-notes.rst | 10 +++++++---
numpy/version.py | 8 ++++----
setup.py | 2 +-
4 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/PKG-INFO b/PKG-INFO
index 4a79da2..3011e98 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: numpy
-Version: 1.12.0rc2
+Version: 1.12.0
Summary: NumPy: array processing for numbers, strings, records, and objects.
Home-page: http://www.numpy.org
Author: NumPy Developers
diff --git a/doc/release/1.12.0-notes.rst b/doc/release/1.12.0-notes.rst
index 05d7d34..dbe4f10 100644
--- a/doc/release/1.12.0-notes.rst
+++ b/doc/release/1.12.0-notes.rst
@@ -455,7 +455,7 @@ using concatenate.
Improved precision of ``ndarray.mean`` for float16 arrays
---------------------------------------------------------
The computation of the mean of float16 arrays is now carried out in float32 for
-improved precision. This should be useful in packages such as scikit-learn
+improved precision. This should be useful in packages such as Theano
where the precision of float16 is adequate and its smaller footprint is
desireable.
@@ -539,7 +539,7 @@ names contributed a patch for the first time.
* Eric Quintero +
* Eric Wieser +
* Erik M. Bray
-* Frederic Bastien +
+* Frederic Bastien
* Friedrich Dunne +
* Gerrit Holl
* Golnaz Irannejad +
@@ -644,7 +644,7 @@ names contributed a patch for the first time.
Pull requests merged
====================
-A total of 413 pull requests were merged for this release.
+A total of 418 pull requests were merged for this release.
* `#4073 <https://github.com/numpy/numpy/pull/4073>`__: BUG: change real output checking to test if all imaginary parts...
* `#4619 <https://github.com/numpy/numpy/pull/4619>`__: BUG : np.sum silently drops keepdims for sub-classes of ndarray
@@ -1060,3 +1060,7 @@ A total of 413 pull requests were merged for this release.
* `#8432 <https://github.com/numpy/numpy/pull/8432>`__: BUG: Let linspace accept input that has an array_interface.
* `#8437 <https://github.com/numpy/numpy/pull/8437>`__: TST: Update 3.6-dev tests to 3.6 after Python final release.
* `#8439 <https://github.com/numpy/numpy/pull/8439>`__: DOC: Update 1.12.0 release notes.
+* `#8466 <https://github.com/numpy/numpy/pull/8466>`__: MAINT: Update mailmap entries.
+* `#8467 <https://github.com/numpy/numpy/pull/8467>`__: DOC: Back-port the missing part of gh-8464.
+* `#8476 <https://github.com/numpy/numpy/pull/8476>`__: DOC: Update 1.12.0 release notes.
+* `#8477 <https://github.com/numpy/numpy/pull/8477>`__: DOC: Update 1.12.0 release notes.
diff --git a/numpy/version.py b/numpy/version.py
index 45c7009..623f1ba 100644
--- a/numpy/version.py
+++ b/numpy/version.py
@@ -2,10 +2,10 @@
# THIS FILE IS GENERATED FROM NUMPY SETUP.PY
#
# To compare versions robustly, use `numpy.lib.NumpyVersion`
-short_version = '1.12.0rc2'
-version = '1.12.0rc2'
-full_version = '1.12.0rc2'
-git_revision = '75d28bb59899eedcb83bd8e38be708a9cc5958e7'
+short_version = '1.12.0'
+version = '1.12.0'
+full_version = '1.12.0'
+git_revision = '561f1accf861ad8606ea2dd723d2be2b09a2dffa'
release = True
if not release:
diff --git a/setup.py b/setup.py
index 0df4e66..5e36ac0 100755
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ MAJOR = 1
MINOR = 12
MICRO = 0
ISRELEASED = True
-VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
+VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-numpy.git
More information about the Python-modules-commits
mailing list