Releases: MWATelescope/mwalib
Releases · MWATelescope/mwalib
v0.11.0
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
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
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.8.7
v0.8.6
v0.8.5
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)