Sortie de PostGIS 1.5.0 en beta1

Apres plusieurs mois de développement voici la nouvelle release de PostGIS en version 1.5, qui sort aujourd’hui officiellement en version beta 1.

Principales modifications/améliorations :

IMPORTANT:

Vous êtes cordialement invités à tester ces nouvelles releases pendant toute la phase de beta et à faire remonter (le cas échéant) les bugs et questions existentielles sur la mailing list postgis-devel ou directement via le trac PostGIS

Download:

Download de PostGIS 1.5.0 beta 1

Changelog officiel de cette release:


- Add Hausdorff distance calculations (#209) (Vincent Picavet)
- Add parameters argument to ST_Buffer operation to support one-sided buffering and other buffering styles (Sandro Santilli)
- Performance improvements to ST_Distance (Nicklas Aven)
- Addition of other Distance related and visualization functions (Nicklas Aven)
- ST_ClosestPoint
- ST_LongestLine
- ST_MaxDistance
- ST_ShortestLine
- KML, GML input via ST_GeomFromGML and ST_GeomFromKML (Olivier Courtin)
- Extract homogeneous collection with ST_CollectionExtract (Paul Ramsey)
- History table implementation in utils (George Silva)
- Win32 support and improvement of core shp2pgsql-gui (Mark Cave-Ayland)
- In place 'make check' support (Paul Ramsey)
- Geography type and supporting functions
- Spherical algorithms from Dave Skea
- Object/index implementation from Paul Ramsey
- Selectivitiy implementation from Mark Cave-Ayland
- Serializations (KML, GML, JSON) from Olivier Courtin
- ST_Area, ST_Distance, ST_DWithin, ST_GeogFromText, ST_GeogFromWKB,
ST_Intersects, ST_Covers, ST_Buffer
- Documentationn updates and improvements (Regina Obe, Kevin Neufeld)
- Testing and quality control (Regina Obe)
- Many many other changes:
http://trac.osgeo.org/postgis/query?status=closed&milestone=PostGIS+1.5.0&order=priority

Comments are closed.