-
-
Notifications
You must be signed in to change notification settings - Fork 20
add initial pandas HDF fileformat #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
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