Skip to content

Commit 047da2a

Browse files
committed
Merge branch 'main' of github.com:justin13601/ESGPTTaskQuerying
2 parents 38dd3f6 + b444cd7 commit 047da2a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<a href="https://www.python.org/downloads/release/python-3100/"><img alt="Python" src="https://img.shields.io/badge/-Python_3.10+-blue?logo=python&logoColor=white"></a>
77
<a href="https://pypi.org/project/es-aces/"><img alt="PyPI" src="https://img.shields.io/pypi/v/es-aces"></a>
88
<a href="https://hydra.cc/"><img alt="Hydra" src="https://img.shields.io/badge/Config-Hydra_1.3-89b8cd"></a>
9+
<a href="https://medical-event-data-standard.github.io/"><img alt="Hydra" src="https://img.shields.io/badge/MEDS-0.4.0-blue"></a>
910
<a href="https://codecov.io/gh/justin13601/ACES"><img alt="Codecov" src="https://codecov.io/gh/justin13601/ACES/graph/badge.svg?token=6EA84VFXOV"></a>
1011
<a href="https://github.com/justin13601/ACES/actions/workflows/tests.yaml"><img alt="Tests" src="https://github.com/justin13601/ACES/actions/workflows/tests.yaml/badge.svg"></a>
1112
<a href="https://github.com/justin13601/ACES/actions/workflows/code-quality-main.yaml"><img alt="Code Quality" src="https://github.com/justin13601/ACES/actions/workflows/code-quality-main.yaml/badge.svg"></a>
@@ -19,11 +20,11 @@
1920

2021
**Updates**
2122

22-
- **[2025-01-22]** ACES accepted to ICLR'25!
23-
- **[2024-12-10]** Latest `polars` version (`1.17.1`) is now supported.
23+
- **[2025-05-29]** Latest `MEDS` version (`0.4.0`) is now supported.
24+
- **[2025-04-25]** ACES presented at ICLR'25 in Singapore!
25+
- **[2025-04-20]** `polars` version (`1.27.1`) is now supported.
2426
- **[2024-10-28]** Nested derived predicates and derived predicates between static variables and plain predicates can now be defined.
2527
- **[2024-09-01]** Predicates can now be defined in a configuration file separate to task criteria files.
26-
- **[2024-08-29]** Latest `MEDS` version (`0.3.3`) is now supported.
2728
- **[2024-08-10]** Expanded predicates configuration language to support regular expressions, multi-column constraints, and multi-value constraints.
2829
- **[2024-07-30]** Added ability to place constraints on static variables, such as patient demographics.
2930
- **[2024-06-28]** Paper available at [arXiv:2406.19653](https://arxiv.org/abs/2406.19653).
@@ -38,7 +39,7 @@ This README provides a brief overview of this tool, instructions for use, and a
3839

3940
## Installation
4041

41-
### For MEDS v0.3.3
42+
### For MEDS v0.4.0
4243

4344
```bash
4445
pip install es-aces

src/aces/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,10 @@ def load(
11061106
"""Load a configuration file from the given path and return it as a dict.
11071107
11081108
Args:
1109+
cls: The TaskExtractorConfig class that is instantiated.
11091110
config_path: The path to which a configuration object will be read from in YAML form.
1111+
predicates_path: The path to which a predicates configuration object will be read from in
1112+
YAML form. Used to override predicates in the original configuration file.
11101113
11111114
Raises:
11121115
FileNotFoundError: If the file does not exist.

0 commit comments

Comments
 (0)