Skip to content

sasoptpy v0.1.1

Compare
Choose a tag to compare
@sertalpbilal sertalpbilal released this 26 Feb 21:06
· 583 commits to master since this release

v0.1.1 (February 26, 2018)

New Features
+++++++++

  • Initial value argument 'init' is added for Variable objects
  • Variable.set_init method is added for variables
  • Initial value option 'primalin' is added to Model.solve method
  • Table name argument 'name', table drop option 'drop' and replace
    option 'replace' are added to Model.solve method
  • Decomposition block implementation is rewritten, block numbers does
    not need to be consecutive and ordered Model.upload_user_blocks
  • VariableGroup.get_name and ConstraintGroup.get_name methods
    are added
  • Model.test_session method is added for checking if session is defined
    for models
  • quick_sum function is added for faster summation of
    Expression objects

Changes
++++++

  • methods.py is renamed to utils.py

Bug Fixes
++++++

  • Fixed: Crash in VG and CG when a key not in the list is called
  • Fixed: get_value of pandas is depreceated
  • Fixed: Variables can be set as temporary expressions
  • Fixed: Ordering in get_solution_table is incorrect for multiple entries