We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3964ccd commit f7aff91Copy full SHA for f7aff91
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.0.7
4
+
5
+- Update readme to include other solvers
6
+- Fix Pandas warning
7
8
## 1.0.6
9
10
- Fix dependencies
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pyaugmecon"
-version = "1.0.6"
+version = "1.0.7"
requires-python = ">=3.8"
authors = [{ name = "Wouter Bles", email = "[email protected]" }]
description = "An AUGMECON based multi-objective optimization solver for Pyomo."
0 commit comments