Skip to content

Releases: fgebhart/mapa

v0.12.0

25 Jul 19:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

27 Mar 19:18
20594ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

16 Dec 19:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

24 Apr 20:11
Compare
Choose a tag to compare

What's Changed

  • TYP: fix type hints for z_offset by @fgebhart in #58
  • ENH: enable option to split model into tiles, zip output stls by @fgebhart in #59

Full Changelog: v0.8.0...v0.9.0

v0.8.0

07 Apr 18:27
Compare
Choose a tag to compare

What's Changed

  • ensure bottom is connected with side triangles in efficient way by @fgebhart in #53
  • DEP: upgrade dependencies (especially black) to fix failing formattin… by @fgebhart in #54
  • FIX: ensure normals are correctly oriented by changing order of coord… by @fgebhart in #55

Full Changelog: v0.7.0...v0.8.0

v0.7.0

28 Mar 18:42
Compare
Choose a tag to compare

What's Changed

  • ENH: remove duplicate logging to STDOUT and drop timing decorator by @fgebhart in #44
  • FIX: 3d surface mesh and side mesh are closed by @fgebhart in #46

Full Changelog: v0.6.3...v0.7.0

v0.6.3

21 Mar 18:26
Compare
Choose a tag to compare

What's Changed

  • ENH: drop rows and cols only in case input array has enough of them by @fgebhart in #42
  • CLN: remove treatmet for max_number_of_stac_items as it is no longer … by @fgebhart in #43

Full Changelog: v0.6.2...v0.6.3

v0.6.2

19 Mar 19:46
Compare
Choose a tag to compare

What's Changed

  • RFC: rename temp direcoty by @fgebhart in #40
  • RFC: use logging instead of click.echo by @fgebhart in #39
  • FIX: catch index error and raise more meaningful error in case of too… by @fgebhart in #41

Full Changelog: v0.6.1...v0.6.2

v0.6.1

17 Mar 12:24
Compare
Choose a tag to compare

What's Changed

  • CLN: remove matplotlib, refactor function from utils to stac by @fgebhart in #35
  • TST: mock file downloads to speed up test runtime by @fgebhart in #36
  • DOC: include streamlit app link to readme by @fgebhart in #37
  • DOC: add classifiers to pyproject.toml, bump license by @fgebhart in #38

Full Changelog: v0.6.0...v0.6.1

v0.6.0

15 Mar 18:23
Compare
Choose a tag to compare

What's Changed

  • DOC: Update readme picture of 3d model by @fgebhart in #29
  • DEP: allow also greater python versions and update dependencies by @fgebhart in #30
  • ENH: allow passing a max number of stac items threshold by @fgebhart in #31
  • ENH: Enable progressbar by @fgebhart in #32
  • CI: enable caching of poetry dependencies by @fgebhart in #33
  • ENH: lower max resolution threshold to ensure smaller STL files by @fgebhart in #34

Full Changelog: v0.5.0...v0.6.0