Skip to content

Commit

Permalink
Create release v0.4.0-rc.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
abi-git-user committed Dec 1, 2022
1 parent f30132b commit 42e4038
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
46 changes: 46 additions & 0 deletions docs/changelogs/changelog_v0.4.0-rc.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
libCellML v0.4.0-rc.3 Changelog
===============================

Documentation
-------------

* Add documentation on release process by `@hsorby <https://github.com/hsorby>`_ [`#1043 <https://github.com/cellml/libcellml/pull/1043>`_].

Generator
---------

* Modify code generation to start Python enums from zero by `@hsorby <https://github.com/hsorby>`_ [`#1057 <https://github.com/cellml/libcellml/pull/1057>`_].

Infrastructure
--------------

* Update cibuildwheel to version 2.11.2 by `@hsorby <https://github.com/hsorby>`_ [`#1061 <https://github.com/cellml/libcellml/pull/1061>`_].
* Debug utilities library installation by `@hsorby <https://github.com/hsorby>`_ [`#1058 <https://github.com/cellml/libcellml/pull/1058>`_].

Miscellaneous
-------------

* Add script to update SHA1 calculations of C and Python profiles by `@hsorby <https://github.com/hsorby>`_ [`#1054 <https://github.com/cellml/libcellml/pull/1054>`_].
* Imported entity branch 100% coverage by `@hsorby <https://github.com/hsorby>`_ [`#1046 <https://github.com/cellml/libcellml/pull/1046>`_].
* Named entity branch 100% coverage by `@hsorby <https://github.com/hsorby>`_ [`#1047 <https://github.com/cellml/libcellml/pull/1047>`_].

New feature
-----------

* Add remove name API to named entity by `@hsorby <https://github.com/hsorby>`_ [`#1053 <https://github.com/cellml/libcellml/pull/1053>`_].
* Parse 1.x CellML models transforming them into CellML 2.0 by `@hsorby <https://github.com/hsorby>`_ [`#982 <https://github.com/cellml/libcellml/pull/982>`_].

Python bindings
---------------

* Keep Python generated wrappers at SWIG version 4.0.1 by `@hsorby <https://github.com/hsorby>`_ [`#1063 <https://github.com/cellml/libcellml/pull/1063>`_].
* Use pip list instead of pip freeze to detect presence of Python package by `@hsorby <https://github.com/hsorby>`_ [`#1052 <https://github.com/cellml/libcellml/pull/1052>`_].
* Add Python 3.11 to wheel deployment script by `@hsorby <https://github.com/hsorby>`_ [`#1049 <https://github.com/cellml/libcellml/pull/1049>`_].

Contributors
------------

.. image:: https://avatars.githubusercontent.com/u/778048?v=4
:target: https://github.com/hsorby
:height: 32
:width: 32
2 changes: 1 addition & 1 deletion docs/changelogs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42e4038

Please sign in to comment.