Skip to content

Commit 4e1bebc

Browse files
committed
Merge v1.2.1
1 parent 03f7e89 commit 4e1bebc

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/[email protected]
4141

4242
- name: Build wheels
43-
uses: pypa/cibuildwheel@v2.16.2
43+
uses: pypa/cibuildwheel@v2.19.2
4444
# to supply options, put them in 'env', like:
4545
env:
4646
MACOSX_DEPLOYMENT_TARGET: "10.14"

docs/source/_static/versions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"version": "https://ipctk.xyz",
33
"title": "main",
44
"aliases": ["latest", "head"]
5+
}, {
6+
"version": "https://ipctk.xyz/v1.2.1",
7+
"title": "v1.2.1",
8+
"aliases": ["stable"]
59
}, {
610
"version": "https://ipctk.xyz/v1.2.0",
711
"title": "v1.2.0",

docs/source/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Changelog
66
.. role:: cmake(code)
77
:language: cmake
88

9+
v1.2.1 (Jul 12, 2024)
10+
---------------------
11+
12+
*Bug fixes |:bug:|:*
13+
14+
- Update Pybind11 to support Numpy 2.0. Fixes segmentation fault as described in #102.
15+
916
v1.2.0 (Dec 11, 2023)
1017
---------------------
1118

docs/source/cpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ C++
2424
:end-before: <!--- BEGIN C++ README 2 --->
2525

2626
.. tip::
27-
If your :cmake:`IPC_TOOLKIT_GIT_TAG` is a tag (e.g. ``v1.2.0``), then you can use the :cmake:`FetchContent_Declare` argument :cmake:`GIT_SHALLOW TRUE` to download only a single commit. Otherwise, you should use the default :cmake:`GIT_SHALLOW FALSE`.
27+
If your :cmake:`IPC_TOOLKIT_GIT_TAG` is a tag (e.g. ``v1.2.1``), then you can use the :cmake:`FetchContent_Declare` argument :cmake:`GIT_SHALLOW TRUE` to download only a single commit. Otherwise, you should use the default :cmake:`GIT_SHALLOW FALSE`.
2828

2929
.. include:: ../../README.md
3030
:parser: myst_parser.sphinx_

0 commit comments

Comments
 (0)