Skip to content

Releases: NREL/alfalfa-client

v0.6.0

08 Aug 21:31
401cc01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

27 Mar 19:40
b687568
Compare
Choose a tag to compare
  • 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 to host
  • Added status method to get Run status
  • Added get_error_log to get Run error log
  • Added upload_model and create_run_from_model methods
  • Renamed inputs to get_inputs
  • Renamed outputs to get_outputs
  • RenamedsetInputs to set_inputs
  • get_sim_time returns Datetime
  • Added get_alias and set_alias
  • Added consisted docstrings and type hinting

v0.4.0

30 Sep 15:02
4b85458
Compare
Choose a tag to compare
  • Update alfalfa-client for alfalfa 0.4.0 release

v0.3.1

30 Jun 20:53
a8b589b
Compare
Choose a tag to compare
  • Bugfixes for alfalfa release 0.3.0

v0.3.0

28 Jun 16:09
741948a
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Release for Alfalfa 0.3.0

v0.2.1

12 May 22:57
7cade51
Compare
Choose a tag to compare
  • Upgrade dependencies to increase compatibility with python 3.7+

v0.2.0

15 Apr 17:52
2ff4196
Compare
Choose a tag to compare

What's Changed

  • Alfalfa uses modelName instead of osmName by @nllong in #21

New Contributors

Full Changelog: v0.1.1...v0.2.0

Version 0.1.1

21 Jan 16:43
876b4cb
Compare
Choose a tag to compare
  • Fix the exteralClock to allow passing either a boolean or a string

Version 0.1.0-dev7

17 Feb 19:51
Compare
Choose a tag to compare
Version 0.1.0-dev7 Pre-release
Pre-release
  • Update importlib-metadata to latest

Version 0.1.0-dev5

28 Dec 18:42
5ecda0c
Compare
Choose a tag to compare