Published January 12, 2023
| Version v0.1
Software
Open
PyPSA/linopy: v0.1
Authors/Creators
- 1. University of Edinburgh
- 2. TU Berlin
Description
What's Changed
- Composition design review by @FabianHofmann in https://github.com/PyPSA/linopy/pull/63
- fix minor typos in doc strings by @lumbric in https://github.com/PyPSA/linopy/pull/70
- Refactor LinearExpression and Constraint using composition by @coroa in https://github.com/PyPSA/linopy/pull/55
- Support writing problem to MPS file by @FabianHofmann in https://github.com/PyPSA/linopy/pull/71
- Modularize tests by @FabianHofmann in https://github.com/PyPSA/linopy/pull/72
- fully support integer variables by @FabianHofmann in https://github.com/PyPSA/linopy/pull/73
- Add constants module for static parameter by @FabianHofmann in https://github.com/PyPSA/linopy/pull/74
- A set of constant status and termination conditions by @FabianHofmann in https://github.com/PyPSA/linopy/pull/76
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/PyPSA/linopy/pull/75
- Automatic summation of repeated variables by @FabianHofmann in https://github.com/PyPSA/linopy/pull/77
- Support diff operation for variables and expressions by @FabianHofmann in https://github.com/PyPSA/linopy/pull/79
- Filter out very small coefficients by @FabianHofmann in https://github.com/PyPSA/linopy/pull/80
- Improve representation of infeasible constraints by @FabianHofmann in https://github.com/PyPSA/linopy/pull/81
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/PyPSA/linopy/pull/82
- Improve representation by @FabianHofmann in https://github.com/PyPSA/linopy/pull/84
- supress disturbing output when cbc/glpk are no available_solvers by @jankaeh in https://github.com/PyPSA/linopy/pull/87
- Solver options printout by @FabianHofmann in https://github.com/PyPSA/linopy/pull/86
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/PyPSA/linopy/pull/83
- Improve repr follow up by @FabianHofmann in https://github.com/PyPSA/linopy/pull/88
- @jankaeh made their first contribution in https://github.com/PyPSA/linopy/pull/87
Full Changelog: https://github.com/PyPSA/linopy/compare/v0.0.15...v0.1
Files
PyPSA/linopy-v0.1.zip
Files
(368.4 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:e0d42be81d5577a8a1c4c06cfc17f313
|
368.4 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PyPSA/linopy/tree/v0.1 (URL)