1
0
forked from pool/python-pandas

Accepting request 669375 from home:TheBlackCat:branches:devel:languages:python:numeric

- Update to 0.24.0
  Highlights include:
  * Optional Integer NA Support
  * New APIs for accessing the array backing a Series or Index
  * A new top-level method for creating arrays
  * Store Interval and Period data in a Series or DataFrame
  * Support for joining on two MultiIndexes

OBS-URL: https://build.opensuse.org/request/show/669375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=9
This commit is contained in:
Todd R
2019-01-28 21:13:38 +00:00
committed by Git OBS Bridge
parent 973423d849
commit 060d116c14
4 changed files with 25 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 28 15:46:08 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 0.24.0
Highlights include:
* Optional Integer NA Support
* New APIs for accessing the array backing a Series or Index
* A new top-level method for creating arrays
* Store Interval and Period data in a Series or DataFrame
* Support for joining on two MultiIndexes
-------------------------------------------------------------------
Wed Aug 8 16:26:30 UTC 2018 - jengelh@inai.de