Releases: MWATelescope/mwalib
Releases · MWATelescope/mwalib
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)
v1.1.0
v1.0.1
v1.0.0
- Reverted MSRV to 1.63 for compatibility with manylinux standard.
- Python bindings are now available (as well as the existing C bindings). This replaces the
pymwalib
python project. See theREADME.md
for help using it. - Added
rec_type
to therf_input
struct so the client can determine the receiver type of the connected receiver. - Minor linting and documentation fixes.
- Overhaul of CI workflows to produce Python wheels and various levels of optimisation for Linux and MacOSX for the library itself.
v0.17.0
Commits
- db2f797: Fixed version number in changelog (Greg Sleap)
- 42b4084: Added oversampling flag and deripple. Fixes #60,#61 (Greg Sleap) #62
- 6fb3b4e: Refactor of deripple to no longer be an enum due to the dynamic nature of DR_PARAM (Greg Sleap) #62
- 87f5d1e: Added read_weights methods to CorrelatorContext and in FFI (Greg Sleap) #62
- 63f2a75: Refactored voltage context tests, add more oversampling support, updated CI (Greg Sleap) #62
- f36d641: Bumped rust msrv to 1.64 (Greg Sleap) #62
- 03e416a: Added more oversampled tests, and added a handy spreadsheet with workings for file structure, sizes and test data generation (Greg Sleap) #62
- 0e137e2: CHANGELOG.md (Greg Sleap) #62
- 7c5b9ab: Fixed reference to MSRV in CHANGELOG.md (Greg Sleap) #62
- 14ed878: Merge branch 'master' into mwax_updates (Greg Sleap) #62