Skip to content

Commit

Permalink
Merge pull request #115 from PixelgenTechnologies/feature/exe-1362-ho…
Browse files Browse the repository at this point in the history
…t-fix-for-0.16.1

Release 0.16.2
  • Loading branch information
johandahlberg authored Mar 19, 2024
2 parents 11dd888 + cffbb1f commit 90fd3c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/pixelator/cli/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
)
@click.option(
"--polarization-n-permutations",
default=None,
default=0,
required=False,
type=click.IntRange(min=0),
show_default=True,
Expand Down

0 comments on commit 90fd3c7

Please sign in to comment.