Pypsa

Latest version: v0.31.2

Safety actively analyzes 685838 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 12 of 17

0.3.10

What's Changed
* Update release_notes.rst by aurelije in https://github.com/PyPSA/linopy/pull/282
* Consolidate getitem functionality by FabianHofmann in https://github.com/PyPSA/linopy/pull/285
* add examples.py by FabianHofmann in https://github.com/PyPSA/linopy/pull/286
* Explicit properties inheritance by FabianHofmann in https://github.com/PyPSA/linopy/pull/287
* io: use reshape instead of ravel to avoid copy by FabianHofmann in https://github.com/PyPSA/linopy/pull/289
* Polars based LP file writer by FabianHofmann in https://github.com/PyPSA/linopy/pull/291
* Workflow for auto releasing on GH by leuchtum in https://github.com/PyPSA/linopy/pull/292
* Fh/fix 266 by apfelix in https://github.com/PyPSA/linopy/pull/290
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/linopy/pull/296
* xarray methods additions by FabianHofmann in https://github.com/PyPSA/linopy/pull/297


**Full Changelog**: https://github.com/PyPSA/linopy/compare/v0.3.9...v0.3.10

0.3.9

What's Changed
* matrices: add dual attribute by FabianHofmann in https://github.com/PyPSA/linopy/pull/258
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/linopy/pull/259
* avoid using highs_bindings, they are not needed and are removed in 1.7.1.dev by apfelix in https://github.com/PyPSA/linopy/pull/264
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/linopy/pull/268
* Added the new pdlp solver (highs > 1.7) to the description, added warning by Cellophil in https://github.com/PyPSA/linopy/pull/267
* Add function for querying attributes of solver model by Irieo in https://github.com/PyPSA/linopy/pull/247
* Update JuMP syntax in syntax.rst by odow in https://github.com/PyPSA/linopy/pull/272
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/linopy/pull/273
* properly handle constraint assignment with constants when using args by FabianHofmann in https://github.com/PyPSA/linopy/pull/274
* add_constraints: allow rhs to be expression by FabianHofmann in https://github.com/PyPSA/linopy/pull/277
* expressions & variables: add expand_dims and stack functions by FabianHofmann in https://github.com/PyPSA/linopy/pull/278
* remove cplex from macos solver deps by FabianHofmann in https://github.com/PyPSA/linopy/pull/280
* add python 3.12 to CI by FabianHofmann in https://github.com/PyPSA/linopy/pull/184
* Renamed kw `dims` of `LinearExpression.sum` & `Variable.sum` to `dim` by leuchtum in https://github.com/PyPSA/linopy/pull/246
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/linopy/pull/276
* Support for integer/binary vars for MOSEK by ulfworsoe in https://github.com/PyPSA/linopy/pull/275
* replace setup.py by pyproject.yaml by FabianHofmann in https://github.com/PyPSA/linopy/pull/279

New Contributors
* apfelix made their first contribution in https://github.com/PyPSA/linopy/pull/264
* ulfworsoe made their first contribution in https://github.com/PyPSA/linopy/pull/275

**Full Changelog**: https://github.com/PyPSA/linopy/compare/v0.3.8...v0.3.9

0.3.8

What's Changed
* expression: add solution attribute to expression class by FabianHofmann in https://github.com/PyPSA/linopy/pull/249
* constraints & varaibles: add formatted attribute getter by FabianHofmann in https://github.com/PyPSA/linopy/pull/250
* Matmul and dot operation by FabianHofmann in https://github.com/PyPSA/linopy/pull/251
* test_optimization: print set of tested solvers by FabianHofmann in https://github.com/PyPSA/linopy/pull/252
* run ruff by FabianHofmann in https://github.com/PyPSA/linopy/pull/253


**Full Changelog**: https://github.com/PyPSA/linopy/compare/v0.3.7...v0.3.8

0.3.7

What's Changed
* Fix typo in documentation by staadecker in https://github.com/PyPSA/linopy/pull/241
* expression: support Expression init with constant values (pandas, numpy, scalar) by FabianHofmann in https://github.com/PyPSA/linopy/pull/242
* expression: ensure alignment with pandas dataframes and xarray dataarrays by FabianHofmann in https://github.com/PyPSA/linopy/pull/243
* Add quadratic objective support and 'direct' mode for MOSEK (superset of 226) by FabianHofmann in https://github.com/PyPSA/linopy/pull/244

New Contributors
* staadecker made their first contribution in https://github.com/PyPSA/linopy/pull/241

**Full Changelog**: https://github.com/PyPSA/linopy/compare/v0.3.6...v0.3.7

0.3.6

What's Changed
* Better doc by explicitly using __qualname__ instead of __repr__() by leuchtum in https://github.com/PyPSA/linopy/pull/238
* Improved pandas object alignment by FabianHofmann in https://github.com/PyPSA/linopy/pull/239
* constraint: fix mask attribute by FabianHofmann in https://github.com/PyPSA/linopy/pull/240


**Full Changelog**: https://github.com/PyPSA/linopy/compare/v0.3.5...v0.3.6

0.3.5

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/linopy/pull/222
* Code example for model.Model.linexpr now correctly displayed by leuchtum in https://github.com/PyPSA/linopy/pull/228
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/linopy/pull/229
* repr: use consistent dims order to determine order of display by FabianHofmann in https://github.com/PyPSA/linopy/pull/231
* Support power operation by FabianHofmann in https://github.com/PyPSA/linopy/pull/234
* add chaining operations by FabianHofmann in https://github.com/PyPSA/linopy/pull/235


**Full Changelog**: https://github.com/PyPSA/linopy/compare/v0.3.4...v0.3.5

Page 12 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.