Releases: MmgTools/hex2tet
Releases · MmgTools/hex2tet
v1.1.0
In a nutshell
- 64-bit integers compatibility
- reading of
npy
input files - possibility to provide input edges and ridges and to preserve them in the output
What's Changed
- Replaced cmake/modules.FindMmg.cmake with updated version by @coprigent in #1
- Compatibility with int64_t by @coprigent in #2
- hex2tet now reads edges and ridges in input mesh file and saves them in output file. by @coprigent in #3
- Fixed a prototype by @coprigent in #4
- Added Github actions workflow by @coprigent in #8
- Feature/npy inputs by @coprigent in #9
- Fixed Fortran header generation; Added wrapping of MMG5_ARG_[\w*] as … by @coprigent in #10
- Added a missing initialization of several variables when reading input mesh by @coprigent in #12
- H2T_loadNpy: Add edges of bounding box to mesh structure by @coprigent in #11
- Correction of reading .npy files by @coprigent in #13
- Data type reading in .npy files by @coprigent in #14
- fixed small error in fread call by @coprigent in #15
- Converted some ints to MMG5_int to fix some overflows by @coprigent in #16
- Fixed some minor warnings related to integer types by @coprigent in #17
- Fix issues with bison, gfortran and scotch in continuous integration by @Algiane in #18
New Contributors
Full Changelog: v1.0.0_a...v1.1.0