From e3b83fdaf14e890ec70316918ea1c48752a1ed8a Mon Sep 17 00:00:00 2001 From: fbdtemme Date: Wed, 24 Jan 2024 18:46:40 +0100 Subject: [PATCH 1/2] initialize --polarization-n-permutations to 0 (cherry picked from commit e637f1719772afff54d6e81bea65d0da1907c071) --- src/pixelator/cli/analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pixelator/cli/analysis.py b/src/pixelator/cli/analysis.py index 72640425..e677086a 100644 --- a/src/pixelator/cli/analysis.py +++ b/src/pixelator/cli/analysis.py @@ -70,7 +70,7 @@ ) @click.option( "--polarization-n-permutations", - default=None, + default=0, required=False, type=click.IntRange(min=0), show_default=True, From cffbb1f20b835ba571915ba7b6c419daf3da68d7 Mon Sep 17 00:00:00 2001 From: Johan Dahlberg Date: Tue, 19 Mar 2024 13:15:41 +0100 Subject: [PATCH 2/2] Update the change log for 0.16.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be54e906..4df28cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.16.2] - 2024-03-19 + +### Fixed + +* Uninitialized value for `--polarization-n-permutations` + ## [0.16.1] - 2024-01-12 ### Fixed