ChangelogΒΆ

2.0.0 2018-08-03

  • [Feature]: Added coding standards to Travis

  • [Feature]: Moved documentation under the docs/ folder

  • [Feature]: Implement background jobs using Huey

  • [Feature]: Bump Django to 2.1

  • [Bug] #79: Add scale_ attribute parsing for min/max

  • [Bug] #132: Support datasets with no time dimension

1.6.0 2018-04-05

  • [Feature]: Drop support for Python<3.6

  • [Feature]: Upgrade all external libraries

  • [Bug] #128: Fix issue when colorscalerange min was 0

  • [Bug] #127: Fix time searching/indexing

  • [Bug] #122: Fix the docker build

1.5.0 2015-12-18

  • [Feature]: Add the UTIDES dataset type

1.4.0 2015-11-19

  • [Feature] #101: Ability to view sci-wms logs from the web client (login only)

  • [Feature] #106: Support the COLORBARONLY parameter in GetLegendGraphic

  • [Bug] #107: Fix lat/lon order on UGRID datasets

  • [Bug] #105: Allow empty width/height parameters in GetLegendGraphic requests

1.3.0 2015-11-02

  • [Feature] #90: Set cubehelix as the default colormap

  • [Feature] #91: Implement LOGSCALE on GetMap requests

  • [Feature] #86: Implement the pcolor image type for UGRID

  • [Feature] #92: Added hatching styles

  • [Feature] #93: Python 3.4 support

  • [Feature] #94: Updated RTree library

  • [Feature] #97: Added default_style and default_numcontours to Layer

  • [Feature] #95: Release sci-wms on Dockerhub

1.2.0 2015-10-28

  • [Feature] #88: Add NUMCONTOURS support to GetMap Advanced Topics

  • [Feature] #89: Add contours support to GetMap

  • [Feature]: Upgrade to django-typed-models 0.5.0

  • [Feature]: Support Django>=1.7 (including 1.8)

1.0.0 2015-07-08

  • [Feature]: Ability to set min/max limits in web interface

  • [Feature] #45: Support datasets with more than one standard_name: time

  • [Feature] #7: Upgrade to Django 1.7

  • [Feature] #32: Integration of COMT branch

  • [Feature] #36: Support for running in a Docker container

  • [Feature]: Support CF-UGRID datasets via pysgrid

  • [Feature] #35: Support CF-SGRID datasets via pyugrid

  • [Feature] #8: Much improved documentation Deployment

  • [Feature] #4: Much improved documentation Roadmap

  • [Feature] #18: Much improved documentation Advanced Topics