Skip to content

Commit dcb8482

Browse files
committed
Merge branch '1.4' of https://github.com/SteveDoyle2/pyNastran into 1.4
# Conflicts: # README.md
2 parents dbb6154 + 4febaac commit dcb8482

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
Main/dev:
3-
[![Documentation Status](https://readthedocs.org/projects/pynastran-git/badge/?version=latest)](http://pynastran-git.readthedocs.io/en/latest/?badge=latest)
3+
[![Documentation Status](https://readthedocs.org/projects/pynastran-git/badge/?version=1.4)](http://pynastran-git.readthedocs.io/en/latest/?badge=latest)
44
[![Linux Status](https://github.com/SteveDoyle2/pyNastran/workflows/CI/badge.svg)](https://github.com/SteveDoyle2/pyNastran/actions?query=workflow%3ACI+branch%3Amaster)
55
[![Coverage Status](https://codecov.io/gh/SteveDoyle2/pyNastran/branch/main/graph/badge.svg)](https://codecov.io/gh/SteveDoyle2/pyNastran)
66

7-
See the [Installation Instructions](https://pynastran-git.readthedocs.io/en/1.4/installation/installation.html#installation-from-release)
7+
See the [Installation Instructions](https://pynastran-git.readthedocs.io/en/1.4/installation/installation.html#installation-from-release)
88
for instructions on installing pyNastran.
99

1010

@@ -45,6 +45,8 @@ Everyone interacting in the setuptools project’s codebase, issue trackers, cha
4545
[![codecov](https://codecov.io/gh/SteveDoyle2/pyNastran/branch/main/graph/badge.svg)](https://codecov.io/gh/SteveDoyle2/pyNastran)
4646
[![Coverage Status](https://img.shields.io/coveralls/SteveDoyle2/pyNastran/main.svg)](https://coveralls.io/github/SteveDoyle2/pyNastran?branch=main)
4747
--->
48+
<!---
49+
4850
4951
<!---
5052
[![Build status](https://ci.appveyor.com/api/projects/status/1qau107h43mbgghi/branch/main?svg=true)](https://ci.appveyor.com/project/SteveDoyle2/pynastran/branch/main)
@@ -86,7 +88,7 @@ it's not included with the official release, but is found in
8688
This should be hidden...
8789
--->
8890

89-
### v1.4.0 has NOT been released (2024/2/29)
91+
### v1.4.0 has been released (2024/2/29)
9092

9193
It's been a while since the the update, but I've had a more time lately. MSC also provided a copy of MSC Nastran free of charge to help support the project, so modern MSC Nastran support is much better.
9294

@@ -123,7 +125,8 @@ GUI:
123125
- greatly expanded preferences menu; many more preferences are saved
124126
- new icons
125127

126-
See pyNastran `v1.4.0 release notes <https://github.com/SteveDoyle2/pyNastran/releases/tag/v1.4.0>`_ for details on the other changes.
128+
129+
See pyNastran `release notes <https://github.com/SteveDoyle2/pyNastran/releases/tag/v1.4.0>`_ for details on the other changes.
127130

128131

129132
### v1.3.4 has been released (2022/5/30)
@@ -137,7 +140,7 @@ Programmatics:
137140

138141
There are also at least 33 bugs fixed and a few features added from the 1.4 release (e.g., pathlib support, subcase limiting in the flutter F06 parser).
139142

140-
See pyNastran `v1.3.4 release notes <https://github.com/SteveDoyle2/pyNastran/releases/tag/v1.3.4>`_ for details on the other changes.
143+
See pyNastran [release notes](https://github.com/SteveDoyle2/pyNastran/releases/tag/1.3.4) for details on the other changes.
141144

142145

143146
### v1.3.3 (2020/6/28)
@@ -156,7 +159,7 @@ Programmatics:
156159
- updated nptyping requirements
157160
- support for NX 2019.0, 2019.1
158161

159-
See pyNastran `v1.3.3 release notes <https://github.com/SteveDoyle2/pyNastran/releases/tag/v1.3.3>`_ for details on the 54 bug fixes. Not too bad for 2.5 months!
162+
See pyNastran [release notes](https://github.com/SteveDoyle2/pyNastran/releases/tag/1.3.3) for details on the 54 bug fixes. Not too bad for 2.5 months!
160163

161164

162165
### pyNastran v1.3.2 has been released (2020/4/8)
@@ -340,17 +343,15 @@ GUI:
340343
- options for Nastran in preferences menu to speed up loading/limit memory usage
341344
- pyNastran BDF pickle reading
342345
- pyNastran OP2 HDF5 reading (not MSC's format)
343-
- visualization when pickling nodes/elements
346+
- visualization when picking nodes/elements
344347
- min/max labels
345348
- highlight menu
346349
- Patran-style colors
347350
- custom force vectors
348351
- AVL support
349352

350-
351353
Known issues:
352354
- Transient Pandas Dataframes will fail for newer versions of numpy/pandas.
353-
If anyone knows how to use a MultiIndex, this is probably pretty easy to fix.
354355

355356
### v1.2.0 (2019/5/21)
356357

0 commit comments

Comments
 (0)