Release 1.0.0
This release introduces a lot of smaller features that break backwards compatibility with release 0.1.0.
Changes:
- Problems now have a flag whether they are approximable
- Docstrings have been added and update to conform to the numpy standard
- Automated workflow that lints the code and docstrings and runs tests
- An arbitrary number of teams can now be associated with a match, using the new
Team
object. - Refactor the battle script, putting a lot of its functionality into a seperate
util
module