Skip to content

Releases: MWATelescope/mwalib

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)

v0.9.1

11 Aug 07:30
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

Commits

  • e303152: Fixed errors, ommissions in comment/documentation for FFI function mwalib_metafits_get_expected_volt_filename() (Greg Sleap)
  • 973fbf1: Added extra method to ffi to create metafits_context without passing mwa_version (Greg Sleap)

v0.9.0

11 Aug 03:37
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Commits

  • f52a390: Fixed VCS example C code (Greg Sleap)
  • 95b1dae: Applied various changes to support use by VCS team- see changelog for more info (Greg Sleap)

v0.8.7

03 Aug 01:48
Compare
Choose a tag to compare
v0.8.7 Pre-release
Pre-release

Commits

  • e86de0c: Renamed metafits_context.metafits_fine_chan_freqs by adding _hz suffix to be consistent. Updated dependencies (Greg Sleap)

v0.8.6

02 Aug 09:08
Compare
Choose a tag to compare
v0.8.6 Pre-release
Pre-release

Commits

  • 044356e: Fixed bug where metafits_context.num_metafits_fine_chan_freqs was not being set correctly (Greg Sleap)
  • 6d75b0c: Bumped to v0.8.6 (Greg Sleap)

v0.8.5

02 Aug 08:01
Compare
Choose a tag to compare
v0.8.5 Pre-release
Pre-release

Commits

  • 824c37e: Initial WIP commit of logging (Greg Sleap)
  • a485e29: Added more badges (Greg Sleap)
  • 33cc13e: WIP fine channel frequency calculation (Greg Sleap)
  • f7e71eb: Fix bug in coversion test (Greg Sleap)
  • d2a93f7: Added metafits fine channel freqs, metafits volt fine chan width, fixed clippy lints (Greg Sleap)
  • f0e2224: Swapping coverage CI back to (latest) nightly. Removed unneeded let from get_fine_chan_centres_array_hz (Greg Sleap)
  • 405dc04: Added helper function get_fine_chan_freqs_hz_array to correlator context and voltage context (Greg Sleap)