Skip to content

Commit c7df769

Browse files
authored
Minor updates to support dev of oreum_survival and oreum_cs_lung (#117)
* + improve plot_cat_ct to allow categorical ordering +improve _force_dtypes to yield a real np.nan * + update BasePYMCModel to create a self.id based on model version and dataset + updated a few model plots to display mdl.id * created BasePYMCModel.mdl_id and mdl_id_fn and updated everywhere to use it for plot titles and filenames + removed references to get_mdlvt_specific_nm * + updated replace_obs to allow obs_nm renaming * + clarified index columns in describe + improved plot_compare * + new error handling in print_rvs + improved function sig for plot_ppc and added more explanation + improved var_names in forestplot_single and forestplot_multiple * + improved plot_ppc + improved display_fw output + removed _create_dfcmb_big not using * + improve DatatypeConverter to rename ordinal handling + improve DatasetReshaper.create_dfcmb to use preexisting dtypes + simplify Transformer to use cat.categorical or .codes * + improve bool vs boolean handling in DatatypeConverter and get_fts_by_dtype * + improvements to Transformer + improvements to plots * + corrected order of events in Transformer._transform + improved plots * + improve describe * + update sample_posterior_predictive to allow use of a posterior dataset _not_ self.posterior + minor improvements to plots * + added new mt.plot_yhat_vs_y * + improved mt.calc_rmse + improved eda.plot_rmse_range + removed plot_rmse_range_pair + update version * + bugfix on figureio.read + improvements to plots + clarification in get/set_scale * + improved plot_estimate * + ready for release
1 parent 0391f61 commit c7df769

13 files changed

+509
-445
lines changed

assets/img/interrogate_badge.svg

+4-4
Loading

oreum_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""Core tools for use on projects by Oreum Industries"""
1616
import logging
1717

18-
__version__ = "0.9.0"
18+
__version__ = "0.9.1"
1919

2020
# logger goes to null handler by default
2121
# packages that import oreum_core can override this and direct elsewhere

0 commit comments

Comments
 (0)