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:
Removed a duplicate function from the
GeoAnalyze.Rasterclass.Fixed minor bugs.
Version 1.2.3
Release date: 14-Jun-2025.
Features:
Added a new function to the
GeoAnalyze.Rasterclass.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.Streamclass, 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.Rasterclass.Introduced a function to extract a rectangular bounding box from input geometries in the
GeoAnalyze.Shapeclass.Remove the
GeoAnalyze.PackageDataclass, as the required data is now accessible from the tests directory of theGeoAnalyzepackage.
Version 1.2.0
Release date: 28-Apr-2025.
Features:
Added new functions to the
GeoAnalyze.StreamandGeoAnalyze.Rasterclasses.Introduced the new
GeoAnalyze.Visualclass for geospatial data visualization and plotting..
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.Rasterclass.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:
Delineation functions implemented in the
GeoAnalyze.WatershedandGeoAnalyze.Streamclasses.Geoprocessing capabilities introduced in the
GeoAnalyze.RasterandGeoAnalyze.Shapeclasses.
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.Fileclass 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.