File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# FANS Changelog
2
2
3
- ## latest
3
+ ## v0.4.2
4
4
5
5
- Reduce dependencies of dashboard for cf-package https://github.com/DataAnalyticsEngineering/FANS/pull/71
6
6
- Add pixi task ` h52xdmf ` to generate XDMF from H5 files directly as ` pixi run h52xdmf {h5filepath} `
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.21)
5
5
# ##############################################################################
6
6
7
7
project (FANS
8
- VERSION 0.4.1
8
+ VERSION 0.4.2
9
9
LANGUAGES C CXX
10
10
)
11
11
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " fans-dashboard"
7
- version = " 0.4.1 "
7
+ version = " 0.4.2 "
8
8
requires-python = " >=3.9"
9
9
dependencies = [
10
10
" numpy" ,
You can’t perform that action at this time.
0 commit comments