1
0
forked from pool/python-pandas

- Increase memory _constraints to 8GB RAM.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=38
This commit is contained in:
Matej Cepl 2020-05-21 21:19:50 +00:00 committed by Git OBS Bridge
parent c329e95ac3
commit b10c5eda60

View File

@ -7,6 +7,7 @@ Sat Mar 28 16:42:49 UTC 2020 - Arun Persaud <arun@gmx.de>
non-writeable (GH31710)
+ Fixed regression in DataFrame exponentiation with reindexing
(GH32685)
- Increase memory _constraints to 8GB RAM.
-------------------------------------------------------------------
Mon Mar 16 07:12:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>