NaxToPy 3.2.2__tar.gz → 3.3.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (165) hide show
  1. {naxtopy-3.2.2 → naxtopy-3.3.0}/LICENSE +1 -1
  2. {naxtopy-3.2.2/src/NaxToPy.egg-info → naxtopy-3.3.0}/PKG-INFO +23 -8
  3. {naxtopy-3.2.2 → naxtopy-3.3.0}/README.md +19 -4
  4. {naxtopy-3.2.2 → naxtopy-3.3.0}/pyproject.toml +4 -4
  5. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/N2PNastranInputData.py +477 -52
  6. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Constants/Constants.py +5 -5
  7. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Errors/N2PLog.py +6 -0
  8. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/N2PModelContent.py +58 -54
  9. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/n2ptoexe/N2PtoEXE.py +2 -1
  10. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/N2PUpdateFastener.py +2 -2
  11. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysis/Core/Functions/N2PGetResults.py +1 -1
  12. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/joints/N2PBolt.py +1 -1
  13. {naxtopy-3.2.2 → naxtopy-3.3.0/src/NaxToPy.egg-info}/PKG-INFO +23 -8
  14. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy.egg-info/SOURCES.txt +0 -2
  15. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy.egg-info/requires.txt +2 -2
  16. naxtopy-3.2.2/src/NaxToPy/Modules/static/composite/failure_analysis/N2PFailureComposite_Backupy.py +0 -2000
  17. naxtopy-3.2.2/src/NaxToPy/Modules/static/composite/failure_analysis/N2PFailureComposite_Vectorisation.py +0 -2742
  18. {naxtopy-3.2.2 → naxtopy-3.3.0}/setup.cfg +0 -0
  19. {naxtopy-3.2.2 → naxtopy-3.3.0}/setup.py +0 -0
  20. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQEntities/N2PEntity.py +0 -0
  21. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQEntities/N2PEntityElement.py +0 -0
  22. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQEntities/N2PEntityNode.py +0 -0
  23. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQEntities/N2PEntityShell.py +0 -0
  24. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQEntities/__init__.py +0 -0
  25. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeyword.py +0 -0
  26. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordBEAMSECTION.py +0 -0
  27. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordCOUPLING.py +0 -0
  28. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordDENSITY.py +0 -0
  29. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordDISTRIBUTING.py +0 -0
  30. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordDISTRIBUTINGCOUPLING.py +0 -0
  31. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordELASTIC.py +0 -0
  32. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordELEMENT.py +0 -0
  33. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordELSET.py +0 -0
  34. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordENDINSTANCE.py +0 -0
  35. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordENDPART.py +0 -0
  36. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordINSTANCE.py +0 -0
  37. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordKINEMATIC.py +0 -0
  38. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordKINEMATICCOUPLING.py +0 -0
  39. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordMATERIAL.py +0 -0
  40. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordNODE.py +0 -0
  41. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordNSET.py +0 -0
  42. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordORIENTATION.py +0 -0
  43. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordPART.py +0 -0
  44. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordPLASTIC.py +0 -0
  45. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordSHELLSECTION.py +0 -0
  46. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordSOLIDSECTION.py +0 -0
  47. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/N2PKeywordSURFACE.py +0 -0
  48. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ABQKeywords/__init__.py +0 -0
  49. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/AllClasses.py +0 -0
  50. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/N2PAbaqusInputData.py +0 -0
  51. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/N2PComponent.py +0 -0
  52. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/N2PConnector.py +0 -0
  53. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/N2PCoord.py +0 -0
  54. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/N2PElement.py +0 -0
  55. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/N2PFreeBody.py +0 -0
  56. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/N2PIncrement.py +0 -0
  57. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/N2PLoadCase.py +0 -0
  58. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/N2PMaterial.py +0 -0
  59. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/N2PNode.py +0 -0
  60. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/N2PProperty.py +0 -0
  61. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/N2PReport.py +0 -0
  62. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/N2PResult.py +0 -0
  63. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/N2PSection.py +0 -0
  64. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/N2PSet.py +0 -0
  65. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/ProgresBar.py +0 -0
  66. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Classes/__init__.py +0 -0
  67. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Constants/__init__.py +0 -0
  68. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Constants/librerias.py +0 -0
  69. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Errors/N2PColors.py +0 -0
  70. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Errors/N2PFileHandler.py +0 -0
  71. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Errors/__init__.py +0 -0
  72. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Reference_Finder/__Reference_Finder.py +0 -0
  73. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/Reference_Finder/__init__.py +0 -0
  74. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/_AuxFunc/_NetToPython.py +0 -0
  75. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/_AuxFunc/__init__.py +0 -0
  76. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Core/__init__.py +0 -0
  77. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/__init__.py +0 -0
  78. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/common/__init__.py +0 -0
  79. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/common/data_input_hdf5.py +0 -0
  80. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/common/hdf5.py +0 -0
  81. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/common/material.py +0 -0
  82. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/common/model_processor.py +0 -0
  83. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/common/property.py +0 -0
  84. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/envelope/N2PEnvelope.py +0 -0
  85. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/envelope/__init__.py +0 -0
  86. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/__init__.py +0 -0
  87. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/airbus/__init__.py +0 -0
  88. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/airbus/core_shear_crimping_airbus.py +0 -0
  89. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/airbus/dimpling_airbus.py +0 -0
  90. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/airbus/wrinkling_airbus.py +0 -0
  91. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/bruhn/__init__.py +0 -0
  92. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/cmh/__init__.py +0 -0
  93. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/cmh/core_shear_crimping_cmh.py +0 -0
  94. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/cmh/dimpling_cmh.py +0 -0
  95. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/cmh/wrinkling_cmh.py +0 -0
  96. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/esdu/__init__.py +0 -0
  97. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/hsb/__init__.py +0 -0
  98. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/hsb/wrinkling_hsb.py +0 -0
  99. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/hypersizer/__init__.py +0 -0
  100. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/hypersizer/crimping_hypersizer.py +0 -0
  101. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/hypersizer/dimpling_hypersizer.py +0 -0
  102. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/hypersizer/wrinkling_hypersizer.py +0 -0
  103. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/nasa/__init__.py +0 -0
  104. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/handbooks/nasa/wrinkling_nasa.py +0 -0
  105. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/n2ptoexe/__init__.py +0 -0
  106. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/numericaltools/N2PCoefficientsFinder.py +0 -0
  107. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/numericaltools/__init__.py +0 -0
  108. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/__init__.py +0 -0
  109. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/composite/__init__.py +0 -0
  110. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/composite/delamination/N2PEdgeDelamination.py +0 -0
  111. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/composite/delamination/__init__.py +0 -0
  112. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/composite/failure_analysis/N2PCompositeFailure.py +0 -0
  113. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/composite/failure_analysis/__init__.py +0 -0
  114. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/composite/sandwich/N2PSandwich.py +0 -0
  115. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/composite/sandwich/__init__.py +0 -0
  116. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/N2PCalculatorRFJoints.py +0 -0
  117. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/N2PCompRF.py +0 -0
  118. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/N2PFastenerAnalysis.py +0 -0
  119. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/N2PGetFasteners.py +0 -0
  120. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/N2PGetLoadFasteners.py +0 -0
  121. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/N2PMetalRF.py +0 -0
  122. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/N2PRivetRF.py +0 -0
  123. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysis/Core/Functions/N2PGetAttachments.py +0 -0
  124. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysis/Core/Functions/N2PInterpolation.py +0 -0
  125. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysis/Core/Functions/N2PLoadModel.py +0 -0
  126. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysis/Core/Functions/N2PRotation.py +0 -0
  127. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysis/Core/Functions/__init__.py +0 -0
  128. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysis/Core/__init__.py +0 -0
  129. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysis/__init__.py +0 -0
  130. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Check/Validation.py +0 -0
  131. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Classes/AR1DElement.py +0 -0
  132. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Classes/ARAttachment.py +0 -0
  133. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Classes/ARBolt.py +0 -0
  134. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Classes/ARPlate.py +0 -0
  135. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Classes/ARPlateElements.py +0 -0
  136. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Classes/__init__.py +0 -0
  137. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARAuxiliarFunctions.py +0 -0
  138. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARBilinearInterpolation.py +0 -0
  139. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARConfigurationInput.py +0 -0
  140. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARDerivedLoadCases.py +0 -0
  141. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARFileInputRivetsIDs.py +0 -0
  142. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARGetAttachments.py +0 -0
  143. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARGetBolts.py +0 -0
  144. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARReadResultsFromFile.py +0 -0
  145. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARResults.py +0 -0
  146. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARRotation.py +0 -0
  147. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/ARSerialize.py +0 -0
  148. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/Functions/__init__.py +0 -0
  149. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/Core/__init__.py +0 -0
  150. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/_N2PFastenerAnalysisDeprecated/__init__.py +0 -0
  151. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/__init__.py +0 -0
  152. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/joints/N2PAttachment.py +0 -0
  153. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/joints/N2PFastenerSystem.py +0 -0
  154. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/joints/N2PJoint.py +0 -0
  155. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/joints/N2PJointAnalysisParameters.py +0 -0
  156. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/joints/N2PPlate.py +0 -0
  157. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/fasteners/joints/__init__.py +0 -0
  158. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/metallic/__init__.py +0 -0
  159. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/metallic/neuber/N2PNeuber.py +0 -0
  160. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/Modules/static/metallic/neuber/__init__.py +0 -0
  161. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/NaxToPy.ico +0 -0
  162. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/__init__.py +0 -0
  163. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy/user_functions.txt +0 -0
  164. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy.egg-info/dependency_links.txt +0 -0
  165. {naxtopy-3.2.2 → naxtopy-3.3.0}/src/NaxToPy.egg-info/top_level.txt +0 -0
@@ -1,4 +1,4 @@
1
- Copyright (c) 2024 Idaero Solutions
1
+ Copyright (c) 2026 Idaero Solutions
2
2
 
3
3
  This freeware license agreement (“agreement”) is a legally binding contract
4
4
  between the individual who downloads the software (“you”) and the licensor,
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: NaxToPy
3
- Version: 3.2.2
3
+ Version: 3.3.0
4
4
  Summary: Package for postprocessing FEM results in Python
5
5
  Home-page: https://www.idaerosolutions.com/Home/NaxToPy
6
6
  Download-URL: https://apps.microsoft.com/detail/XP9MMH0KDKGRJN?hl=en-US&gl=US
7
7
  Author-email: Idaero Solutions <manuel.sanchez@idaerosolutions.com>
8
8
  License: MIT
9
- Project-URL: Documentation, https://www.idaerosolutions.com/NaxToDocumentation/NaxToPy/3.1.0/index.html
9
+ Project-URL: Documentation, https://www.idaerosolutions.com/NaxToDocumentation/NaxTo/index.html
10
10
  Project-URL: LinkedIn, https://www.linkedin.com/company/idaero/
11
11
  Keywords: NaxTo,Postprocessing,FEM
12
12
  Classifier: Intended Audience :: Science/Research
@@ -18,9 +18,9 @@ Requires-Python: >=3.9
18
18
  Description-Content-Type: text/markdown
19
19
  License-File: LICENSE
20
20
  Requires-Dist: pythonnet>=3.0.4
21
- Requires-Dist: numpy>=1.26.0
21
+ Requires-Dist: numpy>=1.25.1
22
22
  Requires-Dist: setuptools>=67.8.0
23
- Requires-Dist: h5py>=3.12.1
23
+ Requires-Dist: h5py>=3.8.0
24
24
  Dynamic: download-url
25
25
  Dynamic: home-page
26
26
  Dynamic: license-file
@@ -51,10 +51,10 @@ additional software beyond NaxTo (see the Download and Homepage links on the lef
51
51
  ---------------
52
52
 
53
53
  ⚠️**Warning:** To use NaxToPy, [**NaxTo**](https://apps.microsoft.com/detail/XP9MMH0KDKGRJN?hl=en-US&gl=US) must be installed.
54
- This version is compatible with **NaxTo 2025.2**.
54
+ This version is compatible with **NaxTo 2026.0**.
55
55
  Check in _Programs and Features_ the NaxTo version that is installed.
56
56
 
57
- 📘**Note:** If a specific NaxTo version is installed, search the [**NaxToPy History**](https://pypi.org/project/NaxToPy/3.1.2/#history) to find which newer version is compatible with it.
57
+ 📘**Note:** If a specific NaxTo version is installed, search the [**NaxToPy History**](https://pypi.org/project/NaxToPy/#history) to find which newer version is compatible with it.
58
58
 
59
59
 
60
60
  ## Installation
@@ -292,7 +292,22 @@ is redundant. The coordinate system will prevail.
292
292
  1. BugFix: Logs message are not printed double when the buffer is called several times.
293
293
  2. BugFix: `get_load_case()` now returns correctly the load cases if it is called before and after calling `import_results_from_files()`.
294
294
  3. Refactor: New structure for the h5 files generated by N2PNeuber module.
295
- 4. BugFix: MCID in CQUAD4 and CTRIA3 are now correctly readed from a bdf file.
295
+ 4. BugFix: MCID in CQUAD4 and CTRIA3 are now correctly read from a bdf file.
296
+
297
+ ### v.3.2.3
298
+ 1. Refactor: lower minimum required versions of NumPy and HDF5.
299
+ - numpy >= 1.25.1
300
+ - h5py >= 3.8.0
301
+ 2. Feat: Now is possible to read Nastran and Optistruct **SET**s. They are loaded as `N2Set`.
302
+ 3. Refactor: Reorder in `N2PNastranInputData.find_cards()` params making superElements optional. `category` is the first argument. `superElements` is now optional (default=None) to allow searching across all superelements by default.
303
+ 4. BugFix: Internal lazy dictionary for N2Cards (reading a Nastran or Optistruct input file) is fixed.
304
+
305
+ ### v.3.3.0
306
+ 1. feat: optistruct fem files are now completely supported.
307
+ 2. feat: New methods for `N2PmodelContent.ModelInputData`: `update_model()` and `create_bdf_file`.
308
+ 3. feat: New methods for Optistruct and Nastran Cards: `remap_card()`, `set_raw_content_and_remap()`, `IsValid()`, `IsModified()`, `mark_as_synthetic()` and `mark_as_original()`.
309
+ 4. bugfix: minor errors have been fixed.
310
+ 5. refactor: optimize BDF (Nastran) and FEM (OptiStruct) file parsing methods.
296
311
 
297
312
  # Documentation
298
313
 
@@ -509,7 +524,7 @@ def dataframe_results(model: "N2PModelContent", result: "N2PResult", sections=No
509
524
  ##
510
525
  For more documentation visit https://idaerosolutions.com/Home/NaxToPy
511
526
 
512
- Complete NaxToPy documentation at: https://www.idaerosolutions.com/NaxToDocumentation/NaxToPy/3.1.0/index.html
527
+ Complete NaxToPy documentation at: https://www.idaerosolutions.com/NaxToDocumentation/NaxTo/index.html
513
528
 
514
529
  # License
515
530
 
@@ -24,10 +24,10 @@ additional software beyond NaxTo (see the Download and Homepage links on the lef
24
24
  ---------------
25
25
 
26
26
  ⚠️**Warning:** To use NaxToPy, [**NaxTo**](https://apps.microsoft.com/detail/XP9MMH0KDKGRJN?hl=en-US&gl=US) must be installed.
27
- This version is compatible with **NaxTo 2025.2**.
27
+ This version is compatible with **NaxTo 2026.0**.
28
28
  Check in _Programs and Features_ the NaxTo version that is installed.
29
29
 
30
- 📘**Note:** If a specific NaxTo version is installed, search the [**NaxToPy History**](https://pypi.org/project/NaxToPy/3.1.2/#history) to find which newer version is compatible with it.
30
+ 📘**Note:** If a specific NaxTo version is installed, search the [**NaxToPy History**](https://pypi.org/project/NaxToPy/#history) to find which newer version is compatible with it.
31
31
 
32
32
 
33
33
  ## Installation
@@ -265,7 +265,22 @@ is redundant. The coordinate system will prevail.
265
265
  1. BugFix: Logs message are not printed double when the buffer is called several times.
266
266
  2. BugFix: `get_load_case()` now returns correctly the load cases if it is called before and after calling `import_results_from_files()`.
267
267
  3. Refactor: New structure for the h5 files generated by N2PNeuber module.
268
- 4. BugFix: MCID in CQUAD4 and CTRIA3 are now correctly readed from a bdf file.
268
+ 4. BugFix: MCID in CQUAD4 and CTRIA3 are now correctly read from a bdf file.
269
+
270
+ ### v.3.2.3
271
+ 1. Refactor: lower minimum required versions of NumPy and HDF5.
272
+ - numpy >= 1.25.1
273
+ - h5py >= 3.8.0
274
+ 2. Feat: Now is possible to read Nastran and Optistruct **SET**s. They are loaded as `N2Set`.
275
+ 3. Refactor: Reorder in `N2PNastranInputData.find_cards()` params making superElements optional. `category` is the first argument. `superElements` is now optional (default=None) to allow searching across all superelements by default.
276
+ 4. BugFix: Internal lazy dictionary for N2Cards (reading a Nastran or Optistruct input file) is fixed.
277
+
278
+ ### v.3.3.0
279
+ 1. feat: optistruct fem files are now completely supported.
280
+ 2. feat: New methods for `N2PmodelContent.ModelInputData`: `update_model()` and `create_bdf_file`.
281
+ 3. feat: New methods for Optistruct and Nastran Cards: `remap_card()`, `set_raw_content_and_remap()`, `IsValid()`, `IsModified()`, `mark_as_synthetic()` and `mark_as_original()`.
282
+ 4. bugfix: minor errors have been fixed.
283
+ 5. refactor: optimize BDF (Nastran) and FEM (OptiStruct) file parsing methods.
269
284
 
270
285
  # Documentation
271
286
 
@@ -482,7 +497,7 @@ def dataframe_results(model: "N2PModelContent", result: "N2PResult", sections=No
482
497
  ##
483
498
  For more documentation visit https://idaerosolutions.com/Home/NaxToPy
484
499
 
485
- Complete NaxToPy documentation at: https://www.idaerosolutions.com/NaxToDocumentation/NaxToPy/3.1.0/index.html
500
+ Complete NaxToPy documentation at: https://www.idaerosolutions.com/NaxToDocumentation/NaxTo/index.html
486
501
 
487
502
  # License
488
503
 
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "NaxToPy"
7
- version = "3.2.2"
7
+ version = "3.3.0"
8
8
  license = {text = "MIT"}
9
9
  authors = [ { name = "Idaero Solutions", email = "manuel.sanchez@idaerosolutions.com" }, ]
10
10
  requires-python = ">=3.9"
11
11
  dependencies = ["pythonnet>=3.0.4",
12
- "numpy>=1.26.0",
12
+ "numpy>=1.25.1",
13
13
  "setuptools>=67.8.0",
14
- "h5py>=3.12.1"]
14
+ "h5py>=3.8.0"]
15
15
  description = "Package for postprocessing FEM results in Python"
16
16
  readme = "README.md"
17
17
  classifiers = ["Intended Audience :: Science/Research",
@@ -25,7 +25,7 @@ keywords = ["NaxTo",
25
25
  "FEM"]
26
26
 
27
27
  [project.urls]
28
- "Documentation" = "https://www.idaerosolutions.com/NaxToDocumentation/NaxToPy/3.1.0/index.html"
28
+ "Documentation" = "https://www.idaerosolutions.com/NaxToDocumentation/NaxTo/index.html"
29
29
  "LinkedIn" = "https://www.linkedin.com/company/idaero/"
30
30
 
31
31
  [tool.setuptools]