-
Notifications
You must be signed in to change notification settings - Fork 67
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
Feather files #390
base: dev
Are you sure you want to change the base?
Feather files #390
Conversation
An important design choice is left to be made: |
Tests are failing because of an installation issue with |
Merge dev and do new release
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #390 +/- ##
===========================================
- Coverage 85.33% 71.70% -13.64%
===========================================
Files 13 13
Lines 3158 3220 +62
===========================================
- Hits 2695 2309 -386
- Misses 463 911 +448
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Adds the ability to store Pulsar objects and noise dictionaries into FeatherPulsar objects which can be saved and read using pyarrow feather types.
Additionally, this
to_pickle
fromBasePulsar
: pickles should be removed and discouraged for many reasonsto_feather
toBasePulsar
FeatherPulsar
type which holds data and allows for reading/writing Pulsar objectsto_pickle
test and addsto_feather
test