Releases: MWATelescope/mwalib
Releases · MWATelescope/mwalib
v0.15.0
Commits
- d3d404b: For C compatibility, changed CableDelaysApplied:No to CableDelaysApplied:NoCableDelaysApplied (Greg Sleap)
- dd52fdf: API tweaks surrounding generic types. (Christopher H. Jordan) #49
- 38a5fe8: Provide the newly-available metafits DUT1. (Christopher H. Jordan) #49
- c4ade0f: Clippy lints and update cbindgen. (Christopher H. Jordan) #49
- 2e880f6: mwa_rust_core -> Marlu (Christopher H. Jordan) #49
- a807114: Bumped to 0.15.0 (Greg Sleap)
v0.14.0
Commits
- 8fc6273: Forgot to commit Cargo.toml (Greg Sleap)
- 68d40fc: Specify minimum-required dep versions. (Christopher H. Jordan)
- 2d5b20d: Clean up fits long-string functions. (Christopher H. Jordan)
- e91da04: Stop borrowing generic types. (Christopher H. Jordan)
- 8be6033: Clippy lints and Rust 2021. (Christopher H. Jordan)
- ddc9ff7: Lighten code to get channel frequencies. (Christopher H. Jordan)
- 51b1e3f: Changed cable_delays_applied from bool to enum (Greg Sleap)
- d3d404b: For C compatibility, changed CableDelaysApplied:No to CableDelaysApplied:NoCableDelaysApplied (Greg Sleap)
v0.13.1
v0.13.0
v0.12.2
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
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
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)