Skip to content

Releases: PyPSA/linopy

v0.2

23 Jun 13:12
Compare
Choose a tag to compare

Major extensions and refactoring. Among other new features, linopy now supports Quadratic Programming and LinearExpression which can include constant values.

See release notes for a full report of the changes.

v0.1.5

05 May 08:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

20 Mar 10:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

Linopy: Linear optimization with n-dimensional labeled variables

20 Mar 10:15
Compare
Choose a tag to compare

This is an archived version used for the publication in JOSS

v0.1.3

07 Feb 08:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

30 Jan 18:51
Compare
Choose a tag to compare

What's Changed

  • Fix representation for single constraints without coordinates by @FabianHofmann in #92

Full Changelog: v0.1.1...v0.1.2

v0.1.1

16 Jan 13:07
Compare
Choose a tag to compare

What's Changed

  • Make expression and constraint display more stable
  • Add global options setter @FabianHofmann in #90
  • Override coordinates in case the dimension of joined expressions/variables are exactly the same @FabianHofmann in #90
  • constraint display: fix case of all-masked constraints by @FabianHofmann in #91

Full Changelog: v0.1...v0.1.1

v0.1

12 Jan 15:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.15...v0.1

v0.0.15

11 Dec 21:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.14...v0.0.15

v0.0.14

13 Oct 14:20
Compare
Choose a tag to compare

New Features

  • Linopy now uses highspy as an interface to the HiGHS solver. This enables a direct and fast communication without needing to write an intermediate LP file.