Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Releases: scikit-hep/root_pandas

v0.7.0

23 Jul 19:52
76e820d
Compare
Choose a tag to compare
Merge pull request #83 from chrisburr/fix-bugs

Remove depricated use of pandas and ensure column order is correct

v0.6.1

22 Oct 23:56
9980f80
Compare
Choose a tag to compare

#75: Add a __len__ method to genchunks so the length can be known in advance (thanks to @pseyfert)

v0.6.0

01 Aug 15:32
8a9e19f
Compare
Choose a tag to compare

Allow DataFrame's to be written to folders #45

v0.5.0

30 Jul 12:35
eaa3a2e
Compare
Choose a tag to compare

Add support for storing categorical column types and reading them again.

v0.4.0

19 Jul 10:55
4ba1279
Compare
Choose a tag to compare
Update version.py

v0.3.5

18 Jul 19:30
30f7151
Compare
Choose a tag to compare

Fixes #60

0.3.3

12 Jul 06:22
af9c422
Compare
Choose a tag to compare

Fix recursive brace expansion #65 (thanks @tmadlener!)

Significantly improve performance of get_matching_variables

05 Mar 18:59
b7f7479
Compare
Choose a tag to compare

Add __version__ attribute and fix pypi deployment

03 Feb 15:11
42d6fbf
Compare
Choose a tag to compare
Merge pull request #55 from chrisburr/set-version

Add __version__ attribute and use it with pypi deployments

Add support for multidimensional data inside columns

03 Feb 14:37
4ab672f
Compare
Choose a tag to compare
Merge pull request #54 from chrisburr/develop

Add support for columns of arrays and general tidying