Skip to content

Releases: siapy/siapy-lib

v0.4.8

22 Aug 17:09
692f7ed
Compare
Choose a tag to compare

0.4.8 (2024-08-22)

Reverts

Documentation

  • change path to logo image (b316fc0)
  • Update page title in mkdocs.yml (aa1b221)

v0.4.7

20 Aug 16:40
b9a5c2f
Compare
Choose a tag to compare

0.4.7 (2024-08-20)

Bug Fixes

  • Update license to MIT License in docs directly (4ee1772)

v0.4.6

20 Aug 16:22
ddd57b7
Compare
Choose a tag to compare

0.4.6 (2024-08-20)

Documentation

  • Update links in README and mkdocs.yml (dead861)

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)