Files
python-swifter/python-swifter.changes
2020-05-07 07:24:15 +00:00

31 lines
1.1 KiB
Plaintext

-------------------------------------------------------------------
Thu May 7 07:13:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.304:
* Various fixes for updated dependencies
-------------------------------------------------------------------
Mon Feb 10 15:09:53 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 0.301
* Following pandas release v1.0.0, removing deprecated keyword args "broadcast" and "reduce"
-------------------------------------------------------------------
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