add initial pandas HDF fileformat#23
Conversation
7438d3a to
ab6661a
Compare
|
@astrofrog I added the code and the tests. I would add some more descriptions to the Readme. Is there anything else you would like for this PR? |
9822b71 to
5ca61e4
Compare
astrofrog
left a comment
There was a problem hiding this comment.
Looks good, thanks! Before I merge can you add an entry to the changelog under section 0.4?
|
@astrofrog I'd like to rename the format |
|
@astrofrog ready to merge. |
99a7ae2 to
27f541b
Compare
|
@astrofrog how do I add the dependencies now with tox enabled? I tried - but failed. |
astrofrog
left a comment
There was a problem hiding this comment.
A couple of small requests below - add pandas and pytables under here:
https://github.com/astropy/pytest-arraydiff/blob/master/setup.cfg#L31
I'll open a separate PR to make those optional dependencies along with astropy.
7918451 to
8dc6eb1
Compare
|
@astrofrog okay - everything works - except macos because I need the HDF5 libraries. You guys don't use |
a6206ba to
a646551
Compare
|
@astrofrog they all pass - can we get a merge please 😄 |
|
@astrofrog - is there anything missing for a merge? |
|
@astrofrog I think I added everything - is there anything else? |
|
@wkerzendorf you can try removing my patch, maybe it's not necessary anymore. |
astrofrog
left a comment
There was a problem hiding this comment.
This looks good to me! Just a couple of minor requests below - also can you rebase to get rid of the merge commit? Thanks!
cd4c1b8 to
7438d3a
Compare
|
It looks like the changelog entry is now missing? |
7438d3a to
b2d595a
Compare
b2d595a to
1e12df4
Compare
|
@astrofrog the changelog entry is back. I think it should be good to go. |
The package was exactly what I'm looking for (for years I had some hack in TARDIS to do that). However, we store our reference files in the pandas HDF format (a specialized HDF5 format). I've added a simple initial implementation for the HDF format. If this is something that you would consider adding then I will clean it up and add tests