Skip to content

Commit 7833202

Browse files
committed
[v0.1.4] 2025-09-25
- Updated helios-core to v1.3.51 ## Visualizer - Fixed issue where font assets were not being copied to the build directory
1 parent 49d7487 commit 7833202

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Build Wheels
22

33
on:
44
push:
5-
branches: [ master ]
65
tags: ['v*','testing-v*']
76
workflow_dispatch:
87

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<br><br>
22

3-
[![Build Wheels](https://github.com/PlantSimulationLab/PyHelios/actions/workflows/build-wheels.yml/badge.svg?branch=master)](https://github.com/PlantSimulationLab/PyHelios/actions/workflows/build-wheels.yml?query=branch%3Amaster) [![Test Linux](https://github.com/PlantSimulationLab/PyHelios/actions/workflows/pytest-linux.yml/badge.svg?branch=master)](https://github.com/PlantSimulationLab/PyHelios/actions/workflows/pytest-linux.yml) [![Test Windows](https://github.com/PlantSimulationLab/PyHelios/actions/workflows/pytest-windows.yml/badge.svg?branch=master)](https://github.com/PlantSimulationLab/PyHelios/actions/workflows/pytest-windows.yml) [![Test MacOS](https://github.com/PlantSimulationLab/PyHelios/actions/workflows/pytest-macos.yml/badge.svg?branch=master)](https://github.com/PlantSimulationLab/PyHelios/actions/workflows/pytest-macos.yml)
3+
[![Build Wheels](https://github.com/PlantSimulationLab/PyHelios/actions/workflows/build-wheels.yml/badge.svg)](https://github.com/PlantSimulationLab/PyHelios/actions/workflows/build-wheels.yml) [![Test Linux](https://github.com/PlantSimulationLab/PyHelios/actions/workflows/pytest-linux.yml/badge.svg?branch=master)](https://github.com/PlantSimulationLab/PyHelios/actions/workflows/pytest-linux.yml) [![Test Windows](https://github.com/PlantSimulationLab/PyHelios/actions/workflows/pytest-windows.yml/badge.svg?branch=master)](https://github.com/PlantSimulationLab/PyHelios/actions/workflows/pytest-windows.yml) [![Test MacOS](https://github.com/PlantSimulationLab/PyHelios/actions/workflows/pytest-macos.yml/badge.svg?branch=master)](https://github.com/PlantSimulationLab/PyHelios/actions/workflows/pytest-macos.yml)
44
[![PyPI version](https://img.shields.io/pypi/v/pyhelios3d.svg)](https://pypi.org/project/pyhelios3d/)
55

66
<div align="center">

build_scripts/prepare_wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def copy_assets_for_packaging(project_root):
211211
# Only include plugins that are integrated with PyHelios
212212
plugin_asset_dirs = {
213213
'weberpenntree': ['leaves', 'wood', 'xml'],
214-
'visualizer': ['textures', 'shaders'],
214+
'visualizer': ['textures', 'shaders', 'fonts'],
215215
'plantarchitecture': ['assets/textures', 'assets/obj'],
216216
# NOTE: canopygenerator is not integrated with PyHelios - assets not needed
217217
}

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# [v0.1.4] 2025-09-25
4+
5+
- Updated helios-core to v1.3.51
6+
7+
## Visualizer
8+
- Fixed issue where font assets were not being copied to the build directory
9+
310
# [v0.1.3] 2025-09-22
411

512
🚨++ New Plug-in Integrated ++ 🚨

0 commit comments

Comments
 (0)