Skip to content

Releases: atlarge-research/opendc

OpenDC v4 pre-release 7

24 Jan 15:02
7066dbc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0.rc6...v4.0.0.rc7

OpenDC v4 pre-release 6

15 Jan 09:58
39aeb8e
Compare
Choose a tag to compare

Updated backend systems for correctness.
Added improved tests to make sure OpenDC stay correct.

What's Changed

Full Changelog: v4.0.0.rc5...v4.0.0.rc6

OpenDC v4 pre-release 5

06 Dec 16:08
8bbc3de
Compare
Choose a tag to compare

Improved Multiplexer and renamed it to FlowDistributor.

Improved Performance.

Added Tests.

What's Changed

Full Changelog: v4.0.0.rc4...v4.0.0.rc5

OpenDC v4 pre-release 4

28 Nov 10:53
9e99bf2
Compare
Choose a tag to compare

Added several improvements to performance.

What's Changed

Full Changelog: v4.0.0.rc3...v4.0.0.rc4

OpenDC v4 pre-release 3

07 Nov 19:06
279f2a3
Compare
Choose a tag to compare

Fixed a small power source bug

What's Changed

Full Changelog: v4.0.0.rc2...v4.0.0.rc3

OpenDC v4 pre-release 2

06 Nov 13:03
4e8ca5d
Compare
Choose a tag to compare

Fixed a small problem that caused OpenDC to not stop when a task could not be scheduled on the hardware.

What's Changed

Full Changelog: v4.0.0.rc1...v4.0.0.rc2

OpenDC v4 pre-release 1

05 Nov 07:07
f3e578a
Compare
Choose a tag to compare

The pre-release of the fourth version of OpenDC.

This version completely rewrites the flow network at the core of OpenDC.

What's Changed

Full Changelog: v3.1b...v4.0.0.rc1

OpenDC 3.1b

22 Aug 15:21
f9ffdfb
Compare
Choose a tag to compare

OpenDC 3.1b extends both the input and the output of OpenDC.

The topology.json file now also accepts strings instead of numbers. When using strings as an input, the user can specify the unit of the value. See #242 for more info.

A user can now specify which columns should be exported by OpenDC. This can be useful when running large experiments. See #241 for more information.

What's Changed

  • updated ScenarioFactory and ScenarioSpec by @DanteNiewenhuis in #239
  • Added Unit of measurament system with new deserialization by @T0mexX in #242
  • Refactored parquet exporters, dynamic selection of output columns by @T0mexX in #241

New Contributors

Full Changelog: v3.1a...v3.1b

OpenDC 3.1a

19 Jul 07:32
461bfa6
Compare
Choose a tag to compare

Fixed a small typo preventing the OpenDCScenarioRunner to run properly

What's Changed

  • Fixed typo in gradle build file that caused the distribution to not run. by @DanteNiewenhuis in #237

Full Changelog: v3.1...v3.1a

OpenDC 3.1

12 Jul 12:21
a17e7ed
Compare
Choose a tag to compare

This release updates almost all components from the 3.0 release.
Most important changes:

  • Reworked the scenario implementation to use JSON files
  • Reworked the topology implemenation to use JSON files
  • Implemented carbon traces to determine the carbon emissions
  • Reworked Failure Models

What's Changed

New Contributors

Full Changelog: v3.0-rc1...v3.1