Skip to content

Commit

Permalink
Bumped version to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Nov 8, 2024
1 parent 0367add commit 8b02237
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

Changes in each release are listed below.

## next
## 1.7.2 8-Nov-2024

* Update to fitsio 0.21.6 - provides FitsFile.file_path() method.
* Reverted MWAFitsFile to FitsFile as the subclass is no longer required.

## 1.7.1 23-Oct-2024
## 1.7.1 23-Oct-2024 (Yanked- MWAFitsFile is no longer to be used)

* Release to fix issue generating Rust docs.

## 1.7.0 23-Oct-2024
## 1.7.0 23-Oct-2024 (Yanked- MWAFitsFile is no longer to be used)

* Bumped MSRV to 1.65.
* Update fitsio to 0.21 and fitsio-sys to 0.5.
* Update fitsio to 0.21 and fitsio-sys to 0.5. To make v0.21 work, a new struct, MWAFitsFile is used inplace of FitsFile, as FitsFile no longer carries the `filename` property which is needed by mwalib.
* Removed Rust Report Card from README status badges. Looks like this service is abandonded.
* Added Python .pyi stub generation to provide mwalib Python users with type and docstring information. The mwalib.pyi should get baked into the python wheels released to github and Pypi. See `bin/README.md` for caveats and more details.
* Added CI to test compilation against cfitsio 3.x and 4.x when not using the `cfitsio-static` feature.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mwalib"
version = "1.7.1"
version = "1.7.2"
homepage = "https://github.com/MWATelescope/mwalib"
repository = "https://github.com/MWATelescope/mwalib"
readme = "README.md"
Expand Down
4 changes: 4 additions & 0 deletions tools/test_msrv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@ RUSTUP_TOOLCHAIN=${MIN_RUST} maturin develop --all-features --release --strip
echo "Running python tests..."
pytest

# Build C examples
echo "Building C examples..."
examples/build_c_examples.sh

# Switch back to this dir
popd

0 comments on commit 8b02237

Please sign in to comment.