Skip to content

Releases: MWATelescope/mwa_hyperbeam

v0.6.0

14 Sep 08:47
Compare
Choose a tag to compare

Commits

  • 9aea18a: Put Rust examples alongside the other languages. (Christopher H. Jordan)
  • 589e3de: Update CI scripts. (Christopher H. Jordan)
  • ec254df: CUDA code improvements. (Christopher H. Jordan)
  • 02e72ca: CPU code improvements. (Christopher H. Jordan)
  • 073f275: Update dependencies. (Christopher H. Jordan)
  • dc8f203: HIP support. (Christopher H. Jordan)
  • 00e5549: array_latitude_rad -> latitude_rad (Christopher H. Jordan)
  • 2d120b2: Set CXX for CUDA, if conditions are met. (Christopher H. Jordan)
  • bc823d2: Release v0.6.0 (Christopher H. Jordan)

v0.5.1

20 Feb 04:47
Compare
Choose a tag to compare

Commits

  • 9ac9e8b: Small things. (Christopher H. Jordan)
  • 3f883cf: Fix bug in CUDA code. (Christopher H. Jordan)

v0.5.0

22 Aug 23:27
Compare
Choose a tag to compare

Commits

  • db84b3e: Fix CUDA static linking. (Christopher H. Jordan)
  • 58dbeca: Fix CUDA functions/types in CPU C header. (Christopher H. Jordan)
  • 701d9dc: Allow multiple CUDA arches and SMs to be compiled. (Christopher H. Jordan)
  • 7828996: Fix a rare CUDA compile error. (Christopher H. Jordan)
  • ffff55e: Tidy function documentation. (Christopher H. Jordan)
  • 6ff8d9a: FFI API changes. (Christopher H. Jordan)
  • a3875ca: Rust API changes. (Christopher H. Jordan)
  • 99050b6: Improve CUDA error handling. (Christopher H. Jordan)
  • 8f72721: Update dependencies, update CI, bump version. (Christopher H. Jordan)

v0.4.0

10 Jan 09:25
Compare
Choose a tag to compare

Commits

  • 8c14968: Use marlu for shared types. (Christopher H. Jordan)
  • 132cba1: Apply Jack's correction and parallactic angle. (Christopher H. Jordan)
  • f35966c: API changes and small improvements. (Christopher H. Jordan)
  • 1f88511: Add CUDA code implementing the FEE beam. (Christopher H. Jordan)
  • e78ff09: Provide FEE CUDA implementation. (Christopher H. Jordan)
  • a55e44f: Add coverage and bump version. (Christopher H. Jordan)

v0.3.4

25 Jun 08:39
Compare
Choose a tag to compare

Commits

  • 95a6cb9: Customise CPU architecture used for compiling. (Christopher H. Jordan)
  • 10d4a58: Remove a mutable requirement. (Christopher H. Jordan)
  • 3674687: Fix clippy lints and add a little more docs. (Christopher H. Jordan)
  • 2ba8350: Return arrays for each Jones matrix. (Christopher H. Jordan)
  • 31983c7: Allow dependency versions to be more flexible. (Christopher H. Jordan)
  • a7548ea: Add control over dipole elements and bump version. (Christopher H. Jordan)

v0.3.3

10 Mar 03:37
Compare
Choose a tag to compare

Commits

  • [9f5696c]: Tidy the header-generating code. (Christopher H. Jordan)
  • [12c3d16]: Split the FEE errors into two structs. (Christopher H. Jordan)
  • [639fe6b]: Fix the benchmark code. Add a fn to clear cache. (Christopher H. Jordan)
  • [99f0bb1]: Break out some FEE helper types into a new file. (Christopher H. Jordan)
  • [97c4f8e]: Load the HDF5 modes data as i8, not f64. (Christopher H. Jordan)
  • [c98060d]: Remove a useless .to_string() (Christopher H. Jordan)
  • [4d46de6]: Use ndarray to make tests simpler. (Christopher H. Jordan)
  • [a0fbb38]: Update comments and documentation. (Christopher H. Jordan)
  • [ceca6bb]: Make GitHub provide objects for MacOS. (Christopher H. Jordan)
  • [8867c55]: Bump version. (Christopher H. Jordan)

v0.3.2

10 Feb 07:17
Compare
Choose a tag to compare

Commits

  • [7dab7f5]: Make the header file C++ compatible. (Christopher H. Jordan)
  • [c4da5cc]: Small documentation tweaks. (Christopher H. Jordan)

v0.3.1

05 Feb 17:34
Compare
Choose a tag to compare

Commits

  • [349c288]: Update ffi.rs (Jack Line)
  • [bb4cf1a]: Tweak the names of the release tarballs. (Christopher H. Jordan)
  • [fbf6568]: Tighten the version requirement of cbindgen. (Christopher H. Jordan)
  • [5fc3676]: Fix docs.rs documentation building. (Christopher H. Jordan)
  • [53a9ae7]: Use a different server for the HDF5 FEE beam file. (Christopher H. Jordan)
  • [2de1f37]: Add version to the python module. (Christopher H. Jordan)
  • [a55c700]: Update dependencies. (Christopher H. Jordan)
  • [86809a8]: Bump version. (Christopher H. Jordan)

v0.3.0

05 Jan 04:28
Compare
Choose a tag to compare

Commits

  • [5a28ee2]: Prevent dipole delays of 32 being used. (Christopher H. Jordan)
  • [7938a9c]: Allow HDF5 to be compiled statically. (Christopher H. Jordan)