Skip to content

Commit 8bb822c

Browse files
committed
Merge branch 'main' into feat/main_commands
2 parents e5fc82b + cd0036d commit 8bb822c

40 files changed

+375
-225
lines changed
Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
ansys-dpf-core==0.10.1
2-
ansys-tools-visualization-interface==0.2.6
2+
ansys-tools-visualization-interface==0.5.0
33
autopep8==2.3.1
4-
matplotlib==3.9.0
5-
pandas==2.2.2
6-
pyansys-tools-report==0.7.3
4+
matplotlib==3.9.2
5+
pandas==2.2.3
6+
pyansys-tools-report==0.8.1
7+
pyfakefs==5.7.1
78
pyiges[full]==0.3.1
8-
pytest-cov==5.0.0
9+
pytest-cov==6.0.0
910
pytest-memprof<0.3.0
1011
pytest-pyvista==0.1.9
11-
pytest-rerunfailures==14.0
12-
pytest==8.2.2
13-
scipy==1.14.0
14-
vtk==9.3.0
12+
pytest-random-order==1.1.1
13+
pytest-rerunfailures==15.0
14+
pytest==8.3.3
15+
scipy==1.14.1
16+
vtk==9.3.1
Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
ansys-dpf-core==0.10.1
2-
ansys-mapdl-reader==0.53.0
2+
ansys-mapdl-reader==0.54.2
33
ansys-sphinx-theme==0.16.6
4-
ansys-tools-visualization-interface==0.2.6
5-
grpcio==1.64.1
4+
ansys-tools-visualization-interface==0.5.0
5+
grpcio==1.68.0
66
imageio-ffmpeg==0.5.1
7-
imageio==2.34.2
7+
imageio==2.36.0
88
jupyter_sphinx==0.5.3
99
jupyterlab>=3.2.8
10-
matplotlib==3.9.0
11-
numpydoc==1.7.0
12-
pandas==2.2.2
13-
plotly==5.22.0
10+
matplotlib==3.9.2
11+
numpydoc==1.8.0
12+
pandas==2.2.3
13+
plotly==5.24.1
1414
pyiges[full]==0.3.1
15-
pypandoc==1.13
15+
pypandoc==1.14
1616
pytest-sphinx==0.6.3
1717
pythreejs==2.4.2
18-
sphinx-autobuild==2024.4.16
18+
sphinx-autobuild==2024.10.3
1919
sphinx-autodoc-typehints==1.25.2
2020
sphinx-copybutton==0.5.2
2121
sphinx-design==0.6.1
22-
sphinx-gallery==0.16.0
23-
sphinx-notfound-page==1.0.2
22+
sphinx-gallery==0.18.0
23+
sphinx-jinja==2.0.2
24+
sphinx-notfound-page==1.0.4
2425
sphinx-reredirects==0.1.4
25-
sphinx==7.3.7
26-
sphinxcontrib-websupport==1.2.7
26+
sphinx==8.1.3
27+
sphinxcontrib-websupport==2.0.0
2728
sphinxemoji==0.3.1
28-
vtk==9.3.0
29+
vtk==9.3.1

.devcontainer/devcontainer-local/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Setting codespaces/development container
22
version: '3.3'
3+
name: "PyMAPDL-Development" # this needs to be updated/unique if you want to have multiple containers
34
services:
45
pymapdldev:
56
restart: always
6-
shm_size: '2gb' # Increase the shared memory directory
7-
# to avoid running issues. By Default this is very small (64MB)
8-
container_name: PyMAPDL-Development
7+
shm_size: '2gb' # Increase the shared memory directory to avoid running issues. By Default this is very small (64MB)
8+
container_name: "PyMAPDL-Development" # this needs to be updated/unique if you want to have multiple containers
99
mem_reservation: 8g
1010
image: 'ghcr.io/ansys/mapdl:v24.1-ubuntu-student'
1111
build:
Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,38 @@
11
ansys-dpf-core==0.10.1
2-
ansys-mapdl-reader==0.53.0
3-
ansys-sphinx-theme==0.16.6
4-
ansys-tools-visualization-interface==0.2.6
2+
ansys-mapdl-reader==0.54.2
3+
ansys-sphinx-theme==1.2.2
4+
ansys-tools-visualization-interface==0.5.0
55
autopep8==2.3.1
6-
grpcio==1.64.1
6+
grpcio==1.68.0
77
imageio-ffmpeg==0.5.1
8-
imageio==2.34.2
8+
imageio==2.36.0
99
jupyter_sphinx==0.5.3
1010
jupyterlab>=3.2.8
11-
matplotlib==3.9.0
12-
numpydoc==1.7.0
13-
pandas==2.2.2
14-
plotly==5.22.0
15-
pyansys-tools-report==0.7.3
11+
matplotlib==3.9.2
12+
numpydoc==1.8.0
13+
pandas==2.2.3
14+
plotly==5.24.1
15+
pyansys-tools-report==0.8.1
16+
pyfakefs==5.7.1
1617
pyiges[full]==0.3.1
17-
pypandoc==1.13
18-
pytest-cov==5.0.0
18+
pypandoc==1.14
19+
pytest-cov==6.0.0
1920
pytest-memprof<0.3.0
2021
pytest-pyvista==0.1.9
21-
pytest-rerunfailures==14.0
22+
pytest-random-order==1.1.1
23+
pytest-rerunfailures==15.0
2224
pytest-sphinx==0.6.3
23-
pytest==8.2.2
25+
pytest==8.3.3
2426
pythreejs==2.4.2
25-
scipy==1.14.0
26-
sphinx-autobuild==2024.4.16
27+
scipy==1.14.1
28+
sphinx-autobuild==2024.10.3
2729
sphinx-autodoc-typehints==1.25.2
2830
sphinx-copybutton==0.5.2
2931
sphinx-design==0.6.1
30-
sphinx-gallery==0.16.0
31-
sphinx-notfound-page==1.0.2
32+
sphinx-gallery==0.18.0
33+
sphinx-jinja==2.0.2
34+
sphinx-notfound-page==1.0.4
3235
sphinx-reredirects==0.1.4
33-
sphinx==7.3.7
34-
sphinxcontrib-websupport==1.2.7
36+
sphinx==8.1.3
37+
sphinxcontrib-websupport==2.0.0
3538
sphinxemoji==0.3.1

.github/workflows/codeql.yml

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# For most projects, this workflow file will not need changing; you simply need
2+
# to commit it to your repository.
3+
#
4+
# You may wish to alter this file to override the set of languages analyzed,
5+
# or to provide custom queries or build logic.
6+
#
7+
# ******** NOTE ********
8+
# We have attempted to detect the languages in your repository. Please check
9+
# the `language` matrix defined below to confirm you have the correct set of
10+
# supported CodeQL languages.
11+
#
12+
name: "CodeQL Advanced"
13+
14+
on:
15+
push:
16+
branches: [ "main" ]
17+
pull_request:
18+
branches: [ "main" ]
19+
schedule:
20+
- cron: '32 3 * * 2'
21+
22+
jobs:
23+
analyze:
24+
name: Analyze (${{ matrix.language }})
25+
# Runner size impacts CodeQL analysis time. To learn more, please see:
26+
# - https://gh.io/recommended-hardware-resources-for-running-codeql
27+
# - https://gh.io/supported-runners-and-hardware-resources
28+
# - https://gh.io/using-larger-runners (GitHub.com only)
29+
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
30+
runs-on: 'ubuntu-latest'
31+
permissions:
32+
# required for all workflows
33+
security-events: write
34+
35+
# required to fetch internal or private CodeQL packs
36+
packages: read
37+
38+
# only required for workflows in private repositories
39+
actions: read
40+
contents: read
41+
42+
strategy:
43+
fail-fast: false
44+
matrix:
45+
include:
46+
- language: python
47+
build-mode: none
48+
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
49+
# Use `c-cpp` to analyze code written in C, C++ or both
50+
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
51+
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
52+
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
53+
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
54+
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
55+
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
56+
steps:
57+
- name: Checkout repository
58+
uses: actions/checkout@v4
59+
60+
# Initializes the CodeQL tools for scanning.
61+
- name: Initialize CodeQL
62+
uses: github/codeql-action/init@v3
63+
with:
64+
languages: ${{ matrix.language }}
65+
build-mode: ${{ matrix.build-mode }}
66+
# If you wish to specify custom queries, you can do so here or in a config file.
67+
# By default, queries listed here will override any specified in a config file.
68+
# Prefix the list here with "+" to use these queries and those in the config file.
69+
70+
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
71+
# queries: security-extended,security-and-quality
72+
73+
- name: Perform CodeQL Analysis
74+
uses: github/codeql-action/analyze@v3
75+
with:
76+
category: "/language:${{matrix.language}}"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ repos:
7878

7979
# this validates our github workflow files
8080
- repo: https://github.com/python-jsonschema/check-jsonschema
81-
rev: 0.29.4
81+
rev: 0.30.0
8282
hooks:
8383
- id: check-github-workflows

doc/changelog.d/3573.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
refactor: replace `get_ansys_path` with `get_mapdl_path`
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs: update docker instructions

doc/changelog.d/3582.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: components typo
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs: adding some info for getting multiple compose running

0 commit comments

Comments
 (0)