Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ansys-mapdl-reader, scipy, pyansys-tools-report, vtk and sphinx-autodoc-typehints #1757

Conversation

pyansys-ci-bot
Copy link
Collaborator

Bumps ansys-mapdl-reader, scipy, pyansys-tools-report, vtk and sphinx-autodoc-typehints. These dependencies needed to be updated together.
Updates ansys-mapdl-reader from 0.52.5 to 0.52.6

Commits

Updates scipy from 1.9.3 to 1.10.0

Release notes

Sourced from scipy's releases.

SciPy 1.10.0 Release Notes

SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many new features, numerous bug-fixes, improved test coverage and better documentation. There have been a number of deprecations and API changes in this release, which are documented below. All users are encouraged to upgrade to this release, as there are a large number of bug-fixes and optimizations. Before upgrading, we recommend that users check that their own code does not use deprecated SciPy functionality (to do so, run your code with python -Wd and check for DeprecationWarning s). Our development attention will now shift to bug-fix releases on the 1.10.x branch, and on adding new features on the main branch.

This release requires Python 3.8+ and NumPy 1.19.5 or greater.

For running on PyPy, PyPy3 6.0+ is required.

Highlights of this release

  • A new dedicated datasets submodule (scipy.datasets) has been added, and is now preferred over usage of scipy.misc for dataset retrieval.
  • A new scipy.interpolate.make_smoothing_spline function was added. This function constructs a smoothing cubic spline from noisy data, using the generalized cross-validation (GCV) criterion to find the tradeoff between smoothness and proximity to data points.
  • scipy.stats has three new distributions, two new hypothesis tests, three new sample statistics, a class for greater control over calculations involving covariance matrices, and many other enhancements.

New features

scipy.datasets introduction

  • A new dedicated datasets submodule has been added. The submodules is meant for datasets that are relevant to other SciPy submodules ands content (tutorials, examples, tests), as well as contain a curated set of datasets that are of wider interest. As of this release, all the datasets from scipy.misc have been added to scipy.datasets (and deprecated in scipy.misc).
  • The submodule is based on Pooch (a new optional dependency for SciPy), a Python package to simplify fetching data files. This move will, in a subsequent release, facilitate SciPy to trim down the sdist/wheel sizes, by decoupling the data files and moving them out of the SciPy repository, hosting them externally and

... (truncated)

Commits
  • dde5059 REL: 1.10.0 final [wheel build]
  • 7856f28 Merge pull request #17696 from tylerjereddy/treddy_110_final_prep
  • 205b624 DOC: add missing author
  • 1ab9f1b DOC: update 1.10.0 relnotes
  • ac2f45f MAINT: integrate._qmc_quad: mark as private with preceding underscore
  • 3e0ae1a REV: integrate.qmc_quad: delay release to SciPy 1.11.0
  • 34cdf05 MAINT: FFT pybind11 fixups
  • 843500a Merge pull request #17689 from mdhaber/gh17686
  • 089924b REL: integrate.qmc_quad: remove from release notes
  • 3e47110 REL: 1.10.0rc3 unreleased
  • Additional commits viewable in compare view

Updates pyansys-tools-report from 0.4.1 to 0.5.0

Release notes

Sourced from pyansys-tools-report's releases.

v0.5.0

What's Changed

Full Changelog: ansys/pyansys-tools-report@v0.4.1...v0.5.0

Commits
  • 16c15d0 Bump version to 0.5.0
  • a126250 Proper versioning import (#61)
  • 6eb305b Bump pyansys/actions from 1 to 2 (#58)
  • c431989 Bump ansys-sphinx-theme from 0.7.4 to 0.8.0 (#57)
  • 8ece3e1 Bump ansys-sphinx-theme from 0.7.2 to 0.7.4 (#56)
  • 826aa0a Adding additional PyAnsys libraries to the main report (#55)
  • a93d89c Removing specific get_version_match implementation
  • 2214080 Bump ansys-sphinx-theme from 0.7.1 to 0.7.2 (#53)
  • See full diff in compare view

Updates vtk from 9.2.4 to 9.2.5

Updates sphinx-autodoc-typehints from 1.19.5 to 1.20.1

Release notes

Sourced from sphinx-autodoc-typehints's releases.

1.20.1

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.20.0...1.20.1

1.20.0

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.19.5...1.20.0

Changelog

Sourced from sphinx-autodoc-typehints's changelog.

1.20.1

  • Fixed default options not displaying for parameters without type hints.

1.20

  • Use hatchling instead of setuptools
  • Add support for typing.ParamSpec
  • Allow star prefixes for parameter names in docstring

1.19.2

  • Fix incorrect domain used for collections.abc.Callable.

1.19.1

  • Fix bug for recursive type alias.

1.19.0

1.18.3

  • Support and require nptyping>=2.1.2

1.18.2

  • Support and require nptyping>=2.1.1

1.18.1

  • Fix mocked module import not working when used as guarded import

1.18.0

  • Support and require nptyping>=2
  • Handle UnionType

1.17.1

  • Mark it as requiring nptyping<2

1.17.0

  • Add typehints_use_rtype option
  • Handles TypeError when getting source code via inspect

1.16.0

... (truncated)

Commits
  • 2747ae2 Update CHANGELOG.md
  • 4e6bc55 Fixed default options not displaying for parameters without type hints. (#279)
  • 32dc422 Added options to retain original typehints in signatures (#278)
  • 477c438 Bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 (#273)
  • 7ec1a6c Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.1 (#271)
  • c61094f Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 (#270)
  • 7e467a1 [pre-commit.ci] pre-commit autoupdate (#268)
  • See full diff in compare view

…autodoc-typehints

Bumps [ansys-mapdl-reader](https://github.com/pyansys/pymapdl-reader), [scipy](https://github.com/scipy/scipy), [pyansys-tools-report](https://github.com/pyansys/pyansys-tools-report), [vtk](https://vtk.org) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints). These dependencies needed to be updated together.

Updates `ansys-mapdl-reader` from 0.52.5 to 0.52.6
- [Release notes](https://github.com/pyansys/pymapdl-reader/releases)
- [Commits](ansys/pymapdl-reader@v0.52.5...v0.52.6)

Updates `scipy` from 1.9.3 to 1.10.0
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.9.3...v1.10.0)

Updates `pyansys-tools-report` from 0.4.1 to 0.5.0
- [Release notes](https://github.com/pyansys/pyansys-tools-report/releases)
- [Commits](ansys/pyansys-tools-report@v0.4.1...v0.5.0)

Updates `vtk` from 9.2.4 to 9.2.5

Updates `sphinx-autodoc-typehints` from 1.19.5 to 1.20.1
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
- [Commits](tox-dev/sphinx-autodoc-typehints@1.19.5...1.20.1)
@github-actions github-actions bot added the Maintenance General maintenance of the repo (libraries, cicd, etc) label Jan 8, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2023

Please add one of the following labels to add this contribution to the Release Notes 👇

@codecov
Copy link

codecov bot commented Jan 8, 2023

Codecov Report

Merging #1757 (1044870) into main (9eb459a) will decrease coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1757      +/-   ##
==========================================
- Coverage   85.60%   85.54%   -0.06%     
==========================================
  Files          45       45              
  Lines        7667     7667              
==========================================
- Hits         6563     6559       -4     
- Misses       1104     1108       +4     

@germa89 germa89 merged commit d95681f into main Jan 12, 2023
@germa89 germa89 deleted the dependabot/pip/main/ansys-mapdl-reader-and-scipy-and-pyansys-tools-report-and-vtk-and-sphinx-autodoc-typehints-0.52.6 branch January 12, 2023 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Maintenance General maintenance of the repo (libraries, cicd, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants