Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

35 lines (23 loc) · 1.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.9] - 2024-11-12

Changed

  • Replaced PdfMerger with PdfWriter due to deprecation in pypdf >= 5.0.0.

Fixed

  • Addressed deprecation issues with PdfMerger, ensuring compatibility with recent pypdf versions.

[0.1.8] - 2024-08-20

Added

  • Added a Dockerfile to the repository for containerization. Documentation on how to use the Dockerfile needs to be added to the README.

Changed

  • Removed unnecessary imports from setup.py to clean up the codebase.

[0.1.7] - 2024-06-21

Added

  • Added CLI boolean handling to improve command-line interface usability.
  • Added new pytests for CLI to ensure correct handling of booleans.
  • Updated the README to reflect the new pytest additions.
  • Updated CI/CD pipelines to accommodate pytest changes.

Changed

  • Improved input_type value check mechanism to use .lower() before checking against values 'vcf' or 'matrix'.
  • Updated dependency from PyPDF2 to pypdf to increase compatibility and resolve installation issues on bioconda.