diff options
author | bad <bad@pkgsrc.org> | 2013-12-10 13:00:30 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2013-12-10 13:00:30 +0000 |
commit | 65b506ae84349648599f4a0f200dd39b708a2cd9 (patch) | |
tree | 39086a683d0b76217e60e0ae4e35804335b8e8a2 /math/py-pandas/distinfo | |
parent | 6a1227818cab36697e7eb3d72b987f68c5bb8bb3 (diff) | |
download | pkgsrc-65b506ae84349648599f4a0f200dd39b708a2cd9.tar.gz |
Update pandas to 0.12.0.
This is a major release from 0.11.0 and includes several new features
and enhancements along with a large number of bug fixes.
Highlites include a consistent I/O API naming scheme, routines to read
html, write multi-indexes to csv files, read & write STATA data files,
read & write JSON format files, Python 3 support for HDFStore, filtering
of groupby expressions via filter, and a revamped replace routine that
accepts regular expressions.
For detailed changes see:
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html
Diffstat (limited to 'math/py-pandas/distinfo')
-rw-r--r-- | math/py-pandas/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/py-pandas/distinfo b/math/py-pandas/distinfo index fbb94c19ce6..e2a8f21197c 100644 --- a/math/py-pandas/distinfo +++ b/math/py-pandas/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/05/16 23:10:16 bad Exp $ +$NetBSD: distinfo,v 1.5 2013/12/10 13:00:30 bad Exp $ -SHA1 (pandas-0.11.0.tar.gz) = 45ec33b4f500f89e16d842fd6c674722898b21eb -RMD160 (pandas-0.11.0.tar.gz) = 600d3c4619def15f53d4a16bf6f91553f76c9df6 -Size (pandas-0.11.0.tar.gz) = 2783590 bytes +SHA1 (pandas-0.12.0.tar.gz) = 38f78850bbcba366761499a5f0b8ffef23922245 +RMD160 (pandas-0.12.0.tar.gz) = b6c421d87557f6e74a771726248d93c77427c38f +Size (pandas-0.12.0.tar.gz) = 3155059 bytes |