What’s new¶
2021.4.7¶
Add
model.disutility
, code for setting up structure and data for generalized consumer disutility (PR #13)
2021.3.24¶
Add Years or time periods (year/*.yaml), YAML data files,
ScenarioInfo.year_from_codes()
and associated tests (GH #11, PR #12)
2021.3.22¶
Migrate
model.bare
,model.build
,model.cli
, and associated documentation (PR #9:)Migrate utilities:
ScenarioInfo
,add_par_data()
,eval_anno()
,iter_parameters()
, andstrip_par_data()
.
2021.3.3¶
PR #8: Migrate
util.click
,util.logging
; expand documentation.Context.clone_to_dest()
method replacesclone_to_dest()
function.Build PDF documentation on ReadTheDocs.
Allow CLI commands from both
message_ix_models
andmessage_data
via mix-models.Migrate mix-models techs CLI command.
2021.2.28¶
PR #5: Migrate
Context
class andtesting
module frommessage_data
.Add
load_private_data()
,package_data_path()
,private_data_path()
.Document: Data, metadata, and configuration and Command-line interface.
PR #6: Update node codelists to ensure they contain both current and former ISO 3166 codes for countries that have changed status. For instance, ANT dissolved into BES, CUW, and SXM in 2010; all four are included in R11_LAM so this list can be used to handle data from either before or after 2010.
2021.2.26¶
PR #2: Add
get_codes()
and related code lists.PR #3: Add
MessageDataFinder
and document Migrating from message_data.
2021.2.23¶
Initial release.