Releases: EOxServer/eoxserver
Releases · EOxServer/eoxserver
Release 0.3.5
Changelog
- Various improvements in the preprocessing module
Release 0.4beta3
- Fixing incompatibilities with Django 1.6, 1.7 and 1.8
- adding
time_interval_interpretation
configuration option + fixing time interval bugs - re-implemented datasource synchronization
- improved docs and added many, many more tests
Release 0.3.4
Changelog
- Adjusting time_interval_interpretation for open intervals when start and end are equal.
Release 0.3.3
Changelog
- Adding
time_interval_interpretation
configuration option to determine if request interval shall be treated as closed (default) or open. - Fixing missing
Content-Length
header in GetCoverage responses (#276). - Adjustments to support MapServer 6.4.1 (#290).
- Adding proper attribution to map layers.
- Debian build configuration files.
- Various Jenkins build fixes.
Release 0.4beta2
- Improved inline and dedicated documentation
- Various fixes in metadata format readers
- Fixing bug in WCS 2.0 GetCapabilities
- Rewinding initial migrations
- Fixing debian package building
Release 0.4beta1
Release 0.4alpha1
Changelog:
- a completely new plugin system
- a brand new, extensible data model
- support for various storage and package backends
- implementation of additional WCS 2.0 extensions:
- WPS 1.0
- a lot of improvements in the core functionality like input/output parsing, result encoding etc.
- streamlining of the management commands
- many performance optimizations
Release 0.3.2
Changelog
- Switched to EOX Maps layers for background and new overlay in WebClient and Admin
- Added documentation as submodule for readthedocs.org
- Adjusting check_method_and_order() in reftools (#247)
- Improved transformer suggestion for 'vertical-outlines' tie-points' set as used in ngeo-b
- Actually raising RuntimeErrors in check of geographic metadata (#249)
- Reproject flipped images even if projections are the same in preprocessing
Release 0.3.1
Changelog
- Migrated to GitHub.
- Added Vagrant configuration
- Fixing several bugs.
- Updated build process by adding support for usage of a custom GDAL transformer needed for ENVISAT data having a big number of GCPs.