Skip to content

Releases: MWATelescope/mwalib

v0.13.1

13 Apr 04:04
Compare
Choose a tag to compare
v0.13.1 Pre-release
Pre-release

Commits

  • 7f13770: Added comments further explaining the rfinput digital gains values and their interpretation (Greg Sleap)
  • 4922d82: Fixed calculation of number of baselines for cases where num_antennas is odd (Greg Sleap)

v0.13.0

04 Feb 08:08
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

Commits

  • b6b5d2a: Modernise examples with clap 3.0. (Christopher H. Jordan) #47
  • 06366f2: rfinput digital gains are now f64 and divided by 64. (Greg Sleap)

v0.12.2

20 Jan 03:28
Compare
Choose a tag to compare
v0.12.2 Pre-release
Pre-release

Commits

  • d2bea60: Allow cfitsio code 204 to proceed. (Christopher H. Jordan) #46
  • e46c950: Ensured rf_input digital gains array is sized to be equal to num_metafits_coarse_chans. Made VoltageContext voltage batches and voltage time map public like CorrelatorContext (Greg Sleap)
  • 9f74936: Merge branch 'master' into hard_coded_channel_fix (Greg Sleap)
  • cfb9732: Bumped to v0.12.2; attempt to fix code coverage github action (Greg Sleap)
  • 05d2c66: Fixed coverage yml typo (Greg Sleap)
  • 570e36c: Fixed yet another coverage yml syntax error (Greg Sleap)
  • 3f2467b: Implemented fix for coverage so it does not label assert lines as partially covered. See: mozilla/grcov#476 and MWATelescope/Marlu@bc34f29 for more info. Should restore my coverage back to normal levels, I hope (Greg Sleap)
  • 9bd084b: First attempt at change to using cargo-llvm-cov for test coverage (Greg Sleap)

v0.12.1

29 Nov 04:16
Compare
Choose a tag to compare
v0.12.1 Pre-release
Pre-release

Commits

  • 6af4738: Added logos and updated readme (Greg Sleap)
  • 50194c3: Closes #45 - Issue where where mwalib would panic when creating CorrelatorContext with only gpubox file(s) from the second or higher batch. Added tests and test file (Greg Sleap)
  • 88a21d2: Updated sum gpubox rust example to fix missing use statement (Greg Sleap)

v0.12.0

12 Nov 07:55
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

Commits

  • 243e40a: Reverted efa8ca4; Added calibrator and calibrator_source to metafits context; Bumped to v0.12.0 (Greg Sleap)

v0.11.0

28 Oct 02:57
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

Commits

  • efa8ca4: Modified LegacyVCS coarse channel gpubox number to be the equivalent of legacy correlator gpubox number. Fixes #41 (Greg Sleap)
  • 4c38f68: Added optional corr_raw_scale_factor to metafits context. Made atten_db and gridnum optional. Fixes #10 #40 #42 (Greg Sleap)
  • 01f7fb9: Added back constants removed in previous commit, but prefixed with MWALIB_ in order to ensure no clash with mwa_rust_core crate consts. Fixes #38 (Greg Sleap)
  • 00ea52a: Fixed FFI strings so they now contain nul termination correctly. Fixes #39 (Greg Sleap)
  • 94ca65f: Bumped to v0.11.0 (Greg Sleap)

v0.10.0

20 Aug 04:06
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

Commits

  • c5487b5: Removed constants SPEED_OF_LIGHT_IN_VACUUM_M_PER_S, MWA_LATITUDE_RADIANS, MWA_LONGITUDE_RADIANS, MWA_ALTITUDE_METRES as they are provided by mwa_rust_core repo (Greg Sleap)
  • 97d53b9: Simplified the dependency rules for regex and rayon crates (Greg Sleap)
  • 44c3834: Fixed attribute name metafits_fine_chan_freqs to metafits_fine_chan_freqs_hz in FFI MetafitsMetadata to be consistent with the rest of the library (Greg Sleap)
  • cc7a974: Fixed bug where the num_metafits_fine_chan_freqs and metafits_fine_chan_freqs_hz were not being populated correctly for a stand-alone MetafitsContext usecase (Greg Sleap)

v0.9.4

19 Aug 06:54
Compare
Choose a tag to compare
v0.9.4 Pre-release
Pre-release

Commits

  • 68eb72e: Reduce some logs from debug to trace. (Christopher H. Jordan) #34
  • 4accfd8: Remove the "num" dependency. (Christopher H. Jordan) #34

v0.9.3

12 Aug 04:26
Compare
Choose a tag to compare
v0.9.3 Pre-release
Pre-release

Commits

  • 8461b54: Antenna rf_input_x and rf_input_y are now correctly indexed/sorted for the VCSLegacyRecombined case. (Greg Sleap)

v0.9.2

11 Aug 08:58
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release

Commits

  • 3a7566b: When using a stand-alone MetafitsContext, the rf_inputs are now correctly sorted for the VCSLegacyRecombined case. (Greg Sleap)