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

update fork #2

Merged
merged 111 commits into from
Dec 14, 2020
Merged

update fork #2

merged 111 commits into from
Dec 14, 2020

Conversation

ezekial4
Copy link
Owner

No description provided.

Kewei Li and others added 30 commits July 8, 2019 16:01
no copy when loading astropy
Package license and requirements files
…e properly packaged up, distributed and installed.
Tests for deployment and installation
…ibes what the hkl_type is that will be saved to HDF5.
Moved the tests directory from root to ./hickle.
Any dict that is loaded will be initialized with the items sorted in that order.
For all types that derive from dict, the dict will be initialized using its true type directly (apparently, I had written it that way before already for some reason).
This fixes #65.
…group that contains the hickled Python object, instead of the entire file (this allows for hickled objects to be more easily added to already existing HDF5-files, without messing up the root of that file).
…a single item at that level.

All 'create_xxx' functions are now passed a string containing the name of the group/dataset that they should create.
Added missing 'six' requirement.
Added a test for testing the dumping and loading of an OrderedDict.
1313e and others added 28 commits June 11, 2020 16:22
Removed lines that are never used (and thus cannot be covered).
Added 'NoneType' to the dict of acceptable dict key types, as Nones can be used as keys.
Some more clean-up and adding of missing tests
… it will fall back to pickling it (and emits a warning saying why that was necessary).

Simplified the way in which python scalars are hickled.
@ezekial4 ezekial4 marked this pull request as ready for review December 14, 2020 00:37
@ezekial4 ezekial4 merged commit beb66c7 into ezekial4:master Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants