Skip to content

Commit 14c253c

Browse files
committed
chore: release v0.8.4
1 parent f1f2333 commit 14c253c

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.8.4] - 2026-06-30
8+
9+
### Added
10+
11+
#### Hardware
12+
13+
- Add support for the YX routing algorithm (https://github.com/pulp-platform/FlooNoC/pull/193)
14+
15+
#### FlooGen
16+
17+
- Add support for the YX routing algorithm, including the `axi_mesh_yx` and `nw_mesh_yx` examples (https://github.com/pulp-platform/FlooNoC/pull/193)
18+
19+
### Changed
20+
21+
#### FlooGen
22+
23+
- The `visualize` command now requires the optional `viz` extra (`floogen[viz]`); `matplotlib` is no longer a default dependency and the command is only available when the extra is installed (https://github.com/pulp-platform/FlooNoC/pull/199)
24+
725
## [0.8.3] - 2026-06-12
826

927
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[project]
66
name = "floogen"
7-
version = "0.8.3"
7+
version = "0.8.4"
88
description = "A Network Generator for FlooNoC"
99
readme = "docs/floogen/overview.md"
1010
license = "Apache-2.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)