ansys / pyansys-math

A Python repository for mathematical libraries
https://math.docs.pyansys.com/
MIT License
4 stars 1 forks source link

maint: bump ansys-mapdl-core from 0.68.1 to 0.68.3 #378

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps ansys-mapdl-core from 0.68.1 to 0.68.3.

Release notes

Sourced from ansys-mapdl-core's releases.

v0.68.3

No release notes provided.

v0.68.2

Hello PyMAPDL user!

This is patch release aimed to fix some of PyMAPDL bugs, and improve some internal inner package inner workings.

  • Added or fixed some MAPDL command: #3023, and #3037.
  • Improved MapdlPool class to connect to multiple remote IPs #3048
>>> pool = MapdlPool(ip=["127.0.0.2", "127.0.0.3", "127.0.0.4"])
Creating Pool: 100%|########| 3/3 [00:01<00:00,  1.43it/

Main changes

What's Changed

Added

  • feat: add a MAPDL version section in for bug issues #2982
  • feat: adding some env var print to report #2999
  • feat: adding cycexpand command #3023
  • feat: update vfquery #3037
  • feat: add argument to disable run_at_connect in MapdlGrpc #3047
  • feat: allowing passing IP to MapdlPool #3048
  • feat: add argument to disable run_at_connect in MapdlGrpc #3049
  • feat: converting chained APDL commands to PyMAPDL context manager #3154
  • feat: allowing multiple IPs for remote connection on MapdlPool #3166
  • feat: implementing ansys/actions/changelogs and adding release note in documentation #3019
  • feat: adding option to _ctrl command #3002
  • feat: making old API function discoverable when Click is not installed #3086

Changed

  • refactor: refactoring CLI #2960
  • ci: having only one set of Dependabot rules #3107
  • ci: adding tag for doc review #3118
  • ci: remove OS package duplicate #3147
  • ci: using trusted publisher release process #3171

Fixed

  • fix: avoiding future sphinx warning #3035
  • fix: update the general files to align with PyAnsys standards #3151
  • fix: combine the docker-compose files #3169

... (truncated)

Commits
  • d6e8856 chore: updating CHANGELOG for v0.68.3
  • 15f6cfd release: bump version 0.68.3
  • efb0696 feat: Add an inprocess backend to pymapdl (#3198)
  • 09de71f chore: updating CHANGELOG for v0.68.2
  • 1bc45b4 release: bump version to 0.68.2
  • 56b2251 Merge branch 'main' into release/0.68
  • e3f3a09 docs: adding previous changes in changelog.d repository (#3182)
  • 73e0ef1 build: bump ansys-sphinx-theme from 0.16.5 to 0.16.6 in the core group across...
  • 91a7cdd fix: combine the docker-compose files (#3169)
  • cdd3f17 Allowing multiple IPs for remote connection on MapdlPool (#3166)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 months ago

Superseded by #383.