Skip to content

Releases: siapy/siapy-lib

v0.4.5

20 Aug 15:41
7214dc1
Compare
Choose a tag to compare

0.4.5 (2024-08-20)

Bug Fixes

  • deploying MkDocs action fail fix (35e5a7b)

v0.4.4

20 Aug 15:25
5208160
Compare
Choose a tag to compare

0.4.4 (2024-08-20)

Documentation

  • Add new API documentation files (19fe2cc)
  • index docs page update with default readme file (eb6703b)

v0.4.3

20 Aug 13:38
ec24722
Compare
Choose a tag to compare

0.4.3 (2024-08-20)

Dependencies

  • Update dependencies for documentation improvements (8d98dc1)

Documentation

v0.4.2

18 Aug 10:39
ef17615
Compare
Choose a tag to compare

0.4.2 (2024-08-18)

Documentation

  • logo image path changed (76d8850)

v0.4.1

12 Aug 15:50
ff44708
Compare
Choose a tag to compare

0.4.1 (2024-08-12)

Bug Fixes

Dependencies

Documentation

  • Update copyright year to 2024 (672274f)

v0.4.0

10 Aug 22:10
7940058
Compare
Choose a tag to compare

0.4.0 (2024-08-10)

Features

  • Add spectral indices computation and calculation functions (3ef8c63)
  • Features generation implemented - automatic and spectral indices (16365e0)

Bug Fixes

  • include (6d7e9e5)
  • Remove unnecessary dataclass decorator brackets (28143f3)
  • stubs for spyndex, mlxtend, and autofeat (f89a22a)

Dependencies

  • Update dependencies to include spyndex, mlxtend, and autofeat (edd4978)

v0.3.4

26 Jul 23:25
e2fc3d6
Compare
Choose a tag to compare

0.3.4 (2024-07-26)

Bug Fixes

  • Create Target base class (cf7194d)
  • set default direction for optimization to 'minimize' (5a402fd)
  • Update evaluators.py with type annotations and error handling (b1a4010)
  • Update study config defaults to set direction to 'minimize' (347a2bb)

Dependencies

  • Update pyproject.toml with optuna>=3.6.1 dependency (1faac14)

Documentation

  • Update default branch name to 'main' and adjust merge instructions (42b0e29)

v0.3.3

16 Jul 10:16
cc66b35
Compare
Choose a tag to compare

0.3.3 (2024-07-16)

Bug Fixes

  • Add shape_type property to Shape class; fix tests (0fccc9a)

v0.3.2

08 Jul 10:47
6db281f
Compare
Choose a tag to compare

0.3.2 (2024-07-08)

Bug Fixes

  • Update mypy configuration to ignore missing imports for sklearn module (15ad789)

v0.3.1

08 Jul 08:28
4031be2
Compare
Choose a tag to compare

0.3.1 (2024-07-08)

Bug Fixes

  • Update gitignore to include tests/data directory and ignore E501 in flake8 configuration (3664bd1)