Skip to content

Commit 0cf17ad

Browse files
committed
hotfix; minor version update
1 parent 3b51f19 commit 0cf17ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Use new covariate groups and confounding scores per metric. Confounding scores are now a dictionary with keys ate, erf, ite, and importance. The first three correspond to the error scores (absolute ate error, mean absolute erf error, mean root-mean-squared ite error) using a baseline model from autogluon. The importance scores correspond to the max of min(outcome_importance, treatment_importance), which are the previously used scores.
66
- Updated `env.py` to allow for different data formats since data collections in `space-data` can now use `.parquets`, `.graphmlz` and other compressed formats to make read speed and storage more efficient.
7+
- Updated `env.py` to read index col as string for tab and csv files to avoid issues with integer indices.
78

89
### Changed
910

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def read_requirements(file):
1212

1313
setup(
1414
name="spacebench",
15-
version="0.1.4",
15+
version="0.1.5",
1616
author=(
1717
"Mauricio Tec, Ana Trisovic, Audirac, Michelle, Jie Hu,"
1818
"Sophie Mirabai Woodward, Naeem Khoshnevis, Francesca Dominici"

0 commit comments

Comments
 (0)