Skip to content

Version 0.3.0

Latest

Choose a tag to compare

@kassyray kassyray released this 09 Jan 20:10
· 16 commits to main since this release

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.

v0.3.0 - 2026-01-09

Compare with first commit

Added

  • Adding changes to immunization table for proper translation (8e1869d by kassyray).
  • Adding logo size (4e40f42 by kassyray).
  • Adding submodules to gitignore (ecce168 by kassyray).
  • Adding address missingness checker #115 (64b8107 by kassyray).
  • Adding row with incomplete address to the testing dataset for #115 (9930335 by kassyray).
  • Add unit tests for map_columns function to verify exact and inexact column name mappings (d1fe172 by kassyray).
  • Add threshold constant and update normalization logic in preprocess module (25c962a by kassyray).
  • Add unit tests for normalize and filter_columns functions in preprocess module (26ca2d4 by kassyray).
  • Add tests for custom template directory support, covering loading, assets, and compilation. Catch remaining issues with custom directories. (248357f by Justin Angevaare).
  • Add template directory parameter to compilation functions (097bca2 by Justin Angevaare).
  • Added rapidfuzz (fa0b163 by kassyray).
  • Add docstring to map_columns function for clarity on parameters and behavior - cherry picked column mapper from another branch to clean up. #107 (1483cba by kassyray).
  • Add template directory argument and validation in orchestrator (1b7ba28 by Justin Angevaare).
  • Adding specific instructions about naming PHUs. Closes #45. (7a3f026 by kassyray).
  • Added information about tools used and code coverage to documentation #100 (f1c17e8 by kassyray).
  • Add envelope_window_height parameter to client_info_tbl functions and update table row height #70 (9c472c6 by kassyray).
  • Added additional test for page_count type in test_validate_pdfs.py (assertion in test_validation_includes_measurements) (25bd931 by TiaTuinstra).
  • Add childcare center designation to English and French template client info functions (f0d768e by kassyray).
  • Add school_type parameter to client_info_tbl_en and client_info_tbl_fr functions (6007937 by kassyray).

Fixed

Changed

  • Changes to size so that french translation is formatted more nicely in header (89db891 by kassyray).