diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6b729..add0a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## 0.0.2 + +### New Features + +- Add colab setup function ([#11](https://github.com/google/earthengine-jupyter/issues/11)) + - Add a function to simplify setting up Colab (install packages, authenticate). + + + ## 0.0.1 ### New Features diff --git a/ee_jupyter/__init__.py b/ee_jupyter/__init__.py index f102a9c..3b93d0b 100644 --- a/ee_jupyter/__init__.py +++ b/ee_jupyter/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.0.2" diff --git a/settings.ini b/settings.ini index 258af39..2f4c1f7 100644 --- a/settings.ini +++ b/settings.ini @@ -1,41 +1,36 @@ [DEFAULT] -# All sections below are required unless otherwise specified. -# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples. - -### Python library ### repo = earthengine-jupyter -lib_name = %(repo)s -version = 0.0.1 +lib_name = earthengine-jupyter +version = 0.0.2 min_python = 3.7 license = apache2 - -### nbdev ### doc_path = _docs lib_path = ee_jupyter nbs_path = . recursive = False tst_flags = notest - -### Docs ### branch = main custom_sidebar = False -doc_host = https://%(user)s.github.io -doc_baseurl = /%(repo)s -git_url = https://github.com/%(user)s/%(repo)s -title = %(lib_name)s - -### PyPI ### +doc_host = https://googlestaging.github.io +doc_baseurl = /earthengine-jupyter +git_url = https://github.com/googlestaging/earthengine-jupyter +title = earthengine-jupyter audience = Developers author = tylere author_email = tylere@google.com -copyright = 2022 ownwards, %(author)s +copyright = 2022 ownwards, tylere description = Tools for working with the Earth Engine from a Jupyter development environment keywords = nbdev jupyter notebook python language = English status = 3 user = googlestaging - -### Optional ### requirements = earthengine-api jupyter ipyleaflet ipytree -# dev_requirements = -# console_scripts = \ No newline at end of file +black_formatting = False +readme_nb = index.ipynb +allowed_metadata_keys = +allowed_cell_metadata_keys = +jupyter_hooks = True +clean_ids = True +clear_all = False +put_version_in_init = True +