Skip to content

Commit

Permalink
Add changelog (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Nov 7, 2023
1 parent c6dd1ad commit 7aed3fb
Show file tree
Hide file tree
Showing 5 changed files with 394 additions and 375 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.3.0] - 2023-11-07

### New Features

- Save widget to standalone HTML file by @kylebarron in https://github.com/developmentseed/lonboard/pull/199
- Support for rendering inside Visual Studio Code
- Allow customized picking radius by @kylebarron in https://github.com/developmentseed/lonboard/pull/212
- New example notebooks
- Automatically downcast data types in `from_geopandas` by @kylebarron in https://github.com/developmentseed/lonboard/pull/195

### Fixed

- Allow pandas series as accessor to FloatAccessor by @kylebarron in https://github.com/developmentseed/lonboard/pull/208
- Raise error when creating class with unknown keyword argument by @kylebarron in https://github.com/developmentseed/lonboard/pull/209
- fix tooltip rendering when not hovering over an object by @kylebarron in https://github.com/developmentseed/lonboard/pull/215

**Full Changelog**: https://github.com/developmentseed/lonboard/compare/v0.2.0...v0.3.0

## [0.2.0] - 2023-11-01

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[colab_badge]: https://colab.research.google.com/assets/colab-badge.svg
[colab_notebook_link]: https://colab.research.google.com/github/developmentseed/lonboard/blob/main

Python library for extremely fast geospatial vector data visualization in Jupyter.
Python library for fast, interactive geospatial vector data visualization in Jupyter.

![](assets/hero-image.jpg)

Expand Down
37 changes: 18 additions & 19 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ extra:
nav:
- "index.md"
- Example Notebooks:
- examples/internet-speeds.ipynb
- examples/north-america-roads.ipynb
- Integrations:
- ColorPicker: examples/integrations/color-picker.ipynb
- Sidecar: examples/integrations/sidecar.ipynb
- 30 Day Map Challenge:
- "Day 1: Points": examples/map_challenge/1-points.ipynb
- examples/internet-speeds.ipynb
- examples/north-america-roads.ipynb
- Integrations:
- ColorPicker: examples/integrations/color-picker.ipynb
- Sidecar: examples/integrations/sidecar.ipynb
- 30 Day Map Challenge:
- "Day 1: Points": examples/map_challenge/1-points.ipynb
- API Reference:
- api/viz.md
- api/map.md
- Layers:
- api/layers/scatterplot-layer.md
- api/layers/path-layer.md
- api/layers/solid-polygon-layer.md
- api/colormap.md
- api/traits.md
- api/viz.md
- api/map.md
- Layers:
- api/layers/scatterplot-layer.md
- api/layers/path-layer.md
- api/layers/solid-polygon-layer.md
- api/colormap.md
- api/traits.md
# - Caveats: caveats.md
- Performance: performance.md
- Changelog: CHANGELOG.md
Expand Down Expand Up @@ -84,16 +84,16 @@ plugins:
- search
- social
- mike:
alias_type: 'copy'
canonical_version: 'latest'
alias_type: "copy"
canonical_version: "latest"
- mkdocs-jupyter:
include_source: True
ignore: ["**/.ipynb_checkpoints/*.ipynb"]
- mkdocstrings:
enable_inventory: true
handlers:
python:
paths: [ lonboard ]
paths: [lonboard]
options:
show_root_heading: true
docstring_style: google
Expand Down Expand Up @@ -129,7 +129,6 @@ plugins:
- https://traitlets.readthedocs.io/en/stable/objects.inv
- https://xyzservices.readthedocs.io/en/stable/objects.inv


# https://github.com/developmentseed/titiler/blob/50934c929cca2fa8d3c408d239015f8da429c6a8/docs/mkdocs.yml#L115-L140
markdown_extensions:
- admonition
Expand Down
Loading

0 comments on commit 7aed3fb

Please sign in to comment.