Skip to content

Releases: MWATelescope/mwalib

mwalib 1.3.3

14 May 01:00
Compare
Choose a tag to compare

v1.3.2

18 Apr 07:26
Compare
Choose a tag to compare

Commits

  • 9eb1101: Bumped version to allow final test of release CI (Greg Sleap)

v1.3.1

18 Apr 06:05
Compare
Choose a tag to compare

Commits

  • 0f75f95: Point release to test publish to pypi in CI (Greg Sleap)
  • 9702682: Updated mwalib-sum-all-hdus.py example. Fixes #71. Fixed typo in release CI (Greg Sleap)
  • 24e554c: Fixed the fix for mwalib-sum-all-hdus.py example (Greg Sleap)
  • f3515b2: Another releases CI typo fix (Greg Sleap)
  • 5a947c0: Added PYPI TOKEN secret to pypi release, added crates.io publish job to release CI too (Greg Sleap)
  • a7b5c3f: Fix yaml indent issue in releases CI (Greg Sleap)
  • 0901f13: Another release CI syntax fix for crates.io publish (Greg Sleap)
  • c771ea5: Another release CI syntax fix for crates.io publish (Greg Sleap)
  • 37d3978: Replace crates.io publish with different action (Greg Sleap)
  • d5292b7: Replaced secret with a new one to try and fix it (Greg Sleap)
  • 47ec1ff: added environment: CI to my jobs so they can access my environment secrets (Greg Sleap)

v1.3.0

15 Apr 02:21
Compare
Choose a tag to compare

Commits

  • 13c2cce: testing macos-14 release (d3v-null)
  • 64f5fcf: Fixes #69- SHAO and EDA2 receiver types (Greg Sleap) #70
  • 9dc203c: Upgraded test CIs to also test on MacOS 14 Arm64 architecture (Greg Sleap) #70
  • a24e089: Fix to exclude python 3.8,3.9 from MacOS 14 Arm (Greg Sleap) #70
  • a876709: Updated all CI to use updated actions. Removed optimised x86_64 builds from macos release (Greg Sleap)
  • 980721c: Fixed error in coverage CI (Greg Sleap)

v1.2.3

12 Mar 09:14
Compare
Choose a tag to compare

Commits

  • 9c70d8b: Removed error-inducing, unneeded python_version requirement from the [build-system] requires setting in pyproject.toml (Greg Sleap)

v1.2.2

12 Mar 08:58
e4461e4
Compare
Choose a tag to compare

Commits

  • d4dabe8: Explictly typed the buffer_ptr to be signed char* in FFI VoltageContext read methods to fix portability issue with Arm64 platform. Fixes #67 (Greg Sleap) #68
  • 5d59fc5: Fixed missing use c_schar and updated deprecated call when using Duration:milliseconds (Greg Sleap) #68
  • 99bfe92: Updated change log (Greg Sleap) #68

v1.2.1

24 Nov 05:40
Compare
Choose a tag to compare

Commits

  • 3b9dd14: Updated pyo3 and maturin to support python 3.11. Switched to using mwatelescope maturin docker image for pypi deployment and CI (Greg Sleap)
  • 7e93e4d: Added pypi release and release wheels and support for Python 3.12 (Greg Sleap)

v1.2.0

24 Nov 00:30
3ccaabc
Compare
Choose a tag to compare

Commits

  • 3327156: Added support and release for python 3.11. Fixes #63 (Greg Sleap) #65
  • d5eb820: Updated dependencies to prevent increasing the MSRV (Greg Sleap) #65
  • 1b4f99c: Updated dependencies to prevent clap compatibility issue (Greg Sleap) #65
  • bc76c02: Fixed clippy lints (Greg Sleap) #65
  • 22547ed: Exposed the flavour column from the metafits TILEDATA table in rfinput. Added has_whitening_filter. (Greg Sleap) #65

v1.1.1

06 Oct 00:28
Compare
Choose a tag to compare

Commits

  • 0581744: Updated .gitignore (Greg Sleap)
  • 1eaf3a9: Merge branch 'main' of github.com:MWATelescope/mwalib (Greg Sleap)
  • b66df32: fixed mwalib-print-volt-context.c to use char instead of unsigned char and also print out mwalib version (Greg Sleap)
  • 8b5e3d2: Fixed build issue which caused 'illegal instruction' errors whenever mwalib called CFITSIO functions. (Greg Sleap)
  • cc2bef0: Added back env variable for static cfitsio to fix illegal instructions in binary libraries (Greg Sleap)
  • d13cae0: Removed cfitsio-static feature from library binay builds. Re-re-release of version 1.1.1 (Greg Sleap)

v1.1.0

15 Sep 03:43
Compare
Choose a tag to compare

Commits

  • 93a91c3: Fix README issues, update .gitignore and update pypi deploy dockerfile (Greg Sleap)
  • 35fabdf: Changed voltage data format from [u8] to [i8]. Added python docstrings (Greg Sleap)