Skip to content

Commit b0a48fc

Browse files
authored
Update Documentation (#182)
* Add documentation for missing arguments * Update README * Fix code quality
1 parent 3985f8d commit b0a48fc

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919

2020
**Updates**
2121

22-
- **[2025-01-22]** ACES accepted to ICLR'25!
23-
- **[2024-12-10]** Latest `polars` version (`1.17.1`) is now supported.
22+
- **[2025-05-29]** Latest `MEDS` version (`0.4.0`) is now supported.
23+
- **[2025-04-25]** ACES presented at ICLR'25 in Singapore!
24+
- **[2025-04-20]** `polars` version (`1.27.1`) is now supported.
2425
- **[2024-10-28]** Nested derived predicates and derived predicates between static variables and plain predicates can now be defined.
2526
- **[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.
2727
- **[2024-08-10]** Expanded predicates configuration language to support regular expressions, multi-column constraints, and multi-value constraints.
2828
- **[2024-07-30]** Added ability to place constraints on static variables, such as patient demographics.
2929
- **[2024-06-28]** Paper available at [arXiv:2406.19653](https://arxiv.org/abs/2406.19653).
@@ -38,7 +38,7 @@ This README provides a brief overview of this tool, instructions for use, and a
3838

3939
## Installation
4040

41-
### For MEDS v0.3.3
41+
### For MEDS v0.4.0
4242

4343
```bash
4444
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)