Change Log
==========
1.0 (04/07/2022)
----------------
- First Release

1.1 (03/08/2022)
----------------
- Issues regarding loading Numpy arrays are fixed
- Issues Random visualization of sample are fixed

1.1.1 (15/12/2022)
----------------
- Issues regarding visualization fixed in Linux environments
- A function for generating a Prediction patch is added

1.1.1 (22/11/2023)
----------------
- Fixed edge pixel issue in prediction patch generation to ensure entire image is patched
- Added GDAL to automatically installed packages

1.2 (27/07/2025)
----------------
- Added generate_detection method to TrainPatch for object detection with YOLO-format bounding box annotations
- Modified generate_segmentation and generate_detection to apply augmentations (V_flip, H_flip, Rotation)
  only for format="npy", not for format="tif", to prevent shape mismatch errors