Releases: limebit/medmodels
Releases · limebit/medmodels
v0.2.1
This release mostly just provides more pre-built wheels on PyPI.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- docs: update developer guide by @JabobKrauskopf in #183
- feat: representation and overview for group nodes and edges by @LauraBoenchenLB in #163
- feat: Implement simple clone by @JabobKrauskopf in #204
- fix:
remove_node
now removes removed edges fromgroup_mapping
by @JabobKrauskopf in #206 - feat: Allow adding/appending to groups when adding nodes or edges by @MarIniOnz in #203
- fix: Renaming absolute risk function for correct one (absolute risk reduction) by @MarIniOnz in #209
- feat: Adding contingency table print and treatment groups variables renaming by @MarIniOnz in #211
- fix: medrecord attribute tables overview by @LauraBoenchenLB in #213
- feat: removing singular name functions and changing them to plural naming by @MarIniOnz in #225
- refactor: query engine by @JabobKrauskopf in #231
- fix: comparison operations now correctly evaluate operand by @JabobKrauskopf in #233
- feat: implement exclude operation by @JabobKrauskopf in #243
- refactor: replace outgoing_edges and incoming_edges with edges by @JabobKrauskopf in #245
- feat: implement duration by @JabobKrauskopf in #246
- refactor: optimize treatment effect and associated functions with new query engine by @MarIniOnz in #248
- fix: rust linting by @JabobKrauskopf in #263
- refactor: fast-computed representation of the MedRecord when in debugging mode by @MarIniOnz in #270
- feat: added group input variable and fixed table by @LauraBoenchenLB in #262
- refactor: stricter linting rules by @JabobKrauskopf in #290
- refactor: pin polars to 0.45.0 (rust), 1.17.0 (python) by @JabobKrauskopf in #297
- fix: add polars support for all datatypes by @JabobKrauskopf in #298
- feat: making static analysis as the default option for the TEE by @MarIniOnz in #274
- chore: Drop support for python 3.9 and add support for 3.13 by @JabobKrauskopf in #299
- docs: rewrite readme by @FloLimebit in #300
- fix: polars version by @LauraBoenchenLB in #308
- feat: adding advanced example dataset by @MarIniOnz in #267
- ci: github actions to use ubuntu 22.04 by @JabobKrauskopf in #310
- fix: the way essential covariates and one-hot-encoded ones are processed by @MarIniOnz in #256
- fix: docs build error by @FloLimebit in #311
- docs: add rule on resolving pr comments by @JabobKrauskopf in #312
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- refactor: full treatment effect report now returns typed dictionary by @JabobKrauskopf in #129
- refactor: continuous estimators by @MarIniOnz in #130
- feat: add undirected version of neighbors to query engine by @JabobKrauskopf in #132
- refactor: remove .devcontainer, .vscode and examples by @JabobKrauskopf in #139
- refactor: move files and delete the ones that need refactoring by @MarIniOnz in #145
- feat: implement datetime medrecordvalue by @JabobKrauskopf in #153
- feat: add support for polars datetime conversion by @JabobKrauskopf in #155
- feat: make schema accessible from python and add AttributeType by @JabobKrauskopf in #159
- refactor: sphinx setup by @FloLimebit in #148
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- fix: typo in treatment effect by @JabobKrauskopf in #126
- test: Add tests for MedRecord schema and builder by @JabobKrauskopf in #124
- fix: Optimizing Nearest Neighbors function by @MarIniOnz in #125
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/limebit/medmodels/commits/v0.1.0