Tomáš Chvátal
90605da46c
Accepting request 719304 from home:TheBlackCat:branches:devel:languages:python:numeric
...
- Update to version 1.17.0
Highlights
* A new extensible random module along with four selectable random number
generators and improved seeding designed for use in parallel processes has
been added. The currently available bit generators are MT19937, PCG64,
Philox, and SFC64.
* NumPy's FFT implementation was changed from fftpack to pocketfft, resulting
in faster, more accurate transforms and better handling of datasets of
prime length.
* New radix sort and timsort sorting methods. It is currently not possible to
choose which will be used, but they are hardwired to the datatype and used
when either ``stable`` or ``mergesort`` is passed as the method.
* Overriding numpy functions is now possible by default.
- Python 2 support has been dropped
- Rebase numpy-buildfix.patch
OBS-URL: https://build.opensuse.org/request/show/719304
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=30
2019-07-29 08:45:51 +00:00
Tomáš Chvátal
58be9ab6dc
Accepting request 706486 from home:marxin:branches:devel:languages:python:numeric
...
- Disable LTO in order to address boo#1136831.
OBS-URL: https://build.opensuse.org/request/show/706486
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=28
2019-05-30 08:39:20 +00:00
Tomáš Chvátal
c9bf903fb6
Accepting request 706141 from home:TheBlackCat:branches:devel:languages:python:numeric
...
- update to version 1.16.3
* The NumPy 1.16.4 release fixes bugs reported against the 1.16.3 release, and
also backports several enhancements from master that seem appropriate for a
release series that is the last to support Python 2.7.
+ New deprecations
* Writeable flag of C-API wrapped arrays
+ Compatibility notes
* Potential changes to the random stream
OBS-URL: https://build.opensuse.org/request/show/706141
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=27
2019-05-30 07:46:38 +00:00
Tomáš Chvátal
5e1238720c
Accepting request 703311 from system:homeautomation:home-assistant
...
- update to version 1.16.3
NumPy 1.16.3 Release Notes:
The NumPy 1.16.3 release fixes bugs reported against the 1.16.2 release, and
also backports several enhancements from master that seem appropriate for a
release series that is the last to support Python 2.7. The wheels on PyPI are
linked with OpenBLAS v0.3.4+, which should fix the known threading issues
found in previous OpenBLAS versions.
Downstream developers building this release should use Cython >= 0.29.2 and,
if using OpenBLAS, OpenBLAS > v0.3.4.
The most noticeable change in this release is that unpickling object arrays
when loading *.npy or *.npz files now requires an explicit opt-in.
This backwards incompatible change was made in response to
CVE-2019-6446 <https://nvd.nist.gov/vuln/detail/CVE-2019-6446 >_.
Compatibility notes
Unpickling while loading requires explicit opt-in
The functions np.load, and np.lib.format.read_array take an
allow_pickle keyword which now defaults to False in response to
CVE-2019-6446 <https://nvd.nist.gov/vuln/detail/CVE-2019-6446 >_.
Improvements
Covariance in random.mvnormal cast to double
This should make the tolerance used when checking the singular values of the
covariance matrix more meaningful.
Changes
__array_interface__ offset now works as documented
The interface may use an offset value that was previously mistakenly
ignored.
OBS-URL: https://build.opensuse.org/request/show/703311
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=25
2019-05-20 07:46:15 +00:00
6630543ee6
Accepting request 689877 from home:comurphy:branches:devel:languages:python:backports
...
- Fix python sitearch paths for SLE_12_SP3/4
OBS-URL: https://build.opensuse.org/request/show/689877
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=23
2019-04-01 10:17:32 +00:00
Tomáš Chvátal
4ed8230673
Accepting request 688181 from home:tbechtold:branches:devel:languages:python:numeric
...
- add fix-py34-tests.patch to fix build with python3.4 from SLE12SP4
OBS-URL: https://build.opensuse.org/request/show/688181
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=21
2019-03-25 10:31:44 +00:00
23b173f379
Accepting request 686967 from home:mcepl:branches:devel:languages:python:numeric
...
- Update to 1.16.2:
- Primarily focused on fixing on Windows-related bugs
- regression fix correcting signed zeros produced by divmod
OBS-URL: https://build.opensuse.org/request/show/686967
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=19
2019-03-20 14:10:04 +00:00
d50624b717
Accepting request 680656 from home:mcepl:branches:devel:languages:python:numeric
...
- Use direct number in Version: tag.
OBS-URL: https://build.opensuse.org/request/show/680656
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=17
2019-03-01 23:25:19 +00:00
Tomáš Chvátal
811ebadef3
- Do not bother with standard flavor, just make it default
...
- Execute the tests only on standard package for now not hpc variants
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=15
2019-02-20 10:57:42 +00:00
Tomáš Chvátal
13579fa2be
- Use %license macro
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=14
2019-02-20 09:29:00 +00:00
Tomáš Chvátal
9d89b4d70a
- Add constraints for testsuite to not run out of mem/disk space
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=13
2019-02-20 09:28:32 +00:00
Tomáš Chvátal
5bf4d817ee
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=12
2019-02-19 14:22:10 +00:00
Tomáš Chvátal
657c0bc1ce
- Enable testsuite
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=11
2019-02-19 12:53:12 +00:00
Tomáš Chvátal
76b54386b3
Accepting request 671996 from home:TheBlackCat:branches:devel:languages:python:numeric
...
- Update to version 1.16.1
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.16.1-notes.rst
- Update to version 1.16.0
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.16.0-notes.rst
OBS-URL: https://build.opensuse.org/request/show/671996
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=9
2019-02-06 13:11:58 +00:00
18d76d858b
Accepting request 660781 from home:TheBlackCat:branches:devel:languages:python:numeric
...
- Update to version 1.15.4
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.15.4-notes.rst
OBS-URL: https://build.opensuse.org/request/show/660781
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=7
2018-12-24 09:05:24 +00:00
Tomáš Chvátal
58fcc5e6c7
Accepting request 644949 from home:TheBlackCat:branches:devel:languages:python:numeric
...
- Update to version 1.15.3
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.15.2-notes.rst
OBS-URL: https://build.opensuse.org/request/show/644949
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=5
2018-10-27 14:19:49 +00:00
Dominique Leuenberger
0782c0a445
Accepting request 638249 from devel:languages:python:numeric
...
- Update to version 1.15.2
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.15.2-notes.rst
- Update to version 1.15.1
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.15.1-notes.rst
- Update to version 1.15.0
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.15.0-notes.rst
- Update to version 1.14.6
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.14.6-notes.rst
- Rebase numpy-1.9.0-remove-__declspec.patch
- Rebase riscv.patch
OBS-URL: https://build.opensuse.org/request/show/638249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=70
2018-10-02 17:44:22 +00:00
Yuchen Lin
bf2f4604de
Accepting request 616702 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/616702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=69
2018-06-18 11:48:47 +00:00
Dominique Leuenberger
6be798bbfa
Accepting request 606473 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/606473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=68
2018-05-16 09:21:50 +00:00
Dominique Leuenberger
8aa69f6956
Accepting request 602335 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/602335
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=67
2018-05-06 12:55:40 +00:00
Dominique Leuenberger
39280035c5
Accepting request 576265 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/576265
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=66
2018-02-16 20:40:19 +00:00
Dominique Leuenberger
17a9f05a74
Accepting request 574786 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/574786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=65
2018-02-13 09:26:18 +00:00
Dominique Leuenberger
86f4ebb8ed
Accepting request 573260 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/573260
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=64
2018-02-09 14:44:14 +00:00
Dominique Leuenberger
a9db530e5e
Accepting request 567770 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/567770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=63
2018-01-21 14:48:24 +00:00
Dominique Leuenberger
e22abeab4d
Accepting request 563390 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/563390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=62
2018-01-16 08:26:17 +00:00
Dominique Leuenberger
ef8b7cc7fa
Accepting request 544081 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/544081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=61
2017-11-23 08:34:11 +00:00
Dominique Leuenberger
4fa9108c00
Accepting request 541237 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/541237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=60
2017-11-17 09:36:10 +00:00
Dominique Leuenberger
24df67b9a4
Accepting request 539352 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/539352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=59
2017-11-09 12:53:36 +00:00
Dominique Leuenberger
560a227704
Accepting request 535006 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/535006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=58
2017-10-20 12:38:55 +00:00
Dominique Leuenberger
c709c31ae8
Accepting request 530444 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/530444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=57
2017-10-07 15:47:16 +00:00
Dominique Leuenberger
bc36378310
Accepting request 527258 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/527258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=56
2017-09-21 10:27:39 +00:00
Yuchen Lin
b0104303c0
Accepting request 514467 from devel:languages:python
...
- Add xlocale.patch:
xlocale.h: don't use obsolete <xlocale.h>
OBS-URL: https://build.opensuse.org/request/show/514467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=55
2017-08-10 12:10:30 +00:00
Dominique Leuenberger
356eb6c492
Accepting request 503339 from devel:languages:python
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/503339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=54
2017-06-20 09:00:48 +00:00
Dominique Leuenberger
9a299d1889
Accepting request 486233 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/486233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=53
2017-04-19 16:08:20 +00:00
Dominique Leuenberger
61d47c6163
Accepting request 451739 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/451739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=52
2017-01-25 21:34:53 +00:00
Dominique Leuenberger
b8838938c2
Accepting request 441447 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/441447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=51
2016-11-24 20:19:33 +00:00
Dominique Leuenberger
d68f7cec03
Accepting request 426983 from devel:languages:python
...
- use pypi.io as Source URL
- Don't include cblas-devel on SLES 12
- update to 1.11.1:
- #7506 BUG: Make sure numpy imports on python 2.6 when nose is unavailable.
- #7530 BUG: Floating exception with invalid axis in np.lexsort.
- #7535 BUG: Extend glibc complex trig functions blacklist to glibc < 2.18.
- #7551 BUG: Allow graceful recovery for no compiler.
- #7558 BUG: Constant padding expected wrong type in constant_values.
- #7578 BUG: Fix OverflowError in Python 3.x. in swig interface.
- #7590 BLD: Fix configparser.InterpolationSyntaxError.
- #7597 BUG: Make np.ma.take work on scalars.
- #7608 BUG: linalg.norm(): Don't convert object arrays to float.
- #7638 BLD: Correct C compiler customization in system_info.py.
- #7654 BUG: ma.median of 1d array should return a scalar.
- #7656 BLD: Remove hardcoded Intel compiler flag -xSSE4.2.
- #7660 BUG: Temporary fix for str(mvoid) for object field types.
- #7665 BUG: Fix incorrect printing of 1D masked arrays.
- #7670 BUG: Correct initial index estimate in histogram.
- #7671 BUG: Boolean assignment no GIL release when transfer needs API.
- #7676 BUG: Fix handling of right edge of final histogram bin.
- #7680 BUG: Fix np.clip bug NaN handling for Visual Studio 2015.
- #7724 BUG: Fix segfaults in np.random.shuffle.
- #7731 MAINT: Change mkl_info.dir_env_var from MKL to MKLROOT.
OBS-URL: https://build.opensuse.org/request/show/426983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=50
2016-09-17 12:34:03 +00:00
Dominique Leuenberger
e11fb1df02
Accepting request 386196 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/386196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=49
2016-04-11 07:12:48 +00:00
Dominique Leuenberger
17dec2c552
Accepting request 369249 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/369249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=48
2016-03-16 09:43:17 +00:00
Dominique Leuenberger
0b7cdf7963
Accepting request 352549 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/352549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=47
2016-01-11 18:10:35 +00:00
Dominique Leuenberger
b899a1c85f
Accepting request 338365 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/338365
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=46
2015-10-20 14:21:39 +00:00
Dominique Leuenberger
bc31cfcf65
Accepting request 333114 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/333114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=45
2015-10-01 10:21:42 +00:00
Dominique Leuenberger
680be04ad9
Accepting request 288511 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/288511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=44
2015-03-05 14:33:05 +00:00
Dominique Leuenberger
acb14efbdb
Accepting request 260050 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/260050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=43
2014-11-10 16:27:50 +00:00
Stephan Kulow
5a43e667c8
Accepting request 248212 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/248212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=42
2014-09-10 15:02:05 +00:00
be91075e0c
Accepting request 244202 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/244202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=40
2014-08-13 15:19:54 +00:00
Stephan Kulow
631b05e826
Accepting request 230332 from devel:languages:python
...
update to 1.8.1, bugfix release (forwarded request 229948 from apersaud)
OBS-URL: https://build.opensuse.org/request/show/230332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=39
2014-04-23 15:28:07 +00:00
Stephan Kulow
5b22870945
Accepting request 220836 from devel:languages:python
...
- add numpy-double-double-le.patch for ppc64le (forwarded request 220757 from k0da)
OBS-URL: https://build.opensuse.org/request/show/220836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=38
2014-02-04 20:50:23 +00:00
Stephan Kulow
9521c1fa2a
Accepting request 209593 from devel:languages:python
...
fix for ppc64le, please forward to factory (forwarded request 209578 from adrianSuSE)
OBS-URL: https://build.opensuse.org/request/show/209593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=37
2013-12-08 18:46:07 +00:00
Stephan Kulow
397afecd8d
Accepting request 206776 from devel:languages:python
...
Update to 1.8.0
OBS-URL: https://build.opensuse.org/request/show/206776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=36
2013-11-14 07:43:27 +00:00