--------------
New Modules
~~~~~~~~~~~~~~~~~~~~~~
- The *ee.Number* module was created.
- The *ee.List* module was created.
- The *extending* module was created.
New Features
~~~~~~~~~~~~~~~~~~~~~~
- The :code:`getOffsetParams()` extended method for ee.Image and ee.ImageCollection classes was created.
- The :code:`getScaleParams()` extended method for ee.Image and ee.ImageCollection classes was created.
- The :code:`scaleAndOffset()` extended method for ee.Image and ee.ImageCollection classes was created and will replace the :code:`scale()` method.
- The :code:`spectralIndices()` extended method for ee.Image and ee.ImageCollection classes was created and will replace the :code:`index()` method.
- The :code:`preprocess()` extended method for ee.Image and ee.ImageCollection classes was created.
- The :code:`getDOI()` extended method for ee.Image and ee.ImageCollection classes was created.
- The :code:`getCitation()` extended method for ee.Image and ee.ImageCollection classes was created.
- The :code:`getSTAC()` extended method for ee.Image and ee.ImageCollection classes was created.
- The binary operators (+, -, \*\, /, //, %, \**\ , <<, >>, &, |) were overloaded for ee.Number objects.
- The binary operators (+, \*\) were overloaded for ee.List objects.
- The rich comparisons (<, <=, ==, !=, >, >=) were overloaded for ee.Number objects.
- The unary operators (-, ~) were overloaded for ee.Number objects.
Improvements
~~~~~~~~~~~~~~~~~~~~~~
- The :code:`maskClouds()` extended method for ee.Image and ee.ImageCollection classes now supports the following platforms:
- `VNP09GA: VIIRS Surface Reflectance Daily 500m and 1km <https://developers.google.com/earth-engine/datasets/catalog/NOAA_VIIRS_001_VNP09GA?hl=en>`_
- `VNP13A1: VIIRS Vegetation Indices 16-Day 500m <https://developers.google.com/earth-engine/datasets/catalog/NOAA_VIIRS_001_VNP13A1?hl=en>`_
- The :code:`scaleAndOffset()` extended method for ee.Image and ee.ImageCollection classes now supports ALL raster datasets from the `Google Earth Engine STAC Catalog <https://developers.google.com/earth-engine/datasets>`_.
- The :code:`spectralIndices()` extended method for ee.Image and ee.ImageCollection classes now supports ALL indices from the `Awesome List of Spectral Indices for Google Earth Engine <https://github.com/davemlz/awesome-ee-spectral-indices>`_.
Pending Deprecation
~~~~~~~~~~~~~~~~~~~~~~
- The :code:`index()` method for ee.Image and ee.ImageCollection classes will be deprecated in future versions.
- The :code:`scale()` method for ee.Image and ee.ImageCollection classes will be deprecated in future versions.