SHA256
1
0
forked from pool/python-numpy

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
This commit is contained in:
2015-10-01 10:21:42 +00:00
committed by Git OBS Bridge
parent 680be04ad9
commit bc31cfcf65
6 changed files with 71 additions and 16 deletions

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Sep 23 07:31:55 UTC 2015 - toddrme2178@gmail.com
- update to version 1.9.3:
* #5866: fix error finding Python headers when build_ext --include-dirs is set;
* #6016: fix np.loadtxt error on Python 3.5 when reading from gzip files;
* #5555: Replace deprecated options for ifort;
* #6096: remove /GL for VS2015 in check_long_double_representation;
* #6141: enable Visual Studio 2015 C99 features;
* #6171: revert C99 complex for MSVC14.
- Fix latex dependencies.
- Disable building of latex packages on distros that don't support it
- Disable building of latex packages entirely since it is currently broken
-------------------------------------------------------------------
Mon Mar 2 15:38:20 UTC 2015 - toddrme2178@gmail.com