Skip to content

Releases: thepetabyteproject/your

0.6.7

22 Jan 20:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.6...0.6.7

0.6.6

13 Nov 22:18
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @mef51 made their first contribution in #83

Full Changelog: 0.6.5...0.6.6

0.6.5

25 Apr 18:11
Compare
Choose a tag to compare
  • 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

26 Mar 18:29
Compare
Choose a tag to compare
  • Fixed filename error that prevented your_viewer from saving display with a757d6b.
  • Allowed handling empty psrfits file with 42e10ff and 45d212e.
  • your_viewer.py now supports dedispersion with a2c1e53.
  • Support for python 3.9 and numpy>=1.20 with 718869c and e805747.

0.6.3

09 Feb 15:55
Compare
Choose a tag to compare
  • 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

20 Jan 02:54
930cbbc
Compare
Choose a tag to compare
  • Black check on push with 8ded440.
  • Skip unknown header parameters in filterbank with ccfd38f.
  • Update psrdada-python URL with 624f6dc.
  • Updated docs with 726c3b9.

0.6.0

12 Nov 14:02
Compare
Choose a tag to compare

Version Bump

The one after the JOSS review (v0.5.9)

12 Nov 13:48
aa77e48
Compare
Choose a tag to compare
  • 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

19 Oct 01:46
Compare
Choose a tag to compare
  • Fixed bug in your_viewer.py allowing it to take float starting times with b6ce0ba.
  • Better 16 bit data handling with 1c70986.
  • Fixed a critical bug in get_chunk in the candidate class with b4dda7f.

Note:

Any candidates made before this version should ideally be made again!

0.5.6

15 Oct 02:40
Compare
Choose a tag to compare
  • 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 now sigproc_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 with rich with f872ef9 and f7515f7.
  • Code style is black now with 723503e.
  • Fixed a bug in reading and writing psrfits dtypes with 45a8a23.

Breaking changes:

  • your.formats (for data format files) and your.FORMATS (for classes) are different now with 57835b9.
  • your.formats.filwriter.make_sigproc_object now makes sigproc objects from scratch with 6158cc7.
  • Removed your.formats.filwriter.write_fil with 6158cc7.