Skip to content

Commit

Permalink
Increment version to release new updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron-Van-Eck committed Dec 6, 2024
1 parent 80801eb commit 7667700
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions VERSION_HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

1.4.8:
-Added m12 model (mixed slab with turbulent foreground).
-forced rmsynth1d outputs to the bit depth specified by the user (previously many outputs were 64bit regardless of user specification).
-Added combined Q/U sigma_add calculation and output. Now produces sigma_add for Q and U separately, and for both together.
-Fixed bug in rmclean3d where multiprocessing pool was not used properly.

1.4.7:
-fixed crash when using Stokes I model cube in rmsynth3d.
-changed all references to speed of light to use astropy constant.
-fixed bug from strange interaction between Prefect, Docker, and multiprocessing.
-added basic tests for helper tools.

1.4.6:
-fixed bug in rmsynth3d when computing RMSF that is not spatially uniform.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
DESCRIPTION = "RM-synthesis, RM-clean and QU-fitting on polarised radio spectra"
URL = "https://github.com/CIRADA-Tools/RM-Tools"
REQUIRES_PYTHON = ">=3.7.0"
VERSION = "1.4.7"
VERSION = "1.4.8"
DOWNLOAD_URL = (
"https://github.com/CIRADA-Tools/RM-Tools/archive/v" + VERSION + ".tar.gz"
)
Expand Down

0 comments on commit 7667700

Please sign in to comment.