Skip to content

Commit b4e0bd1

Browse files
authored
Merge pull request #757 from ansys/maint/release_0.1.0
Release 0.1.0
2 parents 71c8f19 + df52dc2 commit b4e0bd1

File tree

222 files changed

+1123
-1043
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+1123
-1043
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# These owners will be the default owners for everything in
55
# the repo. Unless a later match takes precedence,
66
# Owners will be requested for review when someone opens a PR.
7-
* @greschd @janvonrickenbach @roosre
7+
* @greschd @roosre @SRaimondi

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: codespell
3333
additional_dependencies: ["tomli"] # needed to parse pyproject.toml
34-
exclude: '^poetry\.lock|pyproject\.toml$'
34+
exclude: '^poetry\.lock|pyproject\.toml|.*\.svg$'
3535

3636
- repo: https://github.com/python-poetry/poetry/
3737
rev: "1.8.0"

CONTRIBUTORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Project Lead
44

55
* [Dominik Gresch](https://github.com/greschd)
6-
* [Jan von Rickenbach](https://github.com/janvonrickenbach)
76
* [René Roos](https://github.com/roosre)
7+
* [Simone Raimondi](https://github.com/SRaimondi)
88

99
## Individual Contributors
1010

@@ -15,3 +15,4 @@
1515
* [René Roos](https://github.com/roosre)
1616
* [Revathy Venugopal](https://github.com/Revathyvenugopal162)
1717
* [Roberto Pastor Muela](https://github.com/RobPasMue)
18+
* [Simone Raimondi](https://github.com/SRaimondi)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 - 2024 ANSYS, Inc. and/or its affiliates.
3+
Copyright (c) 2022 - 2025 ANSYS, Inc. and/or its affiliates.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
PyACP
2-
=====
1+
.. image:: https://github.com/ansys/pyacp/blob/feat/pyacp_logo/doc/source/_static/pyacp.svg
2+
:width: 400
3+
:alt: PyACP Logo
4+
:align: center
5+
36
|pyansys| |python| |pypi| |GH-CI| |codecov| |MIT| |black|
47

58
.. |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
@@ -33,9 +36,6 @@ PyACP
3336

3437
A Python client for Ansys Composite PrepPost (ACP).
3538

36-
Overview
37-
--------
38-
3939
Installation
4040
------------
4141

doc/source/_static/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@import "../ansys-sphinx-theme.css";
2+
3+
.sphx-glr-thumbcontainer img {
4+
max-height: 100% !important;
5+
max-width: 100% !important;
6+
}
-372 Bytes
Loading
-11.8 KB
Loading
-9.51 KB
Loading
-11.7 KB
Loading

0 commit comments

Comments
 (0)