samgis / docs /Changelog.md
aletrn's picture
[docs] add CHANGELOG.md and link within sphinx docs, bump to samgis version 1.1.0
8f9eb5c
|
raw
history blame
1.05 kB

Changelog

Version 1.1.0

  • Added this changelog
  • specific backend branch code uses terrain providers like nextzen and MapBox Terrain-RGB v1
  • update test coverage
  • update python dependencies versions
  • update node dependencies versions

Version 1.0.2

  • HuggingFace frontend demo: update the navbar url to SamGIS docs
  • add two openapi docs builder scripts
  • update samgis version within docs
  • remove unused package.json

Version 1.0.1

Version 1.0.0

First release:

  • user onboarding tour with driver.js
  • code decoupling between the AWS lambda wrapper and the backend...
  • ...now also deployed on this HuggingSpace space demo (here some explanation about adding a SPA vuejs frontend)
  • request input validation using Pydantic
  • support for array prompts (both rectangle and point types)
  • tiles download/merge/crop steps uses contextily by geopandas
  • CSS frontend style with Tailwind