8000 Releases · loinc/comp-loinc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: loinc/comp-loinc

v2022-12-05

05 Dec 17:34
b93554b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022-11-05...v2022-12-05

v2022-11-05

10 Nov 23:28
b85bba8
Compare
Choose a tag to compare
Merge pull request #29 from loinc/unit-tests-and-github-actions

Unit tests & GitHub actions

0.1.0

23 Aug 01:47
Compare
Choose a tag to compare
- 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`
0