What's Changed
- bugfix: Fixed multiplication with numpy constants by @RobbieKiwi in #494
- fix: lp-polars api by @CharlieFModo in #485
- Replace pandas-based LP file writing with polars implementation by @FabianHofmann in #496
- perf: use xpress c interface, xpress solution order of operations improvement, remove writing of redundant solution files by @CharlieFModo in #497
- Fix windows permission error when dumping model file by @KristijanFaust-OET in #501
- Oetc windows hotfix 2 by @KristijanFaust-OET in #503
- doc: add jupyter notebook with oetc example use by @FabianHofmann in #490
- fix: relaxed upcasting in pl.concat by @FabianHofmann in #507
- Fetch and display OETC worker error logs by @KristijanFaust-OET in #512
- Fix expression merge with outer join for disjoint coordinates by @FabianHofmann in #514
- Feature/add polars input by @RobbieKiwi in #511
- Handle ImportError in xpress import by @FabianHofmann in #509
- Adding xpress postsolve if necessary by @come-bissuel in #421
New Contributors
- @CharlieFModo made their first contribution in #485
- @KristijanFaust-OET made their first contribution in #501
- @come-bissuel made their first contribution in #421
Full Changelog: v0.5.7...v0.5.8