- Add method to check if user-provided model component names mask pyaugmecon-added component names
- Update LICENSE
- Update readme to include other solvers
- Fix Pandas warning
- Fix dependencies
- Update dependencies
- Correctly enqueue items such that the work can be redistributed when a process finishes its work
- Use new Pyomo 6.6.1 method to
close()
Gurobi and prevent duplicate instances, thanks @torressa
- Update dependencies
- Make QueueHandler work on MacOS #5, thanks @yvanoers
- Add new methods for solution retrieval
- Add Python 3.10 to supported versions
- Decision variables are now stored in a dictionary together with the objective values
- More details in the documentation
- Again fix package dependencies to prevent breaking changes
- Update dependencies
- Relax dependency requirements
- Remove default solver options when setting them to
None
- Fix issue with mixed min/max objectives
- Fix dependency versions after issue with change in Pymoo API
- Incorrectly bumped version, no change from 0.1.3
- Trigger new release for Zenodo
- Move process timeout check to seperate thread to prevent a deadlock
-
Add more detailed installation instructions to README and fix typos
-
Add CHANGELOG
-
🎉 First published version!
-
Alpha quality