20 Commits

Author SHA256 Message Date
Dominique Leuenberger
ed1b15118e Accepting request 878626 from devel:languages:python:numeric
- skip python3.6 build (no numpy) 

- update to version 2.7.3:
  * Pinned Numpy versions to minimum supported version in an effort to
    alleviate issues seen in Windows machines not having the same MSVC
    runtime installed as was used to build the wheels.
  * ARMv8 wheels are now available, thanks to odidev for the pull
    request.

OBS-URL: https://build.opensuse.org/request/show/878626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=14
2021-03-15 09:54:27 +00:00
afc789189f - skip python3.6 build (no numpy)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=16
2021-03-12 20:28:35 +00:00
7dcbf916b9 Accepting request 876605 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/876605
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=15
2021-03-08 08:30:19 +00:00
Dominique Leuenberger
996cd2b685 Accepting request 862129 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/862129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=13
2021-01-11 16:13:18 +00:00
b29615cae2 Accepting request 862018 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/862018
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=13
2021-01-10 15:28:57 +00:00
Dominique Leuenberger
fa79d378be Accepting request 761947 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/761947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=12
2020-01-09 21:50:27 +00:00
Todd R
2cc7f26ee2 Accepting request 761946 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to 2.7.1
  * Python 3.8 support has been added.
  * Python 3.4 support is discontinued.
  * The tests are now compatible with NumPy 1.18.
  * site.cfg.example was updated to use the libraries tag instead
    of mkl_libs, which is recommended for newer version of NumPy.
- Drop upstream-included fix_test.patch

OBS-URL: https://build.opensuse.org/request/show/761946
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=11
2020-01-08 18:16:36 +00:00
Dominique Leuenberger
623b681a38 Accepting request 727462 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/727462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=11
2019-09-02 11:26:03 +00:00
Tomáš Chvátal
44f2314273 Accepting request 727360 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/727360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=9
2019-08-31 13:41:39 +00:00
Dominique Leuenberger
74635da391 Accepting request 660789 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/660789
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=10
2019-01-08 11:26:02 +00:00
Todd R
c638290410 Accepting request 660788 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to 2.6.9
  * Thanks to Mike Toews for more robust handling of the thread-setting environment variables.
  * With Appveyor updating to Python 3.7.1, wheels for Python 3.7 are now available in addition to those for other OSes.

OBS-URL: https://build.opensuse.org/request/show/660788
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=7
2018-12-23 04:00:53 +00:00
Dominique Leuenberger
12bdd4dcc6 Accepting request 632816 from devel:languages:python:numeric
- update to version 2.6.8:
  * Add check to make sure that f_locals is not actually f_globals
    when we do the f_locals clear to avoid the #310 memory leak issue.
  * Compare NumPy versions using distutils.version.LooseVersion to
    avoid issue #312 when working with NumPy development versions.
  * As part of multibuild, wheels for Python 3.7 for Linux and MacOSX
    are now available on PyPI.
- changes from version 2.6.7:
  * Thanks to Lehman Garrison for finding and fixing a bug that
    exhibited memory leak-like behavior. The use in numexpr.evaluate
    of sys._getframe combined with .f_locals from that frame object
    results an extra refcount on objects in the frame that calls
    numexpr.evaluate, and not evaluate's frame. So if the calling
    frame remains in scope for a long time (such as a procedural
    script where numexpr is called from the base frame) garbage
    collection would never occur.
  * Imports for the numexpr.test submodule were made lazy in the
    numexpr module.

OBS-URL: https://build.opensuse.org/request/show/632816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=9
2018-09-04 20:56:26 +00:00
Tomáš Chvátal
d833fbec74 Accepting request 632752 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/632752
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=5
2018-09-03 09:06:05 +00:00
Dominique Leuenberger
298459f738 Accepting request 627751 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/627751
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=8
2018-08-07 07:44:18 +00:00
Dominique Leuenberger
750a1db9df Accepting request 530885 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/530885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=7
2017-10-05 09:58:44 +00:00
Dominique Leuenberger
98042efa46 Accepting request 528801 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/528801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=6
2017-09-28 10:34:50 +00:00
Dominique Leuenberger
fbd94d8e53 Accepting request 489486 from devel:languages:python
Update to 2.6.2
Implement single-spec version

OBS-URL: https://build.opensuse.org/request/show/489486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=5
2017-05-03 13:55:01 +00:00
Dominique Leuenberger
c71a3d34d1 Accepting request 357122 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/357122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=4
2016-02-03 09:19:43 +00:00
Stephan Kulow
1eff0ae095 Accepting request 306667 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/306667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=3
2015-05-15 05:43:52 +00:00
Stephan Kulow
ee0eb1187e Accepting request 241241 from devel:languages:python
I intend to submit python-pandas to openSUSE:Factory.  python-pandas is a tool that makes it easy to do complex data import, export, and manipulation.  It has become one of the critical tools for data analysis in python, like python-numpy, python-scipy, python-matplotlib, and IPython (all of which are in openSUSE:Factory).

This is a dependency of python-pandas.

This package is also useful on its own for greatly increasing the speed of python-numpy operations.  (I know I said the same thing about python-Bottleneck, both accelerate different types of numpy operations in different ways, that is why they are both used here).

OBS-URL: https://build.opensuse.org/request/show/241241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=1
2014-07-17 15:31:35 +00:00