Skip to content

Commit

Permalink
Prepare 2.1 Release (#526)
Browse files Browse the repository at this point in the history
Co-authored-by: Ludovic Steinbach <ludovic.steinbach@ansys.com>
Co-authored-by: pyansys-ci-bot <pyansys.github.bot@ansys.com>
  • Loading branch information
3 people authored May 7, 2024
1 parent 509d9f9 commit bc7e677
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 57 deletions.
8 changes: 1 addition & 7 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,7 @@
# Intersphinx mapping
intersphinx_mapping = {
"python": ("https://docs.python.org/3.11", None),
"openapi-common": ("https://openapi.docs.pyansys.com", None),
# kept here as an example
# "scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
# "numpy": ("https://numpy.org/devdocs", None),
# "matplotlib": ("https://matplotlib.org/stable", None),
# "pandas": ("https://pandas.pydata.org/pandas-docs/stable", None),
# "pyvista": ("https://docs.pyvista.org/", None),
"openapi-common": ("https://openapi.docs.pyansys.com/version/stable", None),
}

# numpydoc configuration
Expand Down
55 changes: 7 additions & 48 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "ansys-grantami-bomanalytics"
description = "Perform compliance and sustainability analysis on materials data stored in Granta MI."
version = "2.1.0a0"
version = "2.1.0"
license = "MIT"
authors = ["ANSYS, Inc. <pyansys.core@ansys.com>"]
maintainers = ["ANSYS, Inc. <pyansys.core@ansys.com>"]
Expand Down Expand Up @@ -40,7 +40,7 @@ python = "^3.9.0"

# Packages for core library
ansys-openapi-common = "^2.0.0"
ansys-grantami-bomanalytics-openapi = "3.0.0a1"
ansys-grantami-bomanalytics-openapi = "3.0.0"
xmlschema = "^2.4.0"

# Packages for the examples extra
Expand Down

0 comments on commit bc7e677

Please sign in to comment.