Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
csinva committed Mar 23, 2023
1 parent b4246ae commit 956bcef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imodelsx/process_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ def sem(x):
# .mean(numeric_only=True)
.reset_index()
)
df_avg.columns = [x[0]+'_err' if x[1] == 'sem' else x[0] for x in df_avg.columns]
df_avg.columns = [x[0] + '_err' if x[1] == 'sem' else x[0] for x in df_avg.columns]
return df_avg
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setuptools.setup(
name="imodelsx",
version="0.11",
version="0.12",
author="Chandan Singh, John X. Morris, Armin Askari",
author_email="[email protected]",
description="Library to explain a dataset in natural language.",
Expand Down

0 comments on commit 956bcef

Please sign in to comment.