Ilpy

Latest version: v0.4.0

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

Scan your dependencies

0.4.0

What's Changed
* ci: update pre-commit and fix ci by tlambert03 in https://github.com/funkelab/ilpy/pull/39
* build: fix build for cython >=3, remove compile-time warnings by tlambert03 in https://github.com/funkelab/ilpy/pull/40
* test: remove breakpoints and update coverage on expressions by tlambert03 in https://github.com/funkelab/ilpy/pull/42
* ci: add c++ coverage by tlambert03 in https://github.com/funkelab/ilpy/pull/45
* fix: fix bug in scip freeConstraints and gurobi setConstraints crash by tlambert03 in https://github.com/funkelab/ilpy/pull/44
* ci(dependabot): bump conda-incubator/setup-miniconda from 2 to 3 by dependabot in https://github.com/funkelab/ilpy/pull/47
* docs: add sphinx docs by tlambert03 in https://github.com/funkelab/ilpy/pull/51
* ci(dependabot): bump actions/upload-pages-artifact from 2 to 3 by dependabot in https://github.com/funkelab/ilpy/pull/52
* ci(dependabot): bump actions/deploy-pages from 3 to 4 by dependabot in https://github.com/funkelab/ilpy/pull/53
* ci(dependabot): bump actions/setup-python from 4 to 5 by dependabot in https://github.com/funkelab/ilpy/pull/54
* ci(dependabot): bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/funkelab/ilpy/pull/55
* feat: Add event callback to solver backend to monitor progress by tlambert03 in https://github.com/funkelab/ilpy/pull/56
* feat: Improve structure of data provided to event callbacks, extract more stats and provide type hints for callback data by tlambert03 in https://github.com/funkelab/ilpy/pull/57


**Full Changelog**: https://github.com/funkelab/ilpy/compare/v0.3.1...v0.4.0

0.3.1

What's Changed
* feat: allow Constraints.add to accept an expression by tlambert03 in https://github.com/funkelab/ilpy/pull/36
* feat: allow indexing solution with Variable instance by tlambert03 in https://github.com/funkelab/ilpy/pull/35
* update set_coeff types to allow Variable by tlambert03 in https://github.com/funkelab/ilpy/pull/37


**Full Changelog**: https://github.com/funkelab/ilpy/compare/v0.3.0...v0.3.1

0.3.0

What's Changed
* Use pyproject for everything but cython by tlambert03 in https://github.com/funkelab/ilpy/pull/8
* Add expression objects, convertible to LinearConstraints by tlambert03 in https://github.com/funkelab/ilpy/pull/9
* expose QuadraticObjective.getQuadraticCoefficients method as get_quadratic_coefficients by tlambert03 in https://github.com/funkelab/ilpy/pull/11
* Wrap quadratic constraints by tlambert03 in https://github.com/funkelab/ilpy/pull/12
* fix: fix typing in wrapper.pyi by tlambert03 in https://github.com/funkelab/ilpy/pull/18
* remove conda folder by tlambert03 in https://github.com/funkelab/ilpy/pull/19
* Add conversion from Expression to Objective by tlambert03 in https://github.com/funkelab/ilpy/pull/13
* Linting by tlambert03 in https://github.com/funkelab/ilpy/pull/20
* Support quadratic expressions to Objective by tlambert03 in https://github.com/funkelab/ilpy/pull/15
* fix objective size when setting quadratic term by tlambert03 in https://github.com/funkelab/ilpy/pull/25
* Test coverage of cython files by tlambert03 in https://github.com/funkelab/ilpy/pull/29
* change return type of Solver.solve from tuple to Solution instance by tlambert03 in https://github.com/funkelab/ilpy/pull/30
* support non-convex quadratic objectives/constraints in gurobi by tlambert03 in https://github.com/funkelab/ilpy/pull/28
* Add `from_coefficients` class methods to Constraint and Objective by tlambert03 in https://github.com/funkelab/ilpy/pull/21
* allow add_constraint and add_objective to accept expressions by tlambert03 in https://github.com/funkelab/ilpy/pull/23
* Add functional `solve` API, use it for tests by tlambert03 in https://github.com/funkelab/ilpy/pull/22
* bump version to 0.3.0 by tlambert03 in https://github.com/funkelab/ilpy/pull/31
* add dependabot to update CI deps automatically by tlambert03 in https://github.com/funkelab/ilpy/pull/33
* add license file by tlambert03 in https://github.com/funkelab/ilpy/pull/32
* ci(dependabot): bump codecov/codecov-action from 2 to 3 by dependabot in https://github.com/funkelab/ilpy/pull/34

New Contributors
* dependabot made their first contribution in https://github.com/funkelab/ilpy/pull/34

**Full Changelog**: https://github.com/funkelab/ilpy/compare/v0.2.3...v0.3.0

0.2.3

**Full Changelog**: https://github.com/funkelab/ilpy/compare/v0.2.2...v0.2.3

0.2.2

What's Changed
* go back to star import, bump version to 0.2.2 by tlambert03 in https://github.com/funkelab/ilpy/pull/7


**Full Changelog**: https://github.com/funkelab/ilpy/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* Conda by tlambert03 in https://github.com/funkelab/ilpy/pull/1
* find gurobi if present, test on ci by tlambert03 in https://github.com/funkelab/ilpy/pull/2
* add stub by tlambert03 in https://github.com/funkelab/ilpy/pull/3
* Add pypi sdist deployment by tlambert03 in https://github.com/funkelab/ilpy/pull/4
* test: test on windows by tlambert03 in https://github.com/funkelab/ilpy/pull/5
* bump version to 0.2.1 by tlambert03 in https://github.com/funkelab/ilpy/pull/6

New Contributors
* tlambert03 made their first contribution in https://github.com/funkelab/ilpy/pull/1

**Full Changelog**: https://github.com/funkelab/ilpy/commits/v0.2.1

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.