From 122df4679d895f80da10fffb89e43dc3d9b2d60b Mon Sep 17 00:00:00 2001 From: landmanbester Date: Fri, 13 Dec 2024 17:08:31 +0200 Subject: [PATCH] try again skip ci --- README.rst | 10 +++++----- pyproject.toml | 2 +- tbump.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 71089a49..14d5e52b 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ pfb-imaging Radio interferometric imaging suite base on the pre-conditioned forward-backward algorithm. Installation -~~~~~~~~~~~~ +~~~~~~~~~~~~~~ Install the package by cloning and running @@ -25,7 +25,7 @@ no binary mode eg :code:`$ pip install -e ducc` Default naming conventions -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The default outputs are named using a conbination of the following parameters @@ -61,7 +61,7 @@ Logs are stored by application name with a time stamp to prevent inadvertently o The output paths for all files are reported in the log. Parallelism settings -~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~ There are two settings controlling parallelism viz. @@ -77,7 +77,7 @@ It is usually advisable to set `--nworkers` to the number of desired imaging ban The product of `--nworkers` and `--nthreads-per-worker` should not exceed the available resources. Module of workers -~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~ Each worker module can be run as a standalone program. Run @@ -92,7 +92,7 @@ Documentation for each worker is listed under Acknowledgement -~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~ If you find any of this useful please cite (for now) diff --git a/pyproject.toml b/pyproject.toml index 9e90c43f..c267f554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pfb-imaging" -version = "0.0.5" +version = "0.0.4" description = "Radio interferometric imaging suite based on a preconditioned forward-backward approach" authors = ["Landman Bester "] license = "MIT" diff --git a/tbump.toml b/tbump.toml index 09e52ea3..3d4d8c5b 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/ratt-ru/pfb-imaging/" [version] -current = "0.0.5" +current = "0.0.4" # Example of a semver regexp. # Make sure this matches current_version before