- Drop support for Python 3.7
- Move from QraplQL to REST API
- Renamed methods to standardize naming conventions
_many
methods replaced by allowing methods to take either a single item or a list as their first argumentsubmit()
will automatically zip folders (you no longer need to manually zip your OSWs if you don't want to)- Multiple runs can be created from the same model without reuploading by using
upload_model
andcreate_run_from_model
methods
- Release for Alfalfa 0.4.0
- Upgrade dependencies
- Release for Alfalfa 0.3.0
- Upgrade dependencies to increase compatibility with python 3.7+
- Rename graphQL endpoint from osmName to modelName. This is a breaking change.
- Fix the exteralClock to allow passing either a boolean or a string
- Update importlib-metadata to latest
Deleted from PyPi and untagged.
Date: 2020-12-28
- Update documentation, add tox testing
Date: 2020-04-01
- Migrate to new home repository
Date: 2020-01-07
- Initial release of the package