Skip to content

Releases: siapy/siapy-lib

v0.9.7

19 Jun 15:54
5e9f568

Choose a tag to compare

0.9.7 (2025-06-19)

Documentation

  • add image utilities and update mkdocs navigation for better documentation structure (29b2ae1)
  • add plotting utilities for interactive pixel and area selection, and update documentation (e28c830)
  • add transformation examples and update documentation for image processing (97a0144)
  • enhance docstrings across image classes for improved clarity and usability (e5c1a56)
  • enhance docstrings for target generation functions and tabular dataset class for improved clarity and usability (c6cc3e6)
  • remove obsolete configs documentation and enhance module docstrings for clarity (9858402)

v0.9.6

18 Jun 15:21
cfad95d

Choose a tag to compare

0.9.6 (2025-06-18)

Documentation

  • add cross-validation and hold-out scorer examples to optimizers documentation (606dc29)
  • add features module with automated feature engineering and spectral indices computation (950bdaf)
  • add optimizers documentation and example for hyperparameter optimization (4471b1a)
  • improve comments for clarity in features_06.py (c6bb864)
  • remove unused logger import from spectral_image_04.py (8c8b6f9)
  • update features documentation and add example for automated spectral indices classification (6dda2ee)
  • update optimizers documentation and add example for trial parameters setup (20b73c8)
  • update optimizers documentation to include scorers and evaluation functions (231b8bd)

v0.9.5

07 May 13:41
d466307

Choose a tag to compare

0.9.5 (2025-05-07)

Documentation

  • add datasets module documentation and example usage (ec2d469)
  • enhance SpectralImage documentation with GeometricShapes usage examples (f7c82cc)

v0.9.4

06 May 15:14
86768c3

Choose a tag to compare

0.9.4 (2025-05-06)

Bug Fixes

  • update codespell skip patterns to include SVG files (c1f3cac)

Documentation

  • add data conversion methods for SpectralImage in documentation (92c09c0)
  • add entities schematics and relationships image (be4527d)
  • enhance contributing guidelines and API design principles overview (407a786)

v0.9.3

29 Apr 13:40
c8b66a6

Choose a tag to compare

0.9.3 (2025-04-29)

Bug Fixes

  • implement equality comparison method and add corresponding tests (9c19f07)

Documentation

  • add API documentation links for Pixels, Signals, Signatures, Shape, SpectralImage, and SpectralImageSet classes (45fce51)
  • add API documentation notes for core components in overview.md (e2ae548)
  • enhance case study documentation with additional notes and formatting improvements (602494b)
  • enhance documentation for Signals and Signatures classes with initialization examples (703adbf)
  • reorganize and enhance SpectralImage section with initialization options (8929a4c)
  • Replace PNG diagram with SVG format for entities schematics and remove the old PNG file. (6d5783f)
  • restructure CONTRIBUTING.md to enhance clarity and organization (d25cdfb)

v0.9.2

27 Apr 11:13
06bf4b0

Choose a tag to compare

0.9.2 (2025-04-27)

Documentation

  • add example scripts for Shape and SpectralImageSet classes (4a0fcf7)
  • add examples for Pixels and Signatures classes in documentation (28f8093)
  • add Geometric Shapes documentation and update navigation structure (85cd79b)
  • enhance Pixels class documentation and add example usage (f77d376)
  • expand entities documentation with design principles and add schematic diagram (1005e2b)
  • update entities documentation and add spectral image examples (a416e82)
  • update links in README for documentation and contribution guidelines (10ffb5d)

v0.9.1

25 Apr 17:10
e5b21c9

Choose a tag to compare

0.9.1 (2025-04-25)

Documentation

  • add case study and external sources documentation; remove outdated examples and update mkdocs navigation (5d41305)
  • add design philosophy section to CONTRIBUTING.md and clean up README.md (9372940)
  • add detailed entities and overview documentation for spectral image processing (d29536f)
  • update case study documentation; remove overview section and enhance data overview (0aa8430)

v0.9.0

24 Apr 12:59
c90e7dd

Choose a tag to compare

0.9.0 (2025-04-24)

Features

  • add rasterio image handling functions for saving and creating images with metadata support (7e0841e)
  • add validate_signal_input function and from_signals_and_pixels method for improved input handling (aaa4378)

v0.8.1

19 Apr 19:41
6c78cc8

Choose a tag to compare

0.8.1 (2025-04-19)

Documentation

  • update imageset initialization method in README (7c579b4)

v0.8.0

18 Apr 16:20
b996324

Choose a tag to compare

0.8.0 (2025-04-18)

Features

  • add copy method for Signatures class with deep copy functionality (12bca2f)
  • add MockImage class and corresponding tests; integrate with SpectralImage (ff6d2f2)
  • enhance get_signatures_within_convex_hull function to include points intersecting with the hull; add comprehensive tests for various shapes (8fa14ea)
  • implement get_signatures_within_convex_hull function and add tests (05c603c)
  • implement length and item access methods for Signals and Signatures classes (447c3c2)
  • refactor get_signatures_within_convex_hull function and update related tests; improve signature extraction logic (9a25824)

Bug Fixes

  • correct index assertion in test_geometric_shapes_index_with_start_stop (82c51f4)
  • remove unnecessary wavelength coordinate assertion in test_to_xarray (16e1bd1)
  • update xarray output tests to validate new coordinate structure (0e20fc6)

Dependencies

Documentation

  • add documentation for Helpers and Mock Image; update mkdocs navigation (a78fc78)