Releases: siapy/siapy-lib
Releases · siapy/siapy-lib
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.4
v0.2.3
v0.2.2
0.2.2 (2024-06-30)
Bug Fixes
- adapt codespell settings to siapy project (70649e4)
- fixed test; linter add; dependencies upgrated (a8e8e8b)
- pyptoject.toml rename and add additional files to source pdm build (951f3f7)
- success flag added back and run_id (4e62181)
- Update codespell settings to exclude unnecessary directories (383792b)
Documentation
v0.2.1
v0.2.0
0.2.0 (2024-06-29)
Features
- Add method to get a shape by name in GeometricShapes (1583a8d)
- Add pixel selection functionality and lasso tool for image plotting (fabc43b)
- Add scikit-image dependency for image processing and add image transformations. (a464ef7)
- Add Shape class for geometric shapes in SpectralImage (e1456c6)
- Add support for saving images with different data types and metadata (5d6d09c)
- Add test for transformation function and affine matrix generation (c9aa4e3)
- Add u(), v(), and to_numpy() methods to Pixels entity (e4aa9e2)
- Improve SpectralImage class by removing redundant code and optimizing image processing, test added (ea859f7)
- Move Corregistrator class to its own file and update imports (5286365)
- Refactor code to use preserve_range=True in image rotation and rescaling functions, implemented merge_by_spectral (217032b)
- Refactor Corregistrator class and add Pixels entity (59aafb0)
- Refactor GeometricShapes class to use a separate class for managing shapes, test added (5f32e0e)
- Refactor SignaturesFilter to allow filtering rows and columns (7d9e03c)
- Refactor SignaturesFilter to allow filtering rows and columns (ae2be44)
- separated validator functons. implemented test for image transformation (9fe2c1a)
Bug Fixes
- Refactor code to use Path instead of ConvexHull for FreeDraw convex hull calculation, shapes tests added (2ddd253)
- rename plotting -> plot (ac9a906)
- tests renamed to prepend the name of the directory (f91fe45)
Documentation
- templates (89e0a48)
v0.1.1
Fixed bugs from the initial release.