Changes:
- Fixed RTD docs build.
- Updated via cruft from cookiecutter.
- Updated PyWPS >=4.5.2,<4.7
- Added GitHub CI (#110).
- Added Geospatial process.
- Added a new recipe for installing Emu with GIS libraries (pip install eum[gis]).
- Added example geospatial data (raster image courtesy of USGS: Mars MGS MOLA DEM 463m v2).
- Refined Ultimate Question process to be truer to the source literature.
Changes:
- Updated from cookiecutter template (#103, #105, #106).
- Added Translation process (#102).
- Added thredds to docker-compose as DAP server (#99).
- Added process creating NcML file aggregating netCDF files (#97).
Changes:
- pin PyWPS 4.2.x (#94).
This is the Bucharest release.
Changes:
- Skipped conda handling in Makefile (#91).
- Support WKT as input format in poly_centroid process (#49).
- Added input with multiple values (max_occurs > 1) (#89).
This is the San Francisco release.
Changes:
- Added example for Metalink as process output response (#84).
- Updated inout process with examples for AllowedValue, AnyValue and ValuesReference (#88, #85, #82).
- Using pywps ProcessError exception (#86)
- Added example process for dry-run usage (#83).
- Updated to latest cookiecutter template (#87).
This is the Washington release.
Changes:
- Using emu.__version__.py in setup.py (#67 and #68).
- Added Angle data type (#65).
- Added test for wps_multiple_outputs (#60).
This is the release for FOSS4G in Dar Es Salaam.
Changes:
- Enabled Conda support on ReadTheDocs (#40).
- Added
ncmeta
process with PyWPS OpenDAP support (#54). - Added
output_formats
process to test NetCDF and JSON output formats (#42). - Numerous fixes.
This is the first release without Buildout.
Is has a command-line interface emu
to start/stop the PyWPS service using Werkzeug.
Changes:
- Removed Buildout configuration and relying only on Conda and Werkzeug.
- Support for Python 2.7/3.x (#6).
- Added templates for issues, PRs and contribution guide (#15).
- Use bumpversion (#36).
- Makefile with clean, install, start, stop and status targets (#35).
- Use staticmethod for PyWPS handler (#33).
- Using Click CLI to start/stop PyWPS service (#31).
- Using jinja template for pywps configuration (#29)
This is the last release using Buildout for deployment. This release will be maintained on the 0.7.x branch.
Issues solved:
- Fix async mode in demo service (#26)
- Fix WSGI app initialisation (#17)
- Use six for Python 2/3 compatibility (#20)
- Reference Readme in Sphinx docs (#22)
- Move
tests/
folder to top-level directory (#21) - Updated gunicorn 19.x (#19)
Issues solved:
- Clean up directory structure and files (#13)
- clean up of buildout and docker (#14)
Others:
- Updated buildout conda recipe 0.4.0.
- using pywps autodoc extension for Sphinx.
- added badges for chat, docs and license.
- fixed pywps output format.
- hello process: using keywords in metadata for description.
- updated dependencies.
- updated demo service.
- added esgf_demo process.
- added psycopg2 conda package for postgres
- added dill and drmaa package for scheduler.
- updated pywps recipe 0.9.2.
- added demo module.
- updated pywps recipe 0.9.0.
- added wsgi application.
- updated pywps recipe 0.8.8.
- updated supervisor recipe 0.3.6.
- updated zc.buildout 2.7.1
- update Makefile.
- enabled bbox parameter.
- using Metadata role attribute.
- updated say_hello process.
- added multiple_outputs process.
- updated conda recipe 0.3.6.
- added processes: nap, binaryoperator, show_error.
- updated pywps recipe 0.8.2.
- updated pywps 4.0.0.
- fixed wps_caps test.
- using __version__ constant.
- fixed install on ubuntu 16.04: updated conda env (lxml, icu).
- using pywps-4.
- updated all processes to pywps-4.
- updated Dockerfile.
- using docker-compose with environment from .env.
- fixed docs and comments.
- updated recipes, using conda-offline.
- using new buildout recipes.
- using conda environment.yml
- using pytest.
- added bbox process.
- removed malleefowl dependency.
- using pywps WPSProcess class.
- zonal-mean process added.
- docker-compose added.
- updated Dockerfile.
- updated pywps, supervisor and docker recipe.
- log to stderr/supervisor.
- updated docs and makefile.
- Now possible to use shared anaconda for installation.
- Using buildout 2.x.
- Using Makefile from birdhousebuilder.bootstrap to install and start application.
Initial Paris Release