You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
5
+
6
+
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).
7
+
8
+
## [Unreleased]
9
+
10
+
## [0.1.7] - 2024-06-21
11
+
12
+
### Added
13
+
- Added CLI boolean handling to improve command-line interface usability.
14
+
- Implemented additional checks for `input_type` values to enhance input validation.
15
+
- Added new pytests for CLI to ensure correct handling of booleans.
16
+
- Updated the README to reflect the new pytest additions.
17
+
- Updated CI/CD pipelines to accommodate pytest changes.
18
+
19
+
### Changed
20
+
- Improved input_type value check mechanism to use .lower() before checking against values 'vcf' or 'matrix'.
0 commit comments