v0.60.4
What's Changed
- Fix mixed argument types in
log_apdl
argument. by @germa89 in #744 - Fix/muting the output after issuing mapdl.mute=true by @germa89 in #748
- Fix/Aplot not working when using
amax
and/orainc
by @germa89 in #746 - add get_value guard when using non_interactive by @akaszynski in #752
- Add vm2 by @RomanIlchenko1308 in #728
- account for edge case with hidden nodes by @akaszynski in #755
- Fixing error tolerance in
load_table
andload_array
by @germa89 in #758 - Revert "account for edge case with hidden nodes" by @akaszynski in #761
- Use consistent tests by @akaszynski in #762
- modernize docbuild by @akaszynski in #760
- Feat/Adding contact friction stresses to post processing module by @germa89 in #739
- Fix missing arguments in inquire by @germa89 in #754
- depricate usage of chain_commands by @akaszynski in #767
- allow color parm for area plotting by @akaszynski in #770
- added type hint for the result property fixing #768 by @jgd10 in #769
- Feat/post processing consistency properties by @germa89 in #778
- Fix/returning only values for selected elements in post processing by @germa89 in #777
- Updated gitignore to exclude PyCharm local settings folder. by @germa89 in #784
- Fix parsing time values in
post_processing
module by @germa89 in #771 - Added import error messages regarding outdated API module. by @germa89 in #779
- Fix SystemError: <class 'OSError'> returned a result with an error set by @germa89 in #790
- Improved /TBFT function. by @germa89 in #782
- Fix/
log_file
keyword was not being used in_Mapdl
by @germa89 in #795 - Doc/ Adding 'exec' keyword info to documentation by @germa89 in #793
- Detaching file location input from Mapdl.input by @germa89 in #783
- Adding support to
***inq
functions by @germa89 in #799 - Fix table format by @germa89 in #805
- Added missing return by @germa89 in #807
- Fixing broken code block by @germa89 in #803
- Add Verification Manual VM6 by @RomanIlchenko1308 in #756
- Fix MAPDL collection by @akaszynski in #809
- Fix doc build auth by @akaszynski in #810
New Contributors
- @RomanIlchenko1308 made their first contribution in #728
Full Changelog: v0.60.3...v0.60.4