Releases: NREL/alfalfa-client
Releases · NREL/alfalfa-client
v0.7.0
What's Changed
- Update to new Alfalfa REST API by @TShapinsky in #64
- Add check for model file before attempting to upload by @TShapinsky in #65
- Removed unneeded and deprecated dependencies
- Cleaned up and streamlined repository
- Updated README.md to current state of project
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Handle outputs before values are populated by @TShapinsky in #56
- Update OS 3.6.1 EP 23.1.0 by @TShapinsky in #59
- Generate Python docs on merge to main by @TShapinsky in #55
- Python version testing matrix by @TShapinsky in #58
- Properly remove trailing / from URL by @TShapinsky in #60
- remove constraint of <3.11 for python by @TShapinsky in #61
- Bump version to 0.6.0 by @TShapinsky in #62
Full Changelog: v0.5.0...v0.6.0
v0.5.0
- Drop support for Python 3.7
- Move from QraphQL 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 argument
- submit() 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 and create_run_from_model methods
url
argument in constructor changed tohost
- Added
status
method to get Run status - Added
get_error_log
to get Run error log - Added
upload_model
andcreate_run_from_model
methods - Renamed
inputs
toget_inputs
- Renamed
outputs
toget_outputs
- Renamed
setInputs
toset_inputs
get_sim_time
returns Datetime- Added
get_alias
andset_alias
- Added consisted docstrings and type hinting
v0.4.0
- Update alfalfa-client for alfalfa 0.4.0 release
v0.3.1
- Bugfixes for alfalfa release 0.3.0
v0.3.0
- Upgrade dependencies
- Release for Alfalfa 0.3.0
v0.2.1
- Upgrade dependencies to increase compatibility with python 3.7+
v0.2.0
What's Changed
New Contributors
- @TShapinsky made their first contribution in #24
Full Changelog: v0.1.1...v0.2.0
Version 0.1.1
- Fix the
exteralClock
to allow passing either a boolean or a string
Version 0.1.0-dev7
- Update importlib-metadata to latest