diff --git a/LICENSE b/LICENSE index 3c96ad89..e4fd7107 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +Copyright (c) 2023 - 2026 ANSYS, Inc. and/or its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/benchmark/tests/python/__init__.py b/benchmark/tests/python/__init__.py index 919240ea..a2c1031b 100644 --- a/benchmark/tests/python/__init__.py +++ b/benchmark/tests/python/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/benchmark/tests/python/test_grpc_python.py b/benchmark/tests/python/test_grpc_python.py index f51a385d..de278beb 100644 --- a/benchmark/tests/python/test_grpc_python.py +++ b/benchmark/tests/python/test_grpc_python.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/benchmark/tests/python/test_rest_python.py b/benchmark/tests/python/test_rest_python.py index 6e50a66c..7dbd42aa 100644 --- a/benchmark/tests/python/test_rest_python.py +++ b/benchmark/tests/python/test_rest_python.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/benchmark/tests/python/test_tools.py b/benchmark/tests/python/test_tools.py index fa50af55..79ccada3 100644 --- a/benchmark/tests/python/test_tools.py +++ b/benchmark/tests/python/test_tools.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/00-rest-examples/python_rest_demo.py b/examples/00-rest-examples/python_rest_demo.py index 65cb1a64..f0e86cd3 100644 --- a/examples/00-rest-examples/python_rest_demo.py +++ b/examples/00-rest-examples/python_rest_demo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/examples/01-grpc-examples/python_grpc_demo.py b/examples/01-grpc-examples/python_grpc_demo.py index 63426216..50f3d473 100644 --- a/examples/01-grpc-examples/python_grpc_demo.py +++ b/examples/01-grpc-examples/python_grpc_demo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index 68f78181..5bb218fd 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -6,7 +6,7 @@ Click>=7.0 Flask==3.0.3 numpy>=1.21.5 requests>=2.22.0 -protobuf==6.33.2 +protobuf==6.33.4 grpcio==1.76.0 grpcio-tools==1.76.0 pytest==9.0.2 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 15e852f9..b44f694b 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -1,7 +1,7 @@ Sphinx==8.2.3 jupyter_sphinx==0.5.3 numpydoc==1.10.0 -ansys_sphinx_theme==1.6.3 +ansys_sphinx_theme==1.6.4 pypandoc==1.16.2 pytest-sphinx==0.6.3 sphinx-autobuild==2025.8.25 @@ -10,8 +10,8 @@ sphinx-copybutton==0.5.2 sphinx-gallery==0.20.0 sphinx-notfound-page==1.1.0 sphinxcontrib-websupport==2.0.0 -sphinxemoji==0.3.1 +sphinxemoji==0.3.2 pandas==2.3.3 pandoc>=2.1 -matplotlib==3.10.7 +matplotlib==3.10.8 breathe>=4.33.1 diff --git a/src/ansys/eigen/cpp/cpp-clients/setup.py b/src/ansys/eigen/cpp/cpp-clients/setup.py index 8f4a957a..067aee37 100644 --- a/src/ansys/eigen/cpp/cpp-clients/setup.py +++ b/src/ansys/eigen/cpp/cpp-clients/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/eigen/cpp/eigen-wrapper/setup.py b/src/ansys/eigen/cpp/eigen-wrapper/setup.py index 075030af..a2340c70 100644 --- a/src/ansys/eigen/cpp/eigen-wrapper/setup.py +++ b/src/ansys/eigen/cpp/eigen-wrapper/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/eigen/protos/grpcdemo.proto b/src/ansys/eigen/protos/grpcdemo.proto index fbb1aac7..659ec29f 100644 --- a/src/ansys/eigen/protos/grpcdemo.proto +++ b/src/ansys/eigen/protos/grpcdemo.proto @@ -1,4 +1,4 @@ -// Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +// Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. // SPDX-License-Identifier: MIT // // diff --git a/src/ansys/eigen/python/__init__.py b/src/ansys/eigen/python/__init__.py index 919240ea..a2c1031b 100644 --- a/src/ansys/eigen/python/__init__.py +++ b/src/ansys/eigen/python/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/eigen/python/grpc/__init__.py b/src/ansys/eigen/python/grpc/__init__.py index 919240ea..a2c1031b 100644 --- a/src/ansys/eigen/python/grpc/__init__.py +++ b/src/ansys/eigen/python/grpc/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/eigen/python/grpc/client.py b/src/ansys/eigen/python/grpc/client.py index c780ea9f..c812bc9f 100644 --- a/src/ansys/eigen/python/grpc/client.py +++ b/src/ansys/eigen/python/grpc/client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/eigen/python/grpc/constants.py b/src/ansys/eigen/python/grpc/constants.py index 0df39da9..c48cec40 100644 --- a/src/ansys/eigen/python/grpc/constants.py +++ b/src/ansys/eigen/python/grpc/constants.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/eigen/python/grpc/generated/__init__.py b/src/ansys/eigen/python/grpc/generated/__init__.py index 919240ea..a2c1031b 100644 --- a/src/ansys/eigen/python/grpc/generated/__init__.py +++ b/src/ansys/eigen/python/grpc/generated/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/eigen/python/grpc/generated/grpcdemo_pb2.py b/src/ansys/eigen/python/grpc/generated/grpcdemo_pb2.py index 5ec40325..ece3192c 100644 --- a/src/ansys/eigen/python/grpc/generated/grpcdemo_pb2.py +++ b/src/ansys/eigen/python/grpc/generated/grpcdemo_pb2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/eigen/python/grpc/generated/grpcdemo_pb2_grpc.py b/src/ansys/eigen/python/grpc/generated/grpcdemo_pb2_grpc.py index f4588b82..a9083275 100644 --- a/src/ansys/eigen/python/grpc/generated/grpcdemo_pb2_grpc.py +++ b/src/ansys/eigen/python/grpc/generated/grpcdemo_pb2_grpc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/eigen/python/grpc/run_codegen.py b/src/ansys/eigen/python/grpc/run_codegen.py index 749d3110..02e21206 100644 --- a/src/ansys/eigen/python/grpc/run_codegen.py +++ b/src/ansys/eigen/python/grpc/run_codegen.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # Copyright 2015 gRPC authors. # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/ansys/eigen/python/grpc/server.py b/src/ansys/eigen/python/grpc/server.py index 1782f13c..dc16ae2c 100644 --- a/src/ansys/eigen/python/grpc/server.py +++ b/src/ansys/eigen/python/grpc/server.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/eigen/python/rest/__init__.py b/src/ansys/eigen/python/rest/__init__.py index 919240ea..a2c1031b 100644 --- a/src/ansys/eigen/python/rest/__init__.py +++ b/src/ansys/eigen/python/rest/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/eigen/python/rest/client.py b/src/ansys/eigen/python/rest/client.py index c85698d8..a3fccc09 100644 --- a/src/ansys/eigen/python/rest/client.py +++ b/src/ansys/eigen/python/rest/client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/eigen/python/rest/restdb/__init__.py b/src/ansys/eigen/python/rest/restdb/__init__.py index 919240ea..a2c1031b 100644 --- a/src/ansys/eigen/python/rest/restdb/__init__.py +++ b/src/ansys/eigen/python/rest/restdb/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/eigen/python/rest/restdb/db.py b/src/ansys/eigen/python/rest/restdb/db.py index 1e4806c5..a55df448 100644 --- a/src/ansys/eigen/python/rest/restdb/db.py +++ b/src/ansys/eigen/python/rest/restdb/db.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/eigen/python/rest/server.py b/src/ansys/eigen/python/rest/server.py index 05c02458..80c507db 100644 --- a/src/ansys/eigen/python/rest/server.py +++ b/src/ansys/eigen/python/rest/server.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/eigen/python/testing/__init__.py b/src/ansys/eigen/python/testing/__init__.py index 919240ea..a2c1031b 100644 --- a/src/ansys/eigen/python/testing/__init__.py +++ b/src/ansys/eigen/python/testing/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/src/ansys/eigen/python/testing/test_tools.py b/src/ansys/eigen/python/testing/test_tools.py index 85cf998e..3a06180f 100644 --- a/src/ansys/eigen/python/testing/test_tools.py +++ b/src/ansys/eigen/python/testing/test_tools.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_eigen_wrapper.py b/tests/test_eigen_wrapper.py index 15c813a8..6f6290a0 100644 --- a/tests/test_eigen_wrapper.py +++ b/tests/test_eigen_wrapper.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_grpc.py b/tests/test_grpc.py index 5729dc97..07c19fce 100644 --- a/tests/test_grpc.py +++ b/tests/test_grpc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_rest_client.py b/tests/test_rest_client.py index bc944604..c6a00bf2 100644 --- a/tests/test_rest_client.py +++ b/tests/test_rest_client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # # diff --git a/tests/test_rest_server.py b/tests/test_rest_server.py index e2b8ab78..b969f094 100644 --- a/tests/test_rest_server.py +++ b/tests/test_rest_server.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 - 2025 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # #