------------------------------------------------------------------------------- - General - Fix missing atttributes of Alias such as .first, .last etc. - Fix global option bug - Display summary on Jupyter Notebook. - Testing - Add tests for Alias attributes.
------------------------------------------------------------------------------- - General - Generate expression representation as soon as it is created to avoid tall recursions. - Find variables in equations by iteratively traversing instead of doing recursion. - Add NEOS Server as a backend to solve models. - Fix domain for the equations that were specified in the constructor of the equation. - Check if the container of domain symbols of a symbol match with the symbol's container. - Check if the container is valid before running the model. - Documentation - Add documentation for NEOS backend. - Testing - Add NEOS Server as a backend to solve models. - Add tests for NEOS backend. - Add tests for equations that were defined in the constructor. - Add tests for checking the containers of domain symbols.
------------------------------------------------------------------------------- - General - Fix the issue of not setting options that are set to 0 (bug fix) - Testing - Remove duplicated equations in models for MCP models.
------------------------------------------------------------------------------- - General - Fix not equals overload of Ord and Card operations (bug fix) - Refactor generation of GAMS string - Documentation - Move doc dependencies to pyproject.toml
------------------------------------------------------------------------------- - General - Allow creating log file in working directory. - Forbid extra arguments for pydantic models (Options, EngineCofig) - Documentation - Update model options table - Update jupyter notebook examples - Testing - Adapt tests to new Options class instead of using dictionary.
------------------------------------------------------------------------------- - General - Write and read only dirty symbols instead of all symbols to improve performance (~30% improvement on running all model library models). - Make gdx file names thread safe by using uuid. - Documentation - Fix api reference for inherited members. - Make execution modes and debugging section of container documentation a separate page. - Testing - Add a new test for sending extra files to GAMS Engine. - Add scripts/atomic_conda_env.py to avoid race condition for parallel builds in the pipeline.