Skip to content

Releases: DHI/terracotta

v0.8.3

07 Mar 13:15
f4539e8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

07 Jan 23:46
83bd1d7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

26 Sep 11:35
0cf1ea4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

28 Mar 15:50
17d4789
Compare
Choose a tag to compare

This release contains breaking changes, which means that databases created with Terracotta v0.7.x are not compatible with v0.8.x.

To upgrade an existing database you can use the new command terracotta migrate (experimental):

$ terracotta migrate mydb.sqlite

On a positive note, Terracotta now supports PostgreSQL as database flavor.

What's Changed

New Contributors

Full Changelog: v0.7.5...v0.8.0

v0.7.5

21 Feb 21:02
16d6077
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.4...v0.7.5

v0.7.4

20 Dec 13:26
04f1019
Compare
Choose a tag to compare

What's Changed

  • Switch to GH actions by @dionhaefner in #242
  • Now works with recent versions of rasterio

Full Changelog: v0.7.3...v0.7.4

v0.7.3

12 Oct 17:41
30730e7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.2

01 Jul 07:43
Compare
Choose a tag to compare

Fixes a bug that made TC_EXTRA_CMAP_FOLDER unusable.

v0.7.1

12 May 12:41
Compare
Choose a tag to compare

New features

  • A whole new and shiny preview app in React (thanks to @bertearazvan).
  • terracotta ingest now has a --skip-existing option.
  • Use of multiprocessing is now configurable via TC_USE_MULTIPROCESSING.

Bug fixes

  • Automatically respawns broken process pools.
  • Better MySQL caching and URL parsing.
  • Bumped dependencies.

v0.7.0

01 Jul 09:52
Compare
Choose a tag to compare

We added support for custom color maps and fixes to the raster driver and the MySQL database driver

Changes

  • You can now conveniently include your custom color maps in an EXTRA_CMAP_FOLDER of your choosing, thanks to @dionhaefner
  • Rasters with existing alpha bands now just work (#176) fixed by @dionhaefner
  • /colormap response changed: JSON key is called rgba instead of rgb and contains 4 values.

Bug fixes

Other

  • Docs now rst-magically build the color map visualizations and got rid of their Matplotlib dependency, by @dionhaefner