Releases: thepetabyteproject/your
Releases · thepetabyteproject/your
0.6.7
What's Changed
- make even to jess_combine, change how the bands are added, don't chec… by @josephwkania in #91
- fixing data_type in filwriter by @KshitijAggarwal in #93
Full Changelog: 0.6.6...0.6.7
0.6.6
What's Changed
- Gulp size and overflow handling by @KshitijAggarwal in #75
- Updated your_viewer's timeseries + bandpass autoscaling by @josephwkania in #76
- updates to your_viewer by @josephwkania in #77
- removed chisquare test from math.py/bandpass_fitter by @josephwkania in #80
- Adding candidate h5 test by @devanshkv in #81
- allow use of sk_sg_filter by passing channel bandwidth and sampling interval by @mef51 in #83
- Freq parameters in fits files by @KshitijAggarwal in #82
New Contributors
Full Changelog: 0.6.5...0.6.6
0.6.5
- Writing 4 pol psrfits 95bd2cd
- Fix for 4 bit psrfits data f1406b4
- Added bandpass subtraction to
your_viewer
90aafca - Added bandpass fitter 90aafca
- Fixing nbits for dada 4fdf9eb
- Returning 4 pols using
get_data
e111f8d - Modified selection of individual pol e111f8d
- Added poln_order to pysigproc and header e111f8d
- Handling 4 pol data in Writer a346a3b
- Changed the default number of spectra per subint in
your_writer
57cfadd - Handling AABB pol ec9f39e
- Zero DM subt in Writer e2dcdba
- Fixed telescope mismatch warning 640fb3c
- Added documentation versioning with d68cca6.
0.6.4
0.6.3
- Using rich tables in your_header and your_viewer 505acd8
- Can use numpy array and dictionary of header to write a filterbank file 8e0a9d4
- Added tutorial to write filterbank from scratch 82a322b
- Gulp size and replacement policy (for RFI) as inputs in your_writer 0272c22 55aacd4
- Can ignore RFI filter if the sigma is set to zero a0bcf90 9651fd8 311259c
- More tests c9d9432 da4a89d
- Added RFI mitigation in your_candmaker and Candidate 515b880 4f143f1
- Using a minimum Savgol window size 6e28424
0.6.1
0.6.0
Version Bump
The one after the JOSS review (v0.5.9)
- Some structure for time and frequency decimation was added with 3a38daf.
- Added all RFI methods with your_rfimask.py with ae09be5.
- Added a new argparse formatter and added more details to CLI scripts with b740198 and a59bd05.
- Started using Zenodo for data used in example notebooks with 71ca96b.
- Updated README with more description and install instructions.
- Removed SciencePlots (see #50 for details) and rcParam settings. This will be added in a later release.
- Addressed issues (#49, #48, #47, #46) and merged PR (#51) related to JOSS review.
Note:
0.5.8 was skipped due to issues with scienceplots.
0.5.7
0.5.6
your_heimdall.py
can now sub-banded searches with 28eb526.your.Writer
now takes in gulp size with 972caa7.- Cleaner filterbank writing with 972caa7.
your.formats.filwriter
has a functions nowsigproc_object_from_writer
to make sigproc object from the writer object with 6158cc7.- Added option to not write out logs in bin files with f872ef9.
- Replaced
tqdm
withrich
with f872ef9 and f7515f7. - Code style is black now with 723503e.
- Fixed a bug in reading and writing psrfits dtypes with 45a8a23.