Skip to content

Tags: PREP-NexT/PREP-SHOT

Tags

v1.0

Toggle v1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #34 from Zhanwei-Liu/main

Enable Git LFS for large files

v0.1.2

Toggle v0.1.2's commit message
Added:

- Added mathematical notations to the constraint module.
- Added a test script for `prepshot.utils`.

Fixed:

- Fixed the format of the API reference.
- Fix code blocks of documentation
- Updated `Contribution.rst` to include context on running tests and code style checks.
- Defined explicit data types for inputs and outputs of functions for better type checking and readability.
- Added `pyoptinterface._src.core_ext` to Pylint's extension package allow list to resolve cpp-extension-no-member warning.

Changed:

- Updated `model.py` to keep necessary decision variables and use expressions for intermediate variables instead of direct determination.
- Refactored `extract_results_non_hydro` in `output_data.py` to extract common features for different variables, simplifying the code.
- Removed definitions of complex sets and opted for simple sets wherever possible to streamline the code.
- Refactor: Organize import order of modules according to PEP 8 guidelines: (1) Grouped standard library imports at the top; (2) Followed by third-party library imports (3) Local application/library imports at the bottom

v0.1.1

Toggle v0.1.1's commit message
Version 0.1.1

0.1.0

Toggle 0.1.0's commit message
Release version 0.1.0

pyomo-performance-tests

Toggle pyomo-performance-tests's commit message
Performance testing for Pyomo model building time

POI-performance-tests

Toggle POI-performance-tests's commit message
Performance testing for PyOptInterface model building time

JuMP-performance-tests

Toggle JuMP-performance-tests's commit message
Performance testing for JuMP model building time