ansys / pyfluent-examples

PyFluent Application Examples
https://examples.fluent.docs.pyansys.com
MIT License
5 stars 0 forks source link

Bump the dependencies group in /requirements with 10 updates #102

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps the dependencies group in /requirements with 10 updates:

Package From To
ansys-fluent-core 0.18.1 0.18.2
ansys-fluent-visualization 0.7.1 0.8.0
numpy 1.26.1 1.26.2
pandas 2.1.2 2.1.4
seaborn 0.13.0 0.13.1
jupyter-sphinx 0.4.0 0.5.3
matplotlib 3.8.1 3.8.2
ansys-sphinx-theme 0.12.4 0.12.5
sphinx-autodoc-typehints 1.24.1 1.25.2
sphinx-gallery 0.14.0 0.15.0

Updates ansys-fluent-core from 0.18.1 to 0.18.2

Release notes

Sourced from ansys-fluent-core's releases.

v0.18.2

What's Changed

Full Changelog: https://github.com/ansys/pyfluent/compare/v0.18.1...v0.18.2

Commits


Updates ansys-fluent-visualization from 0.7.1 to 0.8.0

Release notes

Sourced from ansys-fluent-visualization's releases.

v0.8.0

What's Changed

Full Changelog: https://github.com/ansys/pyfluent-visualization/compare/v0.7.1...v0.8.0

v0.8.dev2

No release notes provided.

v0.8.dev1

No release notes provided.

v0.8.dev0

What's Changed

... (truncated)

Commits


Updates numpy from 1.26.1 to 1.26.2

Release notes

Sourced from numpy's releases.

1.26.2 release

NumPy 1.26.2 Release Notes

NumPy 1.26.2 is a maintenance release that fixes bugs and regressions discovered after the 1.26.1 release. The 1.26.release series is the last planned minor release series before NumPy 2.0. The Python versions supported by this release are 3.9-3.12.

Contributors

A total of 13 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • @​stefan6419846
  • @​thalassemia +
  • Andrew Nelson
  • Charles Bousseau +
  • Charles Harris
  • Marcel Bargull +
  • Mark Mentovai +
  • Matti Picus
  • Nathan Goldbaum
  • Ralf Gommers
  • Sayed Adel
  • Sebastian Berg
  • William Ayd +

Pull requests merged

A total of 25 pull requests were merged for this release.

  • #24814: MAINT: align test_dispatcher s390x targets with _umath_tests_mtargets
  • #24929: MAINT: prepare 1.26.x for further development
  • #24955: ENH: Add Cython enumeration for NPY_FR_GENERIC
  • #24962: REL: Remove Python upper version from the release branch
  • #24971: BLD: Use the correct Python interpreter when running tempita.py
  • #24972: MAINT: Remove unhelpful error replacements from import_array()
  • #24977: BLD: use classic linker on macOS, the new one in XCode 15 has...
  • #25003: BLD: musllinux_aarch64 [wheel build]
  • #25043: MAINT: Update mailmap
  • #25049: MAINT: Update meson build infrastructure.
  • #25071: MAINT: Split up .github/workflows to match main
  • #25083: BUG: Backport fix build on ppc64 when the baseline set to Power9...
  • #25093: BLD: Fix features.h detection for Meson builds [1.26.x Backport]
  • #25095: BUG: Avoid intp conversion regression in Cython 3 (backport)
  • #25107: CI: remove obsolete jobs, and move macOS and conda Azure jobs...
  • #25108: CI: Add linux_qemu action and remove travis testing.
  • #25112: MAINT: Update .spin/cmds.py from main.
  • #25113: DOC: Visually divide main license and bundled licenses in wheels
  • #25115: MAINT: Add missing noexcept to shuffle helpers

... (truncated)

Commits
  • 03b6260 Merge pull request #25128 from charris/prepare-1.26.2
  • 6961f60 REL: Prepare for the NumPy 1.26.2 release
  • d81f0ae Merge pull request #25121 from charris/backport-25042
  • 766d5a8 BUG: ensure passing np.dtype to itself doesn't crash
  • cefdd34 Merge pull request #25120 from charris/backport-25063
  • ae77d67 Merge pull request #25119 from charris/backport-25090
  • 0035b44 BLD: change default of the allow-noblas option to true.
  • 12b7b35 BUG: Make n a long int for np.random.multinomial
  • 9887c9c Merge pull request #25118 from charris/backport-25051
  • 2359aec MAINT: Make bitfield integers unsigned
  • Additional commits viewable in compare view


Updates pandas from 2.1.2 to 2.1.4

Release notes

Sourced from pandas's releases.

Pandas 2.1.4

This is a patch release in the 2.1.x series and includes some regression and bug fixes, and a security fix. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Pandas 2.1.3

This is a patch release in the 2.1.x series and includes some regression and bug fixes, and a security fix. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Commits
  • a671b5a RLS: 2.1.4
  • a741d1e Backport PR #56393 on branch 2.1.x (DOC: Add release date for 2.1.4) (#56395)
  • 23252d0 Revert "debug ci"
  • 2a1226b debug ci
  • 99c2756 Backport PR #56160 on branch 2.1.x (BUG: reset_index not preserving object dt...
  • d1764d4 Backport PR #56184 on branch 2.1.x (BUG: mode not preserving object dtype for...
  • aacdf61 Backport PR #56123 on branch 2.1.x (BUG: ne comparison returns False for NA a...
  • 7006d99 Backport PR #55703 on branch 2.1.x (Use DeprecationWarning instead of FutureW...
  • 65723ab Backport PR #56174: CI: Add 3.12 builds (#56333)
  • 99ab008 Backport PR #56294: BUG: Series(strings, dtype=ArrowDtype[timestamp]) raising...
  • Additional commits viewable in compare view


Updates seaborn from 0.13.0 to 0.13.1

Release notes

Sourced from seaborn's releases.

v0.13.1 (December 2023)

This is a minor release with some bug fixes and a couple new features. All users are encouraged to update.

  • |Feature| Added support for weighted mean estimation (with boostrap CIs) lineplot, barplot, pointplot, and objects.Est (#3580, #3586).

  • |Feature| Added the extent option objects.Plot.layout (#3552).

  • |Fix| Fixed a regression in v0.13.0 that triggered an exception when working with non-numpy data types (#3516).

  • |Fix| Fixed a bug in objects.Plot so that tick labels are shown for wrapped axes that aren't in the bottom-most row (#3600).

  • |Fix| Fixed a bug in catplot where a blank legend would be added when hue was redundantly assigned (#3540).

  • |Fix| Fixed a bug in catplot where the edgecolor parameter was ignored with kind="bar" (#3547).

  • |Fix| Fixed a bug in boxplot where an exception was raised when using the matplotlib bootstrap option (#3562).

  • |Fix| Fixed a bug in lineplot where an exception was raised when hue was assigned with an empty dataframe (#3569).

  • |Fix| Fixed a bug in multiple categorical plots that raised with hue=None and dodge=True; this is now has no effect (#3605).

Commits
  • d00a27d Merge master and update version for release
  • 6890b31 Finalize v0.13.1 release notes
  • 1771d8e Update release notes
  • 785708f Cleanup compat code for obsolete versions of dependencies (#3607)
  • 45a098f FIX: Enable xticklabels for all bottom axes (#3600)
  • 2c115ed Avoid error when dodge=True, hue=None (#3605)
  • 1617be0 Add v0.13.1 release notes
  • 9a0842d Change how pandoc gets installed in CI (#3604)
  • cfa74b4 Add a missing raise in kdeplot and slightly improve lmplot signature (#3602)
  • 5051ede Crosslink to aesthetics tutorial from set_context/plotting_context (#3599)
  • Additional commits viewable in compare view


Updates jupyter-sphinx from 0.4.0 to 0.5.3

Release notes

Sourced from jupyter-sphinx's releases.

v0.5.3

What's Changed

Full Changelog: https://github.com/jupyter/jupyter-sphinx/compare/v0.5.2...v0.5.3

v0.5.2

What's Changed

Full Changelog: https://github.com/jupyter/jupyter-sphinx/compare/v0.5.1...v0.5.2

v0.5.1

What's Changed

Full Changelog: https://github.com/jupyter/jupyter-sphinx/compare/v0.5.0...v0.5.1

v0.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/jupyter/jupyter-sphinx/compare/v0.4.0...v0.5.0

Commits


Updates matplotlib from 3.8.1 to 3.8.2

Release notes

Sourced from matplotlib's releases.

REL: v3.8.2

This is the second bugfix release of the 3.8 series.

Highlights of this release include:

  • Fix a segfault in the MacOS backend when running on Python 3.12
  • Fix Contour labeling manual positions selecting incorrect contours.
  • Various documentation improvements
Commits
  • eb02b10 REL: v3.8.2
  • dfb7a46 Github stats fo v3.8.2
  • 8023978 Merge branch 'v3.8.1-doc' into v3.8.x
  • acae9bf Merge pull request #27339 from meeseeksmachine/auto-backport-of-pr-27299-on-v...
  • 95743f0 Merge pull request #27338 from meeseeksmachine/auto-backport-of-pr-27334-on-v...
  • cfb494f Backport PR #27299: [MNT] swap xkcd script for humor sans
  • 26fd30a Backport PR #27334: Omit MOVETO lines from nearest contour logic
  • 38a0e94 Merge pull request #27324 from meeseeksmachine/auto-backport-of-pr-27323-on-v...
  • 2b58748 Backport PR #27323: [DOC] Minor fixes for savefig-docstring
  • 94c0cfe Merge pull request #27314 from meeseeksmachine/auto-backport-of-pr-27312-on-v...
  • Additional commits viewable in compare view


Updates ansys-sphinx-theme from 0.12.4 to 0.12.5

Release notes

Sourced from ansys-sphinx-theme's releases.

v0.12.5

What's Changed

Commits


Updates sphinx-autodoc-typehints from 1.24.1 to 1.25.2

Release notes

Sourced from sphinx-autodoc-typehints's releases.

1.25.2

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.25.1...1.25.2

1.25.1

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.25.0...1.25.1

1.25.0

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.24.1...1.25.0

Commits
  • 81d4e1b ENH Make types in signature respect typehints_fully_qualified (#400)
  • 92a9bb6 FIX Put a slash space between xref and type args (#399)
  • 9735dc6 ENH Add a css wrapper to generated types (#397)
  • 8d9d554 [pre-commit.ci] pre-commit autoupdate (#396)
  • See full diff in compare view


Updates sphinx-gallery from 0.14.0 to 0.15.0

Release notes

Sourced from sphinx-gallery's releases.

Release v0.15.0

Full Changelog

Support for Python 3.7 dropped in this release. Requirement is now Python >=3.8. Pillow added as a dependency.

Implemented enhancements:

Fixed bugs:

  • FIX Copy JupyterLite contents early so it runs before jupyterlite_sphinx build-finished #1213 (lesteve)
  • BUG: Fix bug with orphan sg_api_usage #1207 (larsoner)
  • MAINT Fix check for mismatched "ignore" blocks #1193 (speth)
  • Avoid importing new modules in backrefs #1177 (aganders3)

Documentation

Project maintenance

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 9 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.