Skip to content

Latest commit

 

History

History
161 lines (133 loc) · 15.5 KB

CHANGELOG.md

File metadata and controls

161 lines (133 loc) · 15.5 KB

Changelog

v0.11.0 (2023-03-10)

v0.10.0 (2023-03-10)

<<<<<<< HEAD

v0.9.0 (2023-03-10)

=======

v0.8.2 (2023-03-10)

213a049e48973cbf68897c1c08ed547d0924e9c0

Fix

v0.8.1 (2023-03-10)

Fix

v0.8.0 (2023-03-10)

v0.7.0 (2023-03-10)

v0.4.0 (2023-03-09)

Feature

  • Move utils_for_testing_to_be_importable (323488a)

Fix

  • Rename to psycop_ml_utils (e64c724)

v0.3.1 (2023-02-07)

Fix

v0.3.0 (2022-12-19)

Feature

v0.2.7 (2022-10-14)

Fix

  • Move transformers to dependency (5e40386)
  • Move transformer import outside of top-level (b6f7394)

v0.2.6 (2022-10-14)

Fix

  • Correctly address pypi token (9fc5b67)

v0.2.5 (2022-10-14)

Fix

  • Errors in synth data generation and add as test (#258) (5337313)

v0.2.4 (2022-10-03)

Fix

v0.2.3 (2022-10-03)

Fix

v0.2.2 (2022-10-03)

Fix

  • First automatic release (7483f22)

v0.2.1 (2022-10-03)

Fix

  • Incorrect version in toml (98b5918)

v0.2.0 (2022-10-03)

Feature

  • Add test action (2aa6fd5)
  • Another attempt at first automatic release! (b5d8439)

Fix

v0.1.0 (2022-09-30)

Feature

  • First automataic release (7d3c39f)
  • First release! (b99fb74)
  • First release (cfce4ae)
  • Add semantic_release config to .toml (4c1c6fc)
  • Add gitleaks as pre-commit hook (#205) (cb926cc)
  • Small change to schizophrenia diagnosis, removed redundant diagnoses in misc psychosis,added underscores (811db0e)
  • Added more loaders to load_medications (7ef1583)
  • Small changes to data_loaders in load_diagnoses (0c0f5ff)
  • Add psychiatric diagnoses (3dc68a9)
  • Check_raw_df allow multiple dtypes (2f098b5)
  • Add way more loader functions (46b8548)
  • Add validate to all merges (d9a5d52)
  • Add median absolute deviation as metric (6169a91)
  • Validater for raw data (30360a9)
  • Move darglint to pre-commit (#161) (6fe1c32)
  • Add deepchecks data integrity and split validation checks (f131f80)
  • Log feature settings to wandb (dc707c2)
  • Log poetry.lock and file name to wandb when generating features (5e460ff)
  • Add current user as prefix to feature file name. Fixes #134 (f22e0ea)
  • Move sql to extras for arch64 support (f9394c9)
  • Prefix for predictors and outcomes (#119) (f4f63ef)
  • Drop visits before min_date (#121) (ef763da)
  • Replace pip with poetry (#112) (3a7c1b5)
  • Add ID-loader for splits (6796f43)

Fix

  • Removed default str (0ccdbf2)
  • Sort imports (7bc669d)
  • Updated docstrings (e80fb2f)
  • Change wildcard_icd_code argument for brevity (4b9522a)
  • Force psutil 5.9.1 to avoid C++ redistributable (ccbb2de)
  • Wrong function (06c2431)
  • Bug in synth data leading to columns with only nas (4cc4e58)
  • Minor bug and add NaT prop checker (3d8868b)
  • Misc. fixes (#154) (36f6051)
  • Erroneous matching in diagnosis strings (967f304)
  • Wildcard matching for diagnosis loading (1f53625)
  • Correct looping over dicts (31d9f0f)
  • Add n_samples (13773bf)
  • Add missing parenthesis (5aa7c7f)
  • Changed Path to str for saving to html (ec31579)
  • Remove centralised .lock (741a207)
  • Bump version (73b4385)
  • Set dependency upper bounds (c5a5afb)
  • Remove duplicate dependencies (4de7006)
  • Add dependencies needed for poetry (f63509c)
  • Add dependencies needed for poetry (6b1af2d)
  • Failing tests (f741414)
  • Correct naming in to_wide (708de8c)
  • To_wide work correctly with levels and better level naming (61edfa7)
  • Sphinx branch name (5cd3355)
  • Sphinx_documentation keys (4a77237)
  • Disable automatic semantic release for now (48d49dd)
  • Switch to username/password publishing (e40a257)
  • Formatting (cc54ea0)
  • Typo (caae59f)
  • Run semantic-release through poetry (f5d40b6)
  • Add semantic release to dependencies (444b68f)
  • Semantic_release add poetry (74149e8)
  • Update semantic_release (dc32495)
  • Formatting semantic_release (7afb96c)
  • Correct pip install name of sklearn (8fa556a)
  • Use base sql driver (#99) (b0fef63)
  • Don't drop uuid when adding from dict (#98) (fb6cde7)
  • File rename (31afcdf)
  • Couple of bugs and tests (03e7633)

Documentation

Performance

  • Save failed checks and print at the end (c79618f)
  • Only include relevant checks for splits (77d36d4)