- Updated Folder functions (New_File -> Join(mkdir=True), Get_Path() -> Dir()) - Removed colors in Display.Plot_Tags() - Updated the method for setting up a tag in a mesh (_Set_Nodes_Tag and _Set_Elements_Tag). - Removed the old trick to generate the mesh with gmsh recombine - Updated Gmsh_Interface tests (test_mesh_isOrganised). - Enhanced examples.
1.3.0
- Implemented new element types: QUAD9, SEG5, TRI15, HEXA27, PRISM18. - Enhanced Gmsh_Interface for QUAD and HEXA elements. - Standardized shape functions. - Updated Paraview_Interface and PyVista_Interface. - Updated Gauss points quadrature. - Migrated from unittest to pytest. - Enhanced examples.
1.2.7
- Enhanced Gmsh_Interface. - Finite element shape functions were renamed to improve code readability. - NEW YEAR.
1.2.6
- Enhanced the Digital Image Correlation (DIC) analysis module. - Enhanced examples. - Updated docstrings. - Updated Display functions.
1.2.5
- Updated phase field solver.
1.2.4
- Updated docstrings. - Updated Display functions. - Updated PyVista_Interface functions. - Added _Elas.Get_sqrt_C_S() function. - Updated He split for heterogeneous material properties. - Added Save_pickle() and Load_pickle() functions. - Updated Gmsh_Interface for cracks. - Updated Folder functions.