Skip to content

Releases: siapy/siapy-lib

v0.5.8

23 Dec 11:15
f864232
Compare
Choose a tag to compare

0.5.8 (2024-12-23)

Documentation

  • add use cases documentation for SiaPy library and update navigation (333bb9d)
  • enhance examples with visualization scripts and update navigation (42fc4b0)
  • update README with installation instructions and add example usage (5180335)
  • update use cases documentation to clarify code repository links (b205431)

v0.5.7

20 Dec 23:02
a135011
Compare
Choose a tag to compare

0.5.7 (2024-12-20)

Documentation

  • add example for loading and processing a spectral image set (2564e88)
  • add example script for loading and using SpectralImage (24d5a4b)
  • add examples for loading and processing spectral images (3261665)
  • enhance examples for loading and processing spectral images (09600b0)
  • update data directory paths in example scripts and add transformations examples (d2e924f)
  • update introduction.md with correct Zenodo link and improve formatting (15349d6)

v0.5.6

20 Dec 12:24
567dce5
Compare
Choose a tag to compare

0.5.6 (2024-12-20)

Dependencies

  • update dependencies and metadata in pdm.lock and pyproject.toml (0ceea41)

Documentation

v0.5.5

10 Oct 14:58
0758627
Compare
Choose a tag to compare

0.5.5 (2024-10-10)

Bug Fixes

  • Update n_jobs default value to use all processors (e768b93)

v0.5.4

18 Sep 15:11
447e09e
Compare
Choose a tag to compare

0.5.4 (2024-09-18)

Bug Fixes

  • Refactor, add and correct type annotations (12ffa05)

Documentation

  • Add core.exceptions API documentation and update mkdocs.yml (ca37d04)

v0.5.3

17 Sep 12:50
bdacaf8
Compare
Choose a tag to compare

0.5.3 (2024-09-17)

Dependencies

  • pdm update (5fcea60)
  • To indicate that your library supports type checking (72425aa)

v0.5.2

03 Sep 16:30
1488d01
Compare
Choose a tag to compare

0.5.2 (2024-09-03)

Performance Improvements

  • Refactor code to improve performance in test_to_signatures_perf (39cf7a2)

Documentation

  • funding update (bfdbc65)
  • Update funding configuration file (bfdbc65)

v0.5.1

28 Aug 20:48
b5eefba
Compare
Choose a tag to compare

0.5.1 (2024-08-28)

Bug Fixes

  • Comment out cache-related code in docs.yml workflow --temporary fix (51a8e11)
  • Remove unused siapy version file and update installation instructions (8e966e3)

v0.5.0

28 Aug 17:12
1135f61
Compare
Choose a tag to compare

0.5.0 (2024-08-28)

Features

  • Add load_from_parquet and save_to_parquet methods to Pixels class (9d106cb)
  • Add load_from_parquet and save_to_parquet methods to Signals class (47ccb2c)
  • Add load_from_parquet and save_to_parquet methods to Signatures class (ce30e67)

Bug Fixes

  • Update save_to_parquet method to include index in the saved file (36981a5)
  • Update typing annotations in from_paths (c827862)

Documentation

  • Update installation instructions with additional package managers (bf238a3)

v0.4.9

22 Aug 19:14
230efc4
Compare
Choose a tag to compare

0.4.9 (2024-08-22)

Documentation

  • Update installation instructions and troubleshooting section (f5378c1)