dendrograms / astrodendro

Generate a dendrogram from a dataset
https://dendrograms.readthedocs.io/
Other
37 stars 38 forks source link

Restore backward-compatibility for reading FITS and HDF5 files #145

Closed astrofrog closed 9 years ago

astrofrog commented 9 years ago

This fixes issues with loading old files after #142

Also added very basic unit tests

astrofrog commented 9 years ago

@e-koch - note that in the last commit, I made a small change to your additions, which is to store the settings in attributes rather than datasets (attributes are more appropriate in this case). So this will break compatibility with any files that you created since your latest commit (but this was never in a stable version so we don't need to fix that)

astrofrog commented 9 years ago

cc @ChrisBeaumont @keflavich

e-koch commented 9 years ago

@astrofrog - Thanks for the heads up!

keflavich commented 9 years ago

:+1:

ChrisBeaumont commented 9 years ago

+1