Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.

Releases: NatLabRockies/hive

v1.3.1

Choose a tag to compare

@robfitzgerald robfitzgerald released this 16 Jun 15:57

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

Choose a tag to compare

@nreinicke nreinicke released this 09 Jun 20:47
388615c

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

Choose a tag to compare

@robfitzgerald robfitzgerald released this 17 Apr 22:14

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

Choose a tag to compare

@robfitzgerald robfitzgerald released this 03 Apr 22:00

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

Choose a tag to compare

@nreinicke nreinicke released this 16 Mar 16:42
273859c

What's Changed

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

v1.1.0

Choose a tag to compare

@nreinicke nreinicke released this 09 Feb 18:38

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

Choose a tag to compare

@robfitzgerald robfitzgerald released this 28 Oct 18:58

the first official open-source release of HIVE.

v0.8.5

Choose a tag to compare

@robfitzgerald robfitzgerald released this 17 Nov 19:22

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

Choose a tag to compare

@robfitzgerald robfitzgerald released this 03 Nov 15:43

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

v0.8.3

Choose a tag to compare

@robfitzgerald robfitzgerald released this 02 Nov 22:20

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