Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.

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).

## [1.1.0] - 2026-09-06
### Added
Gmsh: Use GitHub release assets [8e5ae7f]
Gmsh: Implement fallback mirror for Gmsh download [ec42be2]
Gmsh: Added support for elements of higher order with GMSH [970b0c0]
Checks: Add failed mesh elements/sides to debug mesh [bc3117f]

### Changes
Perf: Implement performance improvements [8529be4]
Checks: Perform normal calculation using full integration [7befb35]

### Fixes
CI/CD: Run pre-commit with --all-files [5ae7920]
CI/CD: Fixes for ruff 0.16.3 [b30ddcf]
CI/CD: Fixes for ruff 0.16 [94cb8cb]
CI/CD: Update rules for ty v0.72 [ff3993a]

### Dependencies
plotext: Require version >= 6.0.0 [f963733]
Bump actions/cache from 5 to 6 [4a62ef2]
Bump actions/checkout from 6 to 7 [242f3c0]%
Bump actions/setup-python from 6 to 7 [d2f8e9c]

## [1.0.0] - 2026-06-18
### Added
- CGNS Reader: Read fully-hexahedral unstructured ICEM CGNS meshes [5a016c8]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pyproject.toml compatible with Poetry (version 2.0+)
[project]
name = "PyHOPE"
version = "1.0.0"
version = "1.1.0"
description = "Python High-Order Preprocessing Environment"
license = "GPL-3.0-only"
requires-python = ">=3.10"
Expand Down
Loading