Skip to content

Latest commit

 

History

History
79 lines (39 loc) · 4.73 KB

CHANGELOG.md

File metadata and controls

79 lines (39 loc) · 4.73 KB

Changelog

0.7.0 (2024-08-29)

Features

0.6.1 (2023-11-16)

Bug Fixes

  • pinning python to 3.11 for build so we have setuptools (#36) (54d4e8c)

0.6.0 (2023-11-16)

Features

  • adding API prefix, OpenAPI and docs to REST server (#35) (1a2f605)
  • adding classic and current model (#25) (44ddf24)

0.5.0 (2023-09-18)

Features

  • adding "tune run-optuna" command (#23) (6cc753b)
  • re-useable implementation of "tune train-eval" (#21) (c80c4bf)

0.4.0 (2023-09-14)

Features

  • adding dump-graph to cli (#18) (3aace31)
  • adding param-opt command with single parameter evaluation (#20) (83141c6)
  • allow running with legacy model/graph data (#16) (9d3cc7c)
  • embedding parameters can be provided via CLI and contains seeds (#19) (bbd5d86)

0.3.1 (2023-09-13)

Bug Fixes

  • add missing line endings to hgnc_info.jsonl (#13) (aa14b9b)
  • properly parsing comma-separated list on REST API (#14) (97fdfee)

0.3.0 (2023-09-11)

Features

  • also adding gene-to-phen edges from HPO (#9) (d5a8337)

0.2.1 (2023-09-08)

Bug Fixes

  • removing spurious debug print statement (#7) (98e7443)

0.2.0 (2023-09-08)

Features

  • gene to phenotype links file can be gziped (#5) (66c48bf)

0.1.0 (2023-09-07)

Features

  • adding REST API server for prediction (#4) (8bb7516)
  • initial training implementation (#1) (10d3a7c)
  • prioritization prediction with model (#3) (48d504c)