Releases: MWATelescope/mwalib
Releases · MWATelescope/mwalib
v1.3.2
v1.3.1
1.3.1 17-Apr-2024
- Point release to test publish to pypi in CI
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
1.3.0 12-Apr-2024
- Added 'EDA2' and 'SHAO' as new valid
ReceiverType
s toRfinput
struct. - Release and tests now include MacOS 14 Arm64 architecture binaries.
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
v1.2.2
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
v1.2.0
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
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)