CHANGES 1.3 KB

12345678910111213141516171819202122232425262728
  1. CHANGES current GRASS GIS 7.x compared to previous GRASS GIS 7.x
  2. See list of releases with changelog at
  3. https://trac.osgeo.org/grass/wiki/Release
  4. CHANGES in GRASS GIS 7.0 compared to GRASS GIS 6.x
  5. The graphical user interface based on wxPython (introduced in GRASS GIS
  6. 6.4) has been enriched with many new features in order to make complex
  7. GIS operations available as simple as possible. The old Tcl/Tk based
  8. GUI has been dropped. Relevant new features are available in the core
  9. system, among the most important the new Python interface to the C
  10. library. This new feature permits Python developers to create new
  11. modules in a simple way while at the same time creating powerful and
  12. fast modules. Furthermore, the vector library was particularly improved
  13. to make it faster and more efficient with support of huge files. This
  14. required a easy to manage topology format update including a new
  15. spatial index. Finally, there are a series of new modules to analyse
  16. raster and vector data; some of the already existing modules were
  17. improved and made faster (some even 1000 x faster).
  18. In total, more than 10,000 changes have been implemented in GRASS GIS 7.0.0
  19. with respect to GRASS GIS 6.4.x
  20. For details, please refer to this Web page:
  21. http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures