Release Notes

Version 1.3.0

  • Release date: 02-Jun-2026.

  • Features:

    • Compatibility with the latest version of Python 3.14.

    • Fixed bugs.

Version 1.2.5

  • Release date: 09-Jul-2025.

  • Feature: Compatibility with the latest version of Python 3.13.

Version 1.2.4

  • Release date: 21-Jun-2025.

  • Features:

Version 1.2.3

  • Release date: 14-Jun-2025.

  • Features:

    • Added a new function to the GeoAnalyze.Raster class.

    • Fixed compatibility issue with Python versions.

Version 1.2.2

  • Release date: 06-Jun-2025.

  • Feature: Added assistant functions to existing methods in the GeoAnalyze.Stream class, allowing developers to retrieve outputs directly without saving them to a file.

Version 1.2.1

  • Release date: 21-May-2025.

  • Features:

    • Added a new function to compute statistics by reference raster in the GeoAnalyze.Raster class.

    • Introduced a function to extract a rectangular bounding box from input geometries in the GeoAnalyze.Shape class.

    • Remove the GeoAnalyze.PackageData class, as the required data is now accessible from the tests directory of the GeoAnalyze package.

Version 1.2.0

  • Release date: 28-Apr-2025.

  • Features:

  • Documentation: A tutorial has been added on how to use the newly introduced features.

  • Development status: Upgraded from Beta to Stable.

Version 1.1.0

  • Release date: 05-Apr-2025.

  • Feature: New functions introduced in the GeoAnalyze.Raster class.

  • Documentation: Added a tutorial on how to use the newly introduced features.

  • Development status: Upgraded from Alpha to Beta.

Version 1.0.0

  • Release date: 10-Feb-2025.

  • Features:

  • Documentation: Added a tutorial on how to use the newly introduced features.

  • Development status: Upgraded from Planning to Alpha.

Version 0.0.3

  • Release date: 23-Oct-2024.

  • Features: Introduced enhanced functionality for GIS file operations. The GeoAnalyze.File class has now reached a stable and mature stage.

Version 0.0.2

  • Release date: 10-Oct-2024.

  • Features:

    • Linting with flake8 to enforce PEP8 code formatting.

    • Type checking with mypy to verify annotations throughout the codebase.

    • Code testing with pytest to ensure code reliability.

    • Test Coverage with Codecov to monitor and report test coverage.

Version 0.0.1

  • Release date: 10-Oct-2024.

  • Feature: Functionality for file operations.

  • Documentation: Added a tutorial on how to use the features.

  • Development status: Planning.

  • Roadmap: Ongoing addition of new features.