The main repository is in https://gitlab.com/jordibc/mapelia , and the releases are updated there.
In github the code should get synchronized, but the releases are not necessarily updated.
With that said, in this release we have:
- Fixed a bug with the Mollweide projection, where it had the wrong width-x-height
stl-splitnow accepts new arguments:--zcut(value of z where the figure will be cut) and--discard-border(separate all triangles cut into a different file, instead of breaking them into pieces that each go to their corresponding hemisphere)- Added the
smoothprogram to smooth images before creating 3D models - Modernized the installation using
pyproject.toml - Run with or without cython (faster if cython is used, but it's not necessary)
- Updated documentation and cleanup