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

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
tylere committed Sep 20, 2022
1 parent f6dc11d commit ce268bb
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 22 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

<!-- do not remove -->

## 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
Expand Down
2 changes: 1 addition & 1 deletion ee_jupyter/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
37 changes: 16 additions & 21 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -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 = [email protected]
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 =
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

0 comments on commit ce268bb

Please sign in to comment.