------------- - General - Communicate with GAMS executable via socket instead of spawning a new job everytime. - Documentation - Adjust debugging page according to the new .gms generation rules. - Update installation page to adjust to the new licensing scheme. - Testing - Add new tests to verify correct license installation and listing solvers.
0.12.7
------------- - General - Fix equation/variable listing bug. - Exclude autogen statements in generateGamsString raw. - Upgrade gamspy_base and gamsapi versions to 47.1.0. - Fix parameter equality bug in equations. - Set upper bound of numpy version below 2 until gamsapi supports it. - Documentation - Fix the alignment of code section in debugging page. - Testing - Add test to verify the correctness of parameter equality in equations.
0.12.6
------------- - General - Do not open gdx file in case there is nothing to load. - Fix solver capability check bug. - Enable explicit expert synchronization for symbols. - Fix dist function in math package. Testing - Adapt generateGamsString tests to new the gdx load logic. - Add test for the solver capability bug. - Test explicit expert synchronization for symbols.
0.12.5
------------- - General - Do not pick the default solver if the given solver is not compatible with the problem type. - Add extrinsic function support. - Expose addGamsCode to user. - Refactor the underlying implementation of options. - Show better error messages. - Fix number of arguments that log_gamma takes. - Rename getStatement to getDeclaration. - Testing - Add tests for extrinsic functions. - Test whether the given solver is capable of solving the problem type. - Add an addGamsCode test for each problem type. - Test Jupyter Notebooks in docs automatically. - update log option tests. - Documentation - Remove unnecessary GTP functions from documentation - Add a doctest for addGamsCode. - Update the documentation on generating log files.
0.12.4
------------- - General - Add checks on model name. - Adjust when to throw an exception and when to throw a warning for different SolveStatus values. - Make autogenerated model attribute symbol names independent of the model name. - Do not allow expressions and symbols to be used as truth values. - Add deprecation message for getStatement and expose getDeclaration and getDefinition. - Override __repr__ and __str__ of Container. - Synchronize gamspy_base and gamsapi versions. - Testing - Test invalid model names. - Add tests for expressions and symbols that are used as truth values. - Add tests for __repr__ and __str__ of Container.
0.12.3
------------- - General - Set log and listing file option relative to os.cwd instead of workspace.working_directory. - Simplify expression generation and fix incorrect expression data. - Add logoption=4. - Add show_raw option to the generateGamsString function. - Testing - Test relative path for listing file and log file creation options. - Update log option tests. - Add new tests for generateGamString. - Documentation - Remove the remnants of .definition and .assignment syntax from documentation. - Fix the example in gamspy for gams users. - Add notes about the equivalent operation in GAMS to .where syntax in GAMSPy. - Update the documentation for debugging with generateGamsString.