File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 1.3.1 "
2+ current_version = " 1.4.0 "
33commit = true
44tag = true
55tag_name = " {new_major}.{new_minor}.{new_patch}"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 1.4.0 ] - 2026-05-04
88@joergbrech , @AntonReiswich : Tagging you here. You might need to include this into TiGL / geoml.
99
1010### Changed
@@ -14,7 +14,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414 Thanks: @Shkolik 🙏
1515 - Improved python package build workflow.
1616
17- ### Added
1817### Fixed
1918 - Fixed gradient computation in B-spline intersection. This should improve
2019 robustness and convergence of the intersection computation.
Original file line number Diff line number Diff line change 33# SPDX-FileCopyrightText: 2018 German Aerospace Center (DLR)
44
55cmake_minimum_required (VERSION 3.15.0 )
6- project (occ_gordon VERSION 1.3.1 )
6+ project (occ_gordon VERSION 1.4.0 )
77
88set (CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR} /cmake)
99
Original file line number Diff line number Diff line change 1- {% set version = "1.3.1 " %}
1+ {% set version = "1.4.0 " %}
22
33package :
44 name : occ_gordon
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build-backend = "scikit_build_core.build"
1111
1212[project ]
1313name = " occ_gordon"
14- version = " 1.3.1 "
14+ version = " 1.4.0 "
1515description = " Curve Network Interpolation for pythonocc"
1616requires-python = " >=3.9"
1717authors = [
You can’t perform that action at this time.
0 commit comments