Skip to content

Commit e61bdc5

Browse files
committed
Merge branch 'main' into release/0.6
2 parents b1d8188 + 5a36a07 commit e61bdc5

File tree

25 files changed

+402
-26
lines changed

25 files changed

+402
-26
lines changed

.github/workflows/nightly_docker_test.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ on:
77
push:
88
paths:
99
- '.github/workflows/nightly_docker_test.yml'
10+
# Sequence of patterns matched against refs/heads
11+
branches-ignore:
12+
- 'release/**'
13+
# Sequence of patterns matched against refs/tags
14+
tags-ignore:
15+
- v*
1016

1117
env:
12-
MAIN_PYTHON_VERSION: '3.12'
18+
MAIN_PYTHON_VERSION: '3.11'
1319
ANSRV_GEO_IMAGE_WINDOWS_TAG: ghcr.io/ansys/geometry:windows-latest-unstable
1420
ANSRV_GEO_IMAGE_LINUX_TAG: ghcr.io/ansys/geometry:linux-latest-unstable
1521
ANSRV_GEO_PORT: 710
@@ -38,8 +44,6 @@ jobs:
3844
uses: actions/setup-python@v5
3945
with:
4046
python-version: ${{ env.MAIN_PYTHON_VERSION }}
41-
cache: 'pip'
42-
cache-dependency-path: 'pyproject.toml'
4347

4448
- name: Set up headless display
4549
uses: pyvista/setup-headless-display-action@v2

README.rst

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
PyAnsys Geometry
22
================
3-
|pyansys| |python| |pypi| |downloads| |GH-CI| |codecov| |MIT| |black| |pre-commit|
3+
|pyansys| |python| |MIT| |black|
4+
|codecov| |GH-CI| |pre-commit|
5+
|pypi| |pypi-downloads| |conda| |conda-downloads|
46

57
.. |pyansys| image:: https://img.shields.io/badge/Py-Ansys-ffc107.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC
68
:target: https://docs.pyansys.com/
@@ -10,14 +12,22 @@ PyAnsys Geometry
1012
:target: https://pypi.org/project/ansys-geometry-core/
1113
:alt: Python
1214

13-
.. |pypi| image:: https://img.shields.io/pypi/v/ansys-geometry-core.svg?logo=python&logoColor=white
15+
.. |pypi| image:: https://img.shields.io/pypi/v/ansys-geometry-core.svg?logo=python&logoColor=white&label=PyPI
1416
:target: https://pypi.org/project/ansys-geometry-core
1517
:alt: PyPI
1618

17-
.. |downloads| image:: https://img.shields.io/pypi/dm/ansys-geometry-core.svg
19+
.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/ansys-geometry-core?label=Conda&logo=anaconda&logoColor=white
20+
:target: https://anaconda.org/conda-forge/ansys-geometry-core
21+
:alt: Conda
22+
23+
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/ansys-geometry-core.svg?label=PyPI%20downloads
1824
:target: https://pypi.org/project/ansys-geometry-core/
1925
:alt: PyPI Downloads
2026

27+
.. |conda-downloads| image:: https://img.shields.io/conda/dn/conda-forge/ansys-geometry-core?label=Conda%20downloads
28+
:target: https://anaconda.org/conda-forge/ansys-geometry-core
29+
:alt: Conda Downloads
30+
2131
.. |codecov| image:: https://codecov.io/gh/ansys/pyansys-geometry/graph/badge.svg?token=UZIC7XT5WE
2232
:target: https://codecov.io/gh/ansys/pyansys-geometry
2333
:alt: Codecov
@@ -54,6 +64,12 @@ You can use `pip <https://pypi.org/project/pip/>`_ to install PyAnsys Geometry.
5464
5565
pip install ansys-geometry-core
5666
67+
You can also install PyAnsys Geometry from `Conda-Forge <https://anaconda.org/conda-forge/ansys-geometry-core>`_:
68+
69+
.. code:: bash
70+
71+
conda install -c conda-forge ansys-geometry-core
72+
5773
To install the latest development version, run these commands:
5874

5975
.. code:: bash

doc/changelog.d/1245.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: update CHANGELOG for v0.6.0

doc/changelog.d/1246.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: update dev version to 0.7.dev0

doc/changelog.d/1247.miscellaneous.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs: add conda information for package

doc/changelog.d/1248.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feat: revolve a sketch given an axis and an origin

doc/changelog.d/1250.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump protobuf from 5.27.0 to 5.27.1 in the grpc-deps group

doc/changelog.d/1251.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump the docs-deps group with 2 updates

doc/changelog.d/1252.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump trame-vtk from 2.8.8 to 2.8.9

doc/changelog.d/1253.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump pint from 0.23 to 0.24

0 commit comments

Comments
 (0)