Releases: loinc/comp-loinc
Releases · loinc/comp-loinc
v2022-12-05
What's Changed
- Bugfix: Unit tests by @joeflack4 in #32
- GitHub actions by @joeflack4 in #33
Full Changelog: v2022-11-05...v2022-12-05
v2022-11-05
Merge pull request #29 from loinc/unit-tests-and-github-actions Unit tests & GitHub actions
0.1.0
- Added: makefile - Code style: Misc minor code style updates for PEP8 and other PEP compliance. - Comments at top of file - Spacing - Import reordering: (i) standard libary, (ii) external packages, (iii) imports from within package. - Documentation - Added some code comments. - Added CLI help text. - Updated formatting of README - Updates: CLI - Added ability to call the package directory: `python -m comp_loinc` - Added / updated help text - Added defaults - Updated types: str -> path for several - Added: Path types: requirement for some paths: (i) exists=True, (ii) writable=True - Added: Path types relative to absolute path resolution: resolve_path=True - Update: Changed arguments from positional to named. - Bugfix: Typo: reasponed -> reasoned - Update: 'reason' command: removed owl_directory, as the directory where merged and umerged OWL files was different but ambiguous. - Update: renamed directory: `owl_files` -> `owl_component_files`