Releases: siapy/siapy-lib
Releases · siapy/siapy-lib
v0.9.7
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
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
v0.9.4
v0.9.3
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
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
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
v0.8.1
v0.8.0
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
- pdm update (fca230a)
Documentation
- add documentation for Helpers and Mock Image; update mkdocs navigation (a78fc78)