Files
python-swifter/python-swifter.changes
Todd R d7b2ef1e0b Accepting request 768874 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to 0.300
  * Added new applymap method for pandas dataframes.
    df.swifter.applymap(...)
- Update to 0.297
  * Fixed issue causing errors when using swifter on empty
    dataframes. Now swifter will perform a pandas apply on empty
    dataframes.
- Drop upstream-included use_current_exe.patch

OBS-URL: https://build.opensuse.org/request/show/768874
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-swifter?expand=0&rev=5
2020-01-30 19:23:29 +00:00

19 lines
668 B
Plaintext

-------------------------------------------------------------------
Thu Jan 30 19:22:19 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 0.300
* Added new applymap method for pandas dataframes.
df.swifter.applymap(...)
- Update to 0.297
* Fixed issue causing errors when using swifter on empty
dataframes. Now swifter will perform a pandas apply on empty
dataframes.
- Drop upstream-included use_current_exe.patch
-------------------------------------------------------------------
Tue Nov 26 15:37:36 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Initial version
- Add use_current_exe.patch
See https://github.com/jmcarpenter2/swifter/pull/92