Skip to content

Releases: astra-sim/astra-network-analytical

Analytical Network Simulator v2.2.0

14 Jul 23:41
762bef8
Compare
Choose a tag to compare

Introduction

Analytical Network Backend v2.2.0 updates contribution-related documentations and mechanisms.

What's Changed

  • Formal code formatting process using clang-format
    • Related GitHub Actions
    • Automated script to run clang-format
  • Provides multiple GitHub Issue templates
  • Updates to Pull Request Template

Full Changelog: v2.1.0...v2.2.0

Analytical Network Simulator v2.1.0

03 Apr 08:15
Compare
Choose a tag to compare

Introduction

Analytical Network Backend v2.1.0 adds more formal version control mechanism, code formatting check using .clang-format, and adds clear documentation of contributions.

What's Changed

Full Changelog: v2.0.0...v2.1.0

Analytical Network Backend v2.0.0

03 Apr 07:22
0f6d65e
Compare
Choose a tag to compare

Introduction

This version upgrades the analytical network backend to 2.0, with additional features and modernized coding styles.

Major Changes

  • congestion_unaware network is refactored; now it follows the styles of congestion_aware and shares common components.
  • Both congestion_unaware and congestion_aware uses the same .yml network input file format.
  • ASTRA-sim NetworkAPI has been moved to the frontend, and the backend can run standalone.
  • The codebase uses C++17 standards with more modernized coding styles, which is being maintained by clang-format.
  • Simple regression tests are integrated into the repository.

What's Changed

  • Analytical network backend renaming (backend) by @willjwon in #4
  • fixed overflow bug while involke send, then communication_latency mig… by @changhai0109 in #6
  • Move API to frontend by @willjwon in #7
  • Analytical Network Backend v2.0.0 by @willjwon in #8

Full Changelog: https://github.com/astra-sim/astra-network-analytical/commits/2.0.0

Analytical Network Backend v1.1.0

03 Apr 07:22
229893c
Compare
Choose a tag to compare

Introduction

This release moves the ASTRA-sim NetworkAPI implementation from the backend to the ASTRA-sim frontend.

Changelog

Analytical Network Backend v1.0.0

03 Apr 07:20
4a577ae
Compare
Choose a tag to compare

Introduction

This introduces the versioning process of the analytical network backend.