Skip to content

Commit 4dbcd58

Browse files
author
semantic-release
committed
2.3.0
Automatically generated by python-semantic-release
1 parent 0848d88 commit 4dbcd58

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# CHANGELOG
22

3+
## v2.3.0 (2024-08-12)
4+
5+
6+
### Feature
7+
* feat: add visit_* to omop data viewer ([`1c1cf78`](https://github.com/CODEX-CELIDA/execution-engine/commit/1c1cf781ef2121ce2d7fbca991ec4df60371c3c6))
8+
* feat(viz-backend): add patient data logic ([`52dcf88`](https://github.com/CODEX-CELIDA/execution-engine/commit/52dcf885da070d03f8a5cbeab7bcf179c653521b))
9+
10+
### Fix
11+
* fix(graph): dose info in nodes ([`0848d88`](https://github.com/CODEX-CELIDA/execution-engine/commit/0848d880d5d213f2cd1bb88b1bcafa1b4eba3850))
12+
* fix: interval ffill until observation_window end ([`4c9ade1`](https://github.com/CODEX-CELIDA/execution-engine/commit/4c9ade125d6566a5fc2e77b2d168519636c10dec))
13+
* fix(viz): display of 0 sec entries ([`51d5304`](https://github.com/CODEX-CELIDA/execution-engine/commit/51d5304e46e8d3e8fff91f058a02abb0139f3d89))
14+
* fix: tidal volume for <110 cm height ([`7833827`](https://github.com/CODEX-CELIDA/execution-engine/commit/7833827596bd5667d60f0db0a36aac43579b5b27))
15+
* fix(viz): displaying recommendation name ([`2b4c5a5`](https://github.com/CODEX-CELIDA/execution-engine/commit/2b4c5a5c31184ea2d522b6c041faa1198094606a))
16+
* fix(viz-backend): database timezone setting ([`5c00d67`](https://github.com/CODEX-CELIDA/execution-engine/commit/5c00d67cac8c91aec4500eecfe96ece31ff450ce))
17+
* fix(viz-frontend): colors, sorting, display ([`531c6ab`](https://github.com/CODEX-CELIDA/execution-engine/commit/531c6ab0fe5e79c9537efaab6eba03ee1137b2f4))
18+
19+
### Performance
20+
* perf(viz-backend): interval per person ([`99c7d51`](https://github.com/CODEX-CELIDA/execution-engine/commit/99c7d510b0f287facc418ba1dc35c84bec848c93))
21+
22+
### Refactor
23+
* refactor: renamed IntervalWithType ([`a6e2b1f`](https://github.com/CODEX-CELIDA/execution-engine/commit/a6e2b1f2adcd0f2ee0eab6014bf40921162d1ae8))
24+
* refactor: removed portion dependency ([`a220ac7`](https://github.com/CODEX-CELIDA/execution-engine/commit/a220ac7b0492fc56f624f7c084cd8d4a1071852e))
25+
26+
### Test
27+
* test: adapted to measurement value forward filling until end of observation window ([`a27eef6`](https://github.com/CODEX-CELIDA/execution-engine/commit/a27eef6d6525ca3cc52b1008dbfb7196a14207a1))
28+
* test: ffill with observation window ([`14e6187`](https://github.com/CODEX-CELIDA/execution-engine/commit/14e6187b717276a7224232810ce954e86ffa6bf2))
29+
30+
### Unknown
31+
32+
333
## v2.2.0 (2024-08-07)
434

535

execution_engine/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.0"
1+
__version__ = "2.3.0"

0 commit comments

Comments
 (0)