Skip to content

v1.3.0

Latest

Choose a tag to compare

@jordibc jordibc released this 24 Jan 19:11
· 1 commit to master since this release

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-split now 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 smooth program 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