Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.45 KB

CHANGES.rst

File metadata and controls

49 lines (29 loc) · 1.45 KB

Changelog for landlab-rest

0.2.0 (2019-04-26)

New Features

  • Use flask-cors to allow API calls from other servers. (#8)

0.1.1 (2019-04-18)

Bug Fixes

  • Fixed a bug in the startup script. (#7)

0.1.0 (2019-04-18)

New Features

  • Added the start-sketchbook command to start the service. (#6)

Documentation Enhancements

  • Added documentation for building and running landlab-rest as a service within a docker container. (#1)

Other Changes and Additions

  • Added a docker file to create an image able to run the landlab-rest service. (#1)
  • Removed Python 2 compatibility. landlab-rest is now Python 3 only. (#4)
  • Set up continuous integration on Travis.org. (#5)
  • Added unit tests. (#5)
  • Added smoke tests for the command line interface, start-sketchbook. (#7)