Skip to content
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

save source attrs as JSON string representation (#328) #333

Merged
merged 10 commits into from
Apr 27, 2017
10 changes: 9 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@

* base dependencies + extras (halotools, h5py); install all dependencies via pip nbodykit[extras]
* meta-data calculations in FKPCatalog now account for Source selection properly
* support for numpy int/float meta-data in JSON output files
* support for numpy int/float meta-data in JSON output files
* Cosmology instances no longer return attributes as Quantity instances, assuming a default set of units
* renaming of various classes/module related to the nbodykit.Source syntax
* no more nbodykit.Source in nbodykit.lab
* nbodykit.source.particle has been renamed to nbodykit.source.catalog
* source objects are now catalogs -- there class names have "Catalog" appended to their names
* added individual catalogs for different file types in nbodykit.io, i.e., CSVCatalog, HDFCatalog, etc
* the ``.apply`` operation is no longer in place for sources; it returns a view with the
list of actions extended
Loading