Skip to content

Releases: awesome-spectral-indices/spyndex

0.7.1

01 Aug 22:08
d9eedca
Compare
Choose a tag to compare

spyndex v0.7.1 🛰️ 🌱 🚀

Improvements

  • Earth Engine features are now included as extra dependencies.
    You can install them using:

    pip install "spyndex[ee]"

0.7.0

15 Jul 13:13
262ba0e
Compare
Choose a tag to compare

spyndex v0.7.0 🛰️ 🌱 🚀

Improvements

  • Awesome Spectral Indices list upgraded to v0.7.0.
  • Pinned latest versions: earthengine-api>=1.5.24.
  • pkg-resources was removed (#28).
  • Migrated from setup.py to pyproject.toml (#20).
  • Refactor types (#30).

0.6.0

18 May 09:13
900b5c0
Compare
Choose a tag to compare

spyndex v0.6.0 🛰️ 🌱 🚀

Improvements

  • Awesome Spectral Indices list upgraded to v0.6.0.

0.5.0

11 Jul 08:02
Compare
Choose a tag to compare

spyndex v0.5.0 🛰️ 🌱 🚀

Improvements

  • Awesome Spectral Indices list upgraded to v0.5.0.
  • Fixed heatmap plot (#18).
  • Pinned latest versions: dask>=2023.7.0, pandas>=2.0.3, xarray>=2023.6.0.

0.4.0

13 Mar 09:50
Compare
Choose a tag to compare

spyndex v0.4.0 🛰️ 🌱 🚀

Improvements

  • Awesome Spectral Indices list upgraded to v0.4.0.

New Features

  • The common_name attribute for the Band class was created. This creates a direct mapping from the ASI Standard to the stac-eo extension standard.
  • The min_wavelength attribute for the Band class was created.
  • The max_wavelength attribute for the Band class was created.

0.3.0

23 Jan 14:52
302bffe
Compare
Choose a tag to compare

spyndex v0.3.0 🛰️ 🌱 🚀

Improvements

  • Awesome Spectral Indices list upgraded to v0.3.0.

0.2.0

08 Oct 12:26
Compare
Choose a tag to compare

spyndex v0.2.0 🛰️ 🌱 🚀

Improvements

  • Awesome Spectral Indices list upgraded to v0.2.0.
  • Bands and Constants objects are automatically updated.

0.1.0

02 Jun 12:59
1d0f2f3
Compare
Choose a tag to compare

spyndex v0.1.0 🛰️ 🌱 🚀

New Features

  • The platformsattribute for the SpectralIndexclass was created.
  • The type attribute was replaced by the application_domain attribute in the SpectralIndex class.

Improvements

  • Awesome Spectral Indices list upgraded to v0.1.0.

0.0.5

06 Mar 15:01
2427fd2
Compare
Choose a tag to compare

spyndex v0.0.5 🛰️ 🌱 🚀

New Features

  • The SpectralIndices class was created.
  • The SpectralIndex class was created.
  • The Bands class was created.
  • The Band class was created.
  • The PlatformBand class was created.
  • The Constants class was created.
  • The Constant class was created.

Improvements

  • Awesome Spectral Indices list upgraded to v0.0.6.
  • Added kwargs argument to computeIndex.
  • Added kwargs argument to computeKernel.
  • Added omega to spyndex.constants.
  • Added k to spyndex.constants.
  • Added PAR to spyndex.constants.
  • Added lambdaG, lambdaR and lambdaN to spyndex.constants.

0.0.4

23 Dec 14:30
Compare
Choose a tag to compare

v0.0.4 🛰️ 🌱

Improvements

  • Awesome Spectral Indices list upgraded to v0.0.3.
  • Fixed online argument.