Skip to content

Commit 0bcbf94

Browse files
Increment version for new minor release.
1 parent 9181af9 commit 0bcbf94

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ RM-synthesis, RM-clean and QU-fitting on polarised radio spectra
1111
Initial version by Cormac R. Purcell
1212
Currently hosted by CIRADA and maintained by Cameron Van Eck
1313

14-
Version 1.2 is now released! Check the wiki for new functionality.
15-
1614
## Installation / Usage
1715
Installation, usage instructions and detailed algorithm information can be found in the [wiki](https://github.com/CIRADA-Tools/RM-Tools/wiki).
1816

VERSION_HISTORY.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
1.4.9:
3+
-Fixed numpy deprecations in assemble chunks tool, QU-fitting, and 1D synth/clean (thanks tYingkang Zhang)
4+
-Fixed peakfitting tool from crashing when running on chunks
5+
26
1.4.8:
37
-Added m12 model (mixed slab with turbulent foreground).
48
-forced rmsynth1d outputs to the bit depth specified by the user (previously many outputs were 64bit regardless of user specification).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
DESCRIPTION = "RM-synthesis, RM-clean and QU-fitting on polarised radio spectra"
1111
URL = "https://github.com/CIRADA-Tools/RM-Tools"
1212
REQUIRES_PYTHON = ">=3.7.0"
13-
VERSION = "1.4.8"
13+
VERSION = "1.4.9"
1414
DOWNLOAD_URL = (
1515
"https://github.com/CIRADA-Tools/RM-Tools/archive/v" + VERSION + ".tar.gz"
1616
)

0 commit comments

Comments
 (0)