Releases: geojupyter/jupytergis
v0.9.2
0.9.2
Enhancements made
Bugs fixed
Documentation improvements
- JupyterLite deployment: Disable caching content to avoid unintended behavior when changes are made #913 (@martinRenou)
- Updated and organized ipynb examples directory for clarity #872 (@mapninja)
Contributors to this release
(GitHub contributors page for this release)
@arjxn-py | @mapninja | @martinRenou | @mfisher87 | @nakul-py
v0.9.1
0.9.1
Enhancements made
- Add some information to the user on how to use the identify tool #909 (@martinRenou)
Bugs fixed
Contributors to this release
v0.9.0
0.9.0
Enhancements made
- Identify panel: try to infer the feature name instead of showing the default "Feature X" name #906 (@martinRenou)
- Adding Checkbox for reverse Color Ramp #904 (@nakul-py)
- Lazy load gdal #901 (@martinRenou)
- Automatically switch to identify panel when identifying #900 (@arjxn-py)
- Introduce settings to optionally disable some features (filtering/annotations etc) #898 (@arjxn-py)
- Fix Overlapping of Panels on smaller screens #896 (@arjxn-py)
- Rename "Identify Features" panel tab -> "Identified Features" (#893) #895 (@Gauss-Taylor-Euler)
- Legends for Vector Layers #880 (@arjxn-py)
Bugs fixed
Maintenance and upkeep improvements
- Avoid react-fontawesome 3.0.0 for now because of breaking change #888 (@mfisher87)
- Add user story issue template #883 (@mfisher87)
Documentation improvements
- Python API documentation grammar and rendering updates #874 (@mtaniguchiking)
- Make minor text edits to 'Getting Started with JupyterGIS' markdown file #873 (@kpdavi)
- Fix typo in docs: delete extra backtick #868 (@jasongrout)
- Fix add_geoparquet_layer docstring bug #867 (@giswqs)
- Remove changelog list from the homepage #864 (@giswqs)
Contributors to this release
(GitHub contributors page for this release)
@arjxn-py | @Gauss-Taylor-Euler | @giswqs | @gjmooney | @jasongrout | @kpdavi | @martinRenou | @mfisher87 | @MMesch | @mtaniguchiking | @nakul-py
v0.8.1
0.8.1
Enhancements made
- Add a flag to hide annotation panel #862 (@arjxn-py)
- Also load
.pmtiles.gz
files #857 (@arjxn-py) - Add a flag to hide STAC browser #855 (@arjxn-py)
- Support identifying features in vector tile layers #852 (@Gauss-Taylor-Euler)
Documentation improvements
- Improve releasing docs #850 (@mfisher87)
Contributors to this release
v0.8.0
0.8.0
Enhancements made
- Support Graduated, Categorised & Canonical Symbology on VectorTiles #844 (@arjxn-py)
- Enable empty path for geojson layer #810 (@HaudinFlorence)
Contributors to this release
v0.7.0
0.7.0
Enhancements made
- Change default colormap from 'cool' to 'viridis' #828 (@mfisher87)
- Embed side panels in map view #784 (@Gauss-Taylor-Euler)
- Add GeoParquet support #727 (@elifsu-simula)
Maintenance and upkeep improvements
- Fix bot again #834 (@martinRenou)
- Bump form-data from 4.0.3 to 4.0.4 #832 (@dependabot)
- Cleanup examples #822 (@martinRenou)
Other merged PRs
- Try fixing snapshots bot #833 (@martinRenou)
Contributors to this release
(GitHub contributors page for this release)
@arjxn-py | @dependabot | @elifsu-simula | @Gauss-Taylor-Euler | @github-actions | @martinRenou | @mfisher87 | @MMesch
v0.6.2
0.6.2
Bugs fixed
- Fix processing functions #819 (@martinRenou)
Contributors to this release
v0.6.1
0.6.1
Enhancements made
Bugs fixed
- Ensure correct positioning of collaborator icons #817 (@arjxn-py)
- Fix collaborative follow mode #812 (@mfisher87)
- Add remove button to STAC badges #806 (@gjmooney)
- Remove STAC platform/product selections when no longer relevant #805 (@gjmooney)
Maintenance and upkeep improvements
- Indicate to user when running the JS and Python type generation build steps #798 (@mfisher87)
- Move GeoJSON source schema to correct dir #801 (@mfisher87)
Documentation improvements
- Add code generation documentation #807 (@mfisher87)
Contributors to this release
v0.6.0
0.6.0
Enhancements made
- Increased the width of main-panel in notebook viewer #787 (@Gauss-Taylor-Euler)
- Add OpenLayers fullscreen control to map #764 (@mfisher87)
- Refactor of processing logic to make it less verbose. #758 (@Gauss-Taylor-Euler)
- GEODES STAC API Search #753 (@gjmooney)
- Create shared components #749 (@gjmooney)
- Enhance proxy #748 (@gjmooney)
- Processing: Bounding boxes of a vector layer(#734) #744 (@Gauss-Taylor-Euler)
- Processing : Centroids of a vector layer #740 (@Gauss-Taylor-Euler)
- Multiband symbology: support alpha channel & Fix band offset bug #718 (@arjxn-py)
- Enable Python API to add geojson layer with remote url #715 (@arjxn-py)
- Refactor vector symbology: Configure radius and color separately #714 (@arjxn-py)
- Support coloring vector features by an attribute containing a hex color code #713 (@mfisher87)
- Auto-save project when updating any property #708 (@arjxn-py)
- Simplify Symbology of Vectors #672 (@arjxn-py)
Bugs fixed
- Pin proj4js >=2.19.3 #778 (@mfisher87)
- Fix LayoutRestorer entries #743 (@martinRenou)
- Fix file rename in side panels #736 (@Gauss-Taylor-Euler)
- Fix blank menu after selecting heatmap #707 (@arjxn-py)
- Support Symbology on VectorTileLayers #703 (@arjxn-py)
- SymbologyPanel: Eliminate need to re-classify when changing between "radius" and "color" methods #700 (@arjxn-py)
- Prevent duplication of color steps when reopening the symbology panel #697 (@arjxn-py)
- Don't Save annotation as stringified json #637 (@arjxn-py)
Maintenance and upkeep improvements
- Bump dawidd6/action-download-artifact from 10 to 11 in the gha-dependencies group #794 (@dependabot)
- Add React component type annotations #791 (@mfisher87)
- Add more explicit typing on RJSF objects #789 (@mfisher87)
- Improve file naming consistency of schemas #786 (@mfisher87)
- Use latest version of xeus for docs build #771 (@Gauss-Taylor-Euler)
- Extract loading spinners to shared components #769 (@mfisher87)
- Rename
generateScene()
->generateMap()
#762 (@HaudinFlorence) - Refactor vector symbology menus: drive logic with data structure #752 (@mfisher87)
- new feature request template #746 (@MMesch)
- Update prettier config to always use trailing commas #731 (@mfisher87)
- Consistently sort and group all TS imports #730 (@mfisher87)
- Support importing from path alias
@
#728 (@mfisher87) - Bump dawidd6/action-download-artifact from 9 to 10 in the gha-dependencies group #726 (@dependabot)
- Remove UsersItem component and use the one from
@jupyter/collaboration
#723 (@arjxn-py)
Documentation improvements
- Make install docs more readable with tabs #790 (@mfisher87)
- Minor typo fix "you can you" -> "you can use" #779 (@tylere)
- Update releasing docs #684 (@mfisher87)
- Add architecture docs #576 (@mfisher87)
Contributors to this release
(GitHub contributors page for this release)
@arjxn-py | @dependabot | @Gauss-Taylor-Euler | @github-actions | @gjmooney | @HaudinFlorence | @martinRenou | @mfisher87 | @MMesch | @SylvainCorlay | @trungleduc | @tylere
v0.5.0
0.5.0
Enhancements made
- Make "add layer" menus more consistent #681 (@mfisher87)
- Make the toolbar console button a toggle button #676 (@HaudinFlorence)
- Remove "sources" panel #671 (@arjxn-py)
- Remove source automatically when removing layer #670 (@arjxn-py)
- Make collaborator cursors more prominent #668 (@mfisher87)
- Record JupyterGIS schema version in
.jGIS
project files #663 (@arjxn-py) - Enable setting CORS proxy URL in settings editor #619 (@arjxn-py)
Bugs fixed
- Fix mistakes in explorer basemap names #680 (@mfisher87)
Maintenance and upkeep improvements
- Add issue templates: experience report, bug, docs, blank issue #679 (@mfisher87)
Contributors to this release
(GitHub contributors page for this release)
@arjxn-py | @brichet | @HaudinFlorence | @martinRenou | @mfisher87