Releases: cahna/hitfactorpy
Releases · cahna/hitfactorpy
v1.0.1
- Update dependencies
- Increased test coverage
v1.0.0
* parse more match info fields
* update dependencies
* configure autoflake
v0.1.1
v0.1.1: bugfix for pydantic model root validator (#7)
v0.1.0
v0.1.0 (#6)
* Replace `utils.calculate_uspsa_hit_factor(stage_score)` (deprecated) with `utils.calculate_hit_factor(**kwargs)`
* Add pydanic model for UspsaStageScore
v0.0.7
v0.0.7 (#5)
* add utils.calculate_uspsa_hit_factor
v0.0.5
add more fields to stage_score (#3)
v0.0.4
RC/0.0.4 (#2)
* add basic Dockerfile
* add py.typed file
v0.0.3
- new CLI with 2 commands:
parse-match
and json-schema
- bugfixes
- new tests
- updated documentation