Skip to content

Bump pynastran from 1.3.4 to 1.4.1 in /constraints#461

Closed
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/pip/constraints/pynastran-1.4.1
Closed

Bump pynastran from 1.3.4 to 1.4.1 in /constraints#461
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/pip/constraints/pynastran-1.4.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps pynastran from 1.3.4 to 1.4.1.

Release notes

Sourced from pynastran's releases.

1.4.1

v1.4.1 (2024/3/25)

This is a mainly a bug fix release. There's also a couple of new acoustic cards and MSC's STRESSA table that were added to fix some errors.

The force/bending moment diagrams have also been improved:

  • Loads popup
  • Visuals to indicate the location of the cutting planes
  • Element ids may also be explicitly limited now
  • You can pick the plot x-axis (global x/y/z vs. distance)

BDF:

  • changed (trivial):
    • moving ACMODL writing to dynamics
    • reorg on AddCard class to make it easier to find cards
  • added:
    • PLOAD2s now support 7+ values (requires MSC >= 2018; NX doesn't support this)
    • CBUSH centroid to fix grid point forces bug
    • acoustic: PMIC, ACPLNW, AMLREG, MATPOR, MICPNT
    • is_acoustic() flag
  • fixed:
    • add_tempbc was named incorrectly (was tempbc)
    • MONDSP1 comp field can be a string (e.g., PLATE)
    • CBUSH x-vector normalization bug; was a min/max equality check, so [1,1,1] failed; now a norm check)
    • RBE3s have a bug in MSC Nastran where double precision causes an issue in MSC Nastran if there is a single weight that is greater than or equal to 2.0; RBE3s now always use single precision
    • fixing TEMP writing when ntemperatures > 3
    • ACMODL for NX wrote/expected ctype in the wrong field

OP2:

  • added:
    • op2_results.stressa (for MSC)
    • support for more Simcenter and Optistruct versions
    • adding OES1A table; stores results in stressa. for MSC Nastran
  • fixed:
    • trmbd/trmbu results read in properly
    • strain.ctetra/cpenta_strain hdf5 results read in properly
    • fixing 64-bit MSC version bug by settig is_interlaced = False
    • fixing 64-bit support for stress/strain-CSHEAR

OP2Geom:

  • changed:
    • explicitly stopping on mesh adaptation cards (e.g., PVAL, PCURV, PINT, GMSURF, ADAPT, ...)
  • added:
    • acoustic PMIC, AMLREG, ACPLNW, CHEXA/CROD, MICPNT, MATPOR-CRAGGS
  • fixed reading:
    • CFAST-NX reading should always work now (ida, idb, gs, xyzs added to reader)
    • FORCE, MOMENT 64-bit support

... (truncated)

Changelog

Sourced from pynastran's changelog.

v1.4.1 (2024/3/25)

This is a mainly a bug fix release. There's also a couple of new acoustic cards and MSC's STRESSA table that were added to fix some errors.

The force/bending moment diagrams have also been improved:

  • Loads popup
  • Visuals to indicate the location of the cutting planes
  • Element ids may also be explicitly limited now
  • You can pick the plot x-axis (global x/y/z vs. distance)

BDF:

  • changed (trivial):
    • moving ACMODL writing to dynamics
    • reorg on AddCard class to make it easier to find cards
  • added:
    • PLOAD2s now support 7+ values (requires MSC >= 2018; NX doesn't support this)
    • CBUSH centroid to fix grid point forces bug
    • acoustic: PMIC, ACPLNW, AMLREG, MATPOR, MICPNT
    • is_acoustic() flag
  • fixed:
    • add_tempbc was named incorrectly (was tempbc)
    • MONDSP1 comp field can be a string (e.g., PLATE)
    • CBUSH x-vector normalization bug; was a min/max equality check, so [1,1,1] failed; now a norm check)
    • RBE3s have a bug in MSC Nastran where double precision causes an issue in MSC Nastran if there is a single weight that is greater than or equal to 2.0; RBE3s now always use single precision
    • fixing TEMP writing when ntemperatures > 3
    • ACMODL for NX wrote/expected ctype in the wrong field

OP2:

  • added:
    • op2_results.stressa (for MSC)
    • support for more Simcenter and Optistruct versions
    • adding OES1A table; stores results in stressa. for MSC Nastran
  • fixed:
    • trmbd/trmbu results read in properly
    • strain.ctetra/cpenta_strain hdf5 results read in properly
    • fixing 64-bit MSC version bug by settig is_interlaced = False
    • fixing 64-bit support for stress/strain-CSHEAR

OP2Geom:

  • changed:
    • explicitly stopping on mesh adaptation cards (e.g., PVAL, PCURV, PINT, GMSURF, ADAPT, ...)
  • added:
    • acoustic PMIC, AMLREG, ACPLNW, CHEXA/CROD, MICPNT, MATPOR-CRAGGS
  • fixed reading:
    • CFAST-NX reading should always work now (ida, idb, gs, xyzs added to reader)
    • FORCE, MOMENT 64-bit support

other:

... (truncated)

Commits

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 <dependency name> 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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 20, 2025
@github-actions
Copy link
Copy Markdown

🤖 Constraints Bot: regenerated the constraints files and added a commit with the changes

@chennes
Copy link
Copy Markdown
Member

chennes commented Oct 21, 2025

@dependabot recreate

Bumps [pynastran](https://github.com/SteveDoyle2/pyNastran) from 1.3.4 to 1.4.1.
- [Release notes](https://github.com/SteveDoyle2/pyNastran/releases)
- [Changelog](https://github.com/SteveDoyle2/pyNastran/blob/main/releaseNotes.md)
- [Commits](SteveDoyle2/pyNastran@1.3.4...v1.4.1)

---
updated-dependencies:
- dependency-name: pynastran
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/constraints/pynastran-1.4.1 branch from bfe4352 to f4cb3f2 Compare October 21, 2025 02:41
@github-actions
Copy link
Copy Markdown

🤖 Constraints Bot: regenerated the constraints files and added a commit with the changes

@chennes chennes closed this Oct 21, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/constraints/pynastran-1.4.1 branch October 21, 2025 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant