Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Releases: google/earthengine-jupyter

v0.0.7

30 Nov 04:01
Compare
Choose a tag to compare
  • Corrected nbdev settings (GitHub repo owner)

v0.0.6

30 Nov 03:54
Compare
Choose a tag to compare

New Features

  • Make map-inspector layout panels resizable (#22)

v0.0.5

26 Oct 04:45
Compare
Choose a tag to compare

New Features

  • Layout: Add tab navigation between the inspector and a console (#21)

v0.0.4

02 Oct 23:07
Compare
Choose a tag to compare

New Features

  • Inspector: display scrollbar when exceeding maximum height or width (#11)

  • Inspector: Simplify the object display by using OrderedDict (#10)

    • The object folder's display logic currently hardcodes the keys that it expects to display. It could be better to order the keys that are returned by ee.Object.getInfo().
  • Map: Display crosshairs when cursor is over the map (#9)

  • Provide map view details in the Inspector's Point folder (#5)

  • Inspector: return "No unmasked pixels at clicked point." for layers with fully masked bands (#2)

  • Inspector: disable Pixels & Objects folders if there are non map layers (#1)

    • Similar to the Code Editor, only display the Pixels and Objects folders if the map has layers

v0.0.3

20 Sep 04:00
Compare
Choose a tag to compare

Bugs Squashed

  • Having code in package to install itself doesn't work (#12)

v0.0.2

20 Sep 02:09
Compare
Choose a tag to compare

New Features

  • Add colab setup function (#11)
    • Add a function to simplify setting up Colab (install packages, authenticate).

Release v0.0.1

19 Sep 22:17
Compare
Choose a tag to compare

New Features

  • Rename library to be more consistent with Earth Engine client library (#3)

    • earthengine_jupyter -> ee_jupyter
  • Create initial content (#2)

    • An initial issue intended to exercising the changelog, release, and push to PyPI.