From 42e4038de9f60524691b2fff6ecc476837aee1a6 Mon Sep 17 00:00:00 2001 From: abi-git-user Date: Thu, 1 Dec 2022 18:32:45 +1300 Subject: [PATCH] Create release v0.4.0-rc.3. --- CMakeLists.txt | 2 +- docs/changelogs/changelog_v0.4.0-rc.3.rst | 46 +++++++++++++++++++++++ docs/changelogs/index.rst | 2 +- docs/index.rst | 2 +- 4 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 docs/changelogs/changelog_v0.4.0-rc.3.rst diff --git a/CMakeLists.txt b/CMakeLists.txt index fd7559125..0c56133ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.18.0) set(PROJECT_NAME libCellML) set(PROJECT_URL https://libcellml.org) set(_PROJECT_VERSION 0.4.0) -set(PROJECT_DEVELOPER_VERSION -rc.2) +set(PROJECT_DEVELOPER_VERSION -rc.3) project(${PROJECT_NAME} VERSION ${_PROJECT_VERSION} LANGUAGES CXX) # Set policies that affect the build. diff --git a/docs/changelogs/changelog_v0.4.0-rc.3.rst b/docs/changelogs/changelog_v0.4.0-rc.3.rst new file mode 100644 index 000000000..847953c18 --- /dev/null +++ b/docs/changelogs/changelog_v0.4.0-rc.3.rst @@ -0,0 +1,46 @@ +libCellML v0.4.0-rc.3 Changelog +=============================== + +Documentation +------------- + +* Add documentation on release process by `@hsorby `_ [`#1043 `_]. + +Generator +--------- + +* Modify code generation to start Python enums from zero by `@hsorby `_ [`#1057 `_]. + +Infrastructure +-------------- + +* Update cibuildwheel to version 2.11.2 by `@hsorby `_ [`#1061 `_]. +* Debug utilities library installation by `@hsorby `_ [`#1058 `_]. + +Miscellaneous +------------- + +* Add script to update SHA1 calculations of C and Python profiles by `@hsorby `_ [`#1054 `_]. +* Imported entity branch 100% coverage by `@hsorby `_ [`#1046 `_]. +* Named entity branch 100% coverage by `@hsorby `_ [`#1047 `_]. + +New feature +----------- + +* Add remove name API to named entity by `@hsorby `_ [`#1053 `_]. +* Parse 1.x CellML models transforming them into CellML 2.0 by `@hsorby `_ [`#982 `_]. + +Python bindings +--------------- + +* Keep Python generated wrappers at SWIG version 4.0.1 by `@hsorby `_ [`#1063 `_]. +* Use pip list instead of pip freeze to detect presence of Python package by `@hsorby `_ [`#1052 `_]. +* Add Python 3.11 to wheel deployment script by `@hsorby `_ [`#1049 `_]. + +Contributors +------------ + +.. image:: https://avatars.githubusercontent.com/u/778048?v=4 + :target: https://github.com/hsorby + :height: 32 + :width: 32 diff --git a/docs/changelogs/index.rst b/docs/changelogs/index.rst index c92e2b212..91706a7c6 100644 --- a/docs/changelogs/index.rst +++ b/docs/changelogs/index.rst @@ -4,7 +4,7 @@ Changelogs .. toctree:: - changelog_v0.4.0-rc.2 + changelog_v0.4.0-rc.3 changelog_v0.3.104 changelog_v0.3.103 changelog_v0.3.102 diff --git a/docs/index.rst b/docs/index.rst index abb270acd..3dd409052 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,7 +39,7 @@ Changelogs .. toctree:: - changelogs/changelog_v0.4.0-rc.2 + changelogs/changelog_v0.4.0-rc.3 changelogs/changelog_v0.3.104 changelogs/changelog_v0.3.103 changelogs/changelog_v0.3.102