Skip to content

Releases: NREL/hive

v1.3.1

16 Jun 15:57
Compare
Choose a tag to compare

This patch adds additional fixes to HIVE to ensure deterministic runs.

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

09 Jun 20:47
388615c
Compare
Choose a tag to compare

Special thanks to all the PyCon 2023 contributors on this release!

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2

17 Apr 22:14
Compare
Choose a tag to compare

includes a missing and urgent update for running shortest path searches based on travel times, as well as documentation improvements. this doesn't break any outward-facing APIs but there is a new assumption that road networks have a travel_time field on their links (in seconds).

commit diff from v1.2.1

v1.2.1

03 Apr 22:00
Compare
Choose a tag to compare

What's Changed

default dispatcher model overrides servicing instructions with charging instructions. was set to do the opposite, but this could lead to energy starvation (OutOfService) agents in periods of heavy demand and isn't a rational default model.

(Full Changelog)

v1.2.0

16 Mar 16:42
273859c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

09 Feb 18:38
Compare
Choose a tag to compare

This release includes a variety of bugfixes and new features.

  • #108 MyPy was applied to the codebase and all type errors were addressed
  • #119 custom initialization functions can be utilized to support extensions that need to add a custom component to the simulation.
  • #120 Units in hive are now an enum
  • #121 Adds a new OSMRoadNetwork.from_polygon() method for ease of building road networks
  • #122 Bugfix for charge queuing vehicle state transition

v1.0.0

28 Oct 18:58
Compare
Choose a tag to compare

the first official open-source release of HIVE.

v0.8.5

17 Nov 19:22
Compare
Choose a tag to compare

this patch to version 0.8 of HIVE adds some time step reporting features and allows hive-distributed to unify the scenario output directory suffix for separate hive runs.

v0.8.4

03 Nov 15:43
Compare
Choose a tag to compare

this patch adds timestep-accumulated logging to hive v0.8 along with some minor changes.

v0.8.3

02 Nov 22:20
Compare
Choose a tag to compare

this release adds the following features to hive:

  • pooling physics
    • allows for assigning a pooling trip but not yet updating a pooling trip
    • no dispatcher implemented
  • API for co-simulation with hive (crank hive externally)
  • naming changes in support of hive technical report
  • fixes to support repositioning in hive-distributed