Releases: scikit-hep/root_pandas
Releases · scikit-hep/root_pandas
v0.7.0
23 Jul 19:52
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
#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
Compare
Sorry, something went wrong.
No results found
Allow DataFrame's to be written to folders #45
v0.5.0
30 Jul 12:35
Compare
Sorry, something went wrong.
No results found
Add support for storing categorical column types and reading them again.
v0.4.0
19 Jul 10:55
Compare
Sorry, something went wrong.
No results found
v0.3.5
18 Jul 19:30
Compare
Sorry, something went wrong.
No results found
0.3.3
12 Jul 06:22
Compare
Sorry, something went wrong.
No results found
Significantly improve performance of get_matching_variables
05 Mar 18:59
Compare
Sorry, something went wrong.
No results found
v0.3.2
Release version 0.3.2
Add __version__ attribute and fix pypi deployment
03 Feb 15:11
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Merge pull request #54 from chrisburr/develop
Add support for columns of arrays and general tidying