Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 3 additions & 19 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,6 @@ permissions:

jobs:

style:
name: Code style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools tox
- name: Test with tox
run: tox -e style

doc-style:
name: Documentation Style Check
runs-on: ubuntu-latest
Expand Down Expand Up @@ -109,7 +94,6 @@ jobs:
smoke-tests:
name: Build and Smoke tests
runs-on: ${{ matrix.os }}
needs: [style]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -226,12 +210,12 @@ jobs:
needs: [package]
runs-on: ubuntu-latest
steps:
- name: Release to the private PyPI repository
uses: ansys/actions/release-pypi-private@v5
- name: Release to the public PyPI repository
uses: ansys/actions/release-pypi-public@v5
with:
library-name: ${{ env.PACKAGE_NAME }}
twine-username: "__token__"
twine-token: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
twine-token: ${{ secrets.PYPI_TOKEN }}

- name: Release to GitHub
uses: ansys/actions/release-github@v5
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body: |
Please add one of the following labels to add this contribution to the Release Notes :point_down:
- [bug]([https://github.com/ansys-internal/pyhps/pulls?q=label%3Abug+)
- [documentation]([https://github.com/ansys-internal/pyhps/pulls?q=label%3Adocumentation+)
- [enhancement]([https://github.com/ansys-internal/pyhps/pulls?q=label%3Aenhancement+)
- [good first issue]([https://github.com/ansys-internal/pyhps/pulls?q=label%3Agood+first+issue)
- [maintenance]([https://github.com/ansys-internal/pyhps/pulls?q=label%3Amaintenance+)
- [release]([https://github.com/ansys-internal/pyhps/pulls?q=label%3Arelease+)
- [bug]([https://github.com/ansys/pyhps/pulls?q=label%3Abug+)
- [documentation]([https://github.com/ansys/pyhps/pulls?q=label%3Adocumentation+)
- [enhancement]([https://github.com/ansys/pyhps/pulls?q=label%3Aenhancement+)
- [good first issue]([https://github.com/ansys/pyhps/pulls?q=label%3Agood+first+issue)
- [maintenance]([https://github.com/ansys/pyhps/pulls?q=label%3Amaintenance+)
- [release]([https://github.com/ansys/pyhps/pulls?q=label%3Arelease+)
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## [0.5.0](https://github.com/ansys-internal/pyhps/releases/tag/v0.5.0) - December 14 2023
## [0.5.0](https://github.com/ansys/pyhps/releases/tag/v0.5.0) - December 14 2023

### Added
* Expose the resource management service (RMS) API by @FedericoNegri in #247
Expand All @@ -17,7 +17,7 @@
### Dependencies
* Bump datamodel-code-generator from 0.24.1 to 0.25.1 in /requirements by @dependabot in #249

## [0.4.0](https://github.com/ansys-internal/pyhps/releases/tag/v0.4.0) - November 17 2023
## [0.4.0](https://github.com/ansys/pyhps/releases/tag/v0.4.0) - November 17 2023

### Added
* Add HPC resources by @wehrler in #186
Expand All @@ -42,7 +42,7 @@
* Bump pytest from 7.3.2 to 7.4.3 in /requirements by @dependabot in #192, #232
* Bump docs requirements by @FedericoNegri in #245

## [0.3.0](https://github.com/ansys-internal/pyhps/releases/tag/v0.3.0) - June 29 2023
## [0.3.0](https://github.com/ansys/pyhps/releases/tag/v0.3.0) - June 29 2023

### Added
* Add build_info to evaluator's schema by @FedericoNegri in #190
Expand All @@ -58,7 +58,7 @@
* Bump ``pytest`` from 7.3.1 to 7.3.2 in /requirements by @dependabot in #188
* Bump ``pytest-cov`` from 4.0.0 to 4.1.0 in /requirements by @dependabot in #183

## [0.2.0](https://github.com/ansys-internal/pyhps/releases/tag/v0.2.0) - June 6 2023
## [0.2.0](https://github.com/ansys/pyhps/releases/tag/v0.2.0) - June 6 2023

### Added
* Objects copy by @FedericoNegri in #181
Expand All @@ -73,7 +73,7 @@
* Adjust schemas to match jms and evaluator by @wehrler in #182
* Remove file storage from project schema by @wehrler in #160

## [0.1.0](https://github.com/ansys-internal/pyhps/releases/tag/v0.1.0) - May 9 2023
## [0.1.0](https://github.com/ansys/pyhps/releases/tag/v0.1.0) - May 9 2023

### Added

Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ PyHPS
:target: https://pypi.org/project/ansys-hps-client
:alt: PyPI

.. |codecov| image:: https://codecov.io/gh/ansys-internal/pyhps/branch/main/graph/badge.svg
:target: https://codecov.io/gh/ansys-internal/ansys-hps-client
.. |codecov| image:: https://codecov.io/gh/ansys/pyhps/branch/main/graph/badge.svg
:target: https://codecov.io/gh/ansys/ansys-hps-client
:alt: Codecov

.. |GH-CI| image:: https://github.com/ansys-internal/pyhps/actions/workflows/ci_cd.yml/badge.svg
:target: https://github.com/ansys-internal/pyhps/actions/workflows/ci_cd.yml
.. |GH-CI| image:: https://github.com/ansys/pyhps/actions/workflows/ci_cd.yml/badge.svg
:target: https://github.com/ansys/pyhps/actions/workflows/ci_cd.yml
:alt: GH-CI

.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
Expand Down Expand Up @@ -68,9 +68,9 @@ The PyHPS documentation contains these sections:
- `Contribute <https://hps.docs.pyansys.com/version/dev/contribute.html>`_: Provides information on
how to install PyHPS in developer mode and make contributions to the codebase and documentation.

On the `PyHPS Issues <https://github.com/ansys-internal/pyhps/issues>`_ page, you can
On the `PyHPS Issues <https://github.com/ansys/pyhps/issues>`_ page, you can
create issues to report bugs and request new features. On the
`PyHPS Discussions <https://github.com/ansys-internal/pyhps/discussions>`_ page or the
`PyHPS Discussions <https://github.com/ansys/pyhps/discussions>`_ page or the
`Discussions <https://discuss.ansys.com/>`_ page on the Ansys Developer portal,
you can post questions, share ideas, and get community feedback.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def prepare_jinja_env(jinja_env) -> None:

# only for sphinx_rtd_theme
html_theme_options = {
"github_url": "https://github.com/ansys-internal/pyhps",
"github_url": "https://github.com/ansys/pyhps",
"show_prev_next": False,
"show_breadcrumbs": True,
"additional_breadcrumbs": [
Expand Down
6 changes: 3 additions & 3 deletions doc/source/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Installing PyHPS in developer mode allows you to modify and enhance the source:

.. code:: bash

git clone https://github.com/ansys-internal/pyhps
git clone https://github.com/ansys/pyhps

#. Access the directory where you have cloned the repository:

Expand Down Expand Up @@ -167,12 +167,12 @@ data model generator with this command:

Post issues
-----------
Use the `PyHPS Issues <https://github.com/ansys-internal/pyhps/issues>`_
Use the `PyHPS Issues <https://github.com/ansys/pyhps/issues>`_
page to report bugs and request new features. When possible, use the issue
templates provided. If your issue does not fit into one of these templates,
click the link for opening a blank issue.

On the `PyHPS Discussions <https://github.com/ansys-internal/pyhps/discussions>`_ page
On the `PyHPS Discussions <https://github.com/ansys/pyhps/discussions>`_ page
or the `Discussions <https://discuss.ansys.com/>`_ page on the Ansys Developer portal,
you can post questions, share ideas, and get community feedback.

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ build = [

[project.urls]
Documentation = "https://hps.docs.pyansys.com"
Source = "https://github.com/ansys-internal/pyhps"
Homepage = "https://github.com/ansys-internal/pyhps"
Tracker = "https://github.com/ansys-internal/pyhps/issues"
Source = "https://github.com/ansys/pyhps"
Homepage = "https://github.com/ansys/pyhps"
Tracker = "https://github.com/ansys/pyhps/issues"

[tool.flit.module]
name = "ansys.hps.client"
Expand Down