Releases: geojupyter/jupytergis
v0.4.0
0.4.0
Enhancements made
- fix #418 path validation of shapefiles #453 (@annefou)
- Add jupytergis-lite metapackage #451 (@martinRenou)
- Import VectorLayer from QGIS #424 (@arjxn-py)
- Time slider #421 (@gjmooney)
- Widget with toolbar and sidepanel in cell output #419 (@brichet)
- Enable Python API in the JupyterLite deployment #412 (@davidbrochart)
- Rework add layer toolbar menu #410 (@gjmooney)
- Add error handling #391 (@Meriem-BenIsmail)
- Support exporting vectorLayer to qgis #390 (@arjxn-py)
- Add local file support for
GeoTiff
#385 (@Meriem-BenIsmail) - Add Heatmap layer #384 (@gjmooney)
- Support path lib objects #378 (@gjmooney)
- Extend caching for image, geoJSON & shapeFiles #339 (@arjxn-py)
Bugs fixed
- Pin meta-package dependencies #460 (@gjmooney)
- Use symlink for readme for pypi #458 (@gjmooney)
- Fix collab view bug #450 (@gjmooney)
- Fix a typo in gis_document.py #448 (@brichet)
- Fix slider sync issue #443 (@gjmooney)
- Fix categorized symbology #430 (@gjmooney)
- Replace input field for selected file path with text #417 (@Meriem-BenIsmail)
- Fix scale indicator in notebooks and symbology overflow #408 (@gjmooney)
- Create a new file from the Python API #402 (@brichet)
- Add optional-chaining check for
symbologyState
#383 (@Meriem-BenIsmail) - Proper Styling Added for OK Button #379 (@Meriem-BenIsmail)
- Support path lib objects #378 (@gjmooney)
Maintenance and upkeep improvements
- Continue installing the labextension in the dev install script #463 (@arjxn-py)
- Updating version of proj4-list #459 (@josueggh)
- Bump yjs-widgets to >=0.3.9 #449 (@brichet)
- Replace broken shapefile from ui tests #442 (@arjxn-py)
- Fix link to contribution docs #440 (@martinRenou)
- Remove test to expect warning on vectorLayer export #423 (@arjxn-py)
- Bump dawidd6/action-download-artifact from 7 to 8 in the gha-dependencies group #422 (@dependabot)
- Remove source layer stuff #413 (@gjmooney)
- Upgrade jupyter-ydoc python to match the npm version #409 (@brichet)
- Fix shared document interface #406 (@brichet)
- Fix name typo
notebookRenderePlugin
->notebookRendererPlugin
#400 (@mfisher87) - Move jupyterlab dependency from jupytergis_lab to jupytergis #382 (@davidbrochart)
Documentation improvements
- Add Docker install instructions #446 (@mfisher87)
- Fix link to contribution docs #440 (@martinRenou)
- Re-organize docs navigation and add releasing guide #428 (@mfisher87)
- added simple tutorial to introduce the jupyterGIS GUI. #393 (@annefou)
- Restore rich Sphinx contributing doc, link from GitHub-Markdown doc #392 (@mfisher87)
- Remove Duplicate CONTRIBUTING.md and add CHANGELOG to docs #381 (@arjxn-py)
Contributors to this release
(GitHub contributors page for this release)
@annefou | @arjxn-py | @brichet | @davidbrochart | @dependabot | @github-actions | @gjmooney | @josueggh | @martinRenou | @Meriem-BenIsmail | @mfisher87
v0.3.0
0.3.0
Enhancements made
- Use
interpolate
property to Disable Image Smoothing forImageLayers
#373 (@Meriem-BenIsmail) - Add numerical input next to the slider and handle value 1-10 #365 (@arjxn-py)
- Add Path Validation for
ShapefileSource
andImageSource
. #362 (@Meriem-BenIsmail) - Multi band symbology #360 (@gjmooney)
- Add Proper Styling to Symbology panel's "mode" #354 (@Meriem-BenIsmail)
- Add status bar to map #348 (@gjmooney)
- Move jupyter-collaboration dependency to jupytergis #347 (@davidbrochart)
- QGIS logo added for
.qgz
files #337 (@Meriem-BenIsmail) - Create layers by path or external URL with separate fields #335 (@Meriem-BenIsmail)
- visibility icon turns white when layer selected. #330 (@Meriem-BenIsmail)
- Give some padding to the headings in editForm #329 (@arjxn-py)
- Use slider to set opacity in layer form #325 (@arjxn-py)
- Add Hillshade layer to notebook api #304 (@gjmooney)
- Support Python 3.12 & Drop support for 3.8 and 3.9 #303 (@arjxn-py)
- Add zoom to layer to layer context menu #294 (@gjmooney)
- Local and external file loading support for geojson, image and shapefile sources #256 (@arjxn-py)
Bugs fixed
- Add numerical input next to the slider and handle value 1-10 #365 (@arjxn-py)
- Disable Image Smoothing for
ImageSource
#364 (@Meriem-BenIsmail) - Fix JupyterGISDoc.setSource #346 (@davidbrochart)
- Include files in lite deployment for
local.jGIS
#345 (@arjxn-py) - Register new projections if needed when adding layers #343 (@gjmooney)
- Move dependencies from root to dependent package + Update JupyterLite in lite build #333 (@arjxn-py)
- Try fixing jupyterlite deployment #332 (@arjxn-py)
- Add keyboard shortcuts for undo and redo #320 (@gjmooney)
- Add "identified" style for polygons & linestrings #319 (@gjmooney)
Maintenance and upkeep improvements
- Bot: missing collaboration package #368 (@martinRenou)
- Keep extension package name extension-artifacts for 3.12 to fix bot #366 (@arjxn-py)
- Support Python 3.12 & Drop support for 3.8 and 3.9 #303 (@arjxn-py)
- Add issue linkage to PR checklist #298 (@mfisher87)
Documentation improvements
- Add a pretty JupyterLite button to docs #361 (@mfisher87)
- Fix Lite Deployment Badge via RTD on PR using Custom Action #356 (@arjxn-py)
Other merged PRs
- Bot: Update Python #367 (@martinRenou)
Contributors to this release
(GitHub contributors page for this release)
@arjxn-py | @brichet | @davidbrochart | @github-actions | @gjmooney | @martinRenou | @Meriem-BenIsmail | @mfisher87 | @simonprovost | @SylvainCorlay
v0.2.1
v0.2.0
0.2.0
Enhancements made
- Improve logos styling #286 (@arjxn-py)
- Add Identify tool #270 (@gjmooney)
- Show other collaborators' cursors on map #264 (@gjmooney)
- Speed-up GeoTIFF file handling #262 (@Meriem-BenIsmail)
- Add ability to follow a collaborator's viewport #257 (@gjmooney)
- Emphasize the hidden layer icon #243 (@mfisher87)
- Add annotations support #234 (@gjmooney)
Bugs fixed
- Fix image layer python API #297 (@gjmooney)
- Refactor layer tree updates #284 (@gjmooney)
- Do not rely on collaborative drive for external file reading #241 (@martinRenou)
- Fix shippping of geojson schema #239 (@arjxn-py)
- Fix check-release workflow #223 (@gjmooney)
Maintenance and upkeep improvements
- Remove redundant dev install instructions, loosen pydantic pin #295 (@davidbrochart)
- Temporary PR comment for lite preview #290 (@brichet)
- Fix typo in ReadTheDocs PR link automation #285 (@mfisher87)
- Bump the gha-dependencies group with 4 updates #283 (@dependabot)
- Make prettier output more human readable, improve documentation of linting #282 (@mfisher87)
- Fix typo and formatting errors in dependabot config #280 (@mfisher87)
- Bump actions/upload-artifact to v4 #278 (@trungleduc)
- Build docs and Lite deployment in ReadTheDocs #275 (@mfisher87)
- Automatically upgrade GitHub Action dependencies with Dependabot #274 (@mfisher87)
- Add checks for reST content #273 (@mfisher87)
- Improve layer update logic #269 (@Meriem-BenIsmail)
- Grey out symbology entry for unsupported layers #255 (@gjmooney)
- Replace @jupyterlab/rjsf with FormComponent from @jupyterlab/ui-components #252 (@Meriem-BenIsmail)
- Apply pre-commit autofixes #249 (@mfisher87)
- Update PR preview links #233 (@martinRenou)
- Fix check-release workflow #223 (@gjmooney)
- Embed GeoJSON schema in the project to improve build reliability #165 (@arjxn-py)
Documentation improvements
- Remove unnecessary jupyterlab install #301 (@davidbrochart)
- Shrink logo and add lite badge to readme #292 (@gjmooney)
- Configure lerna to use
jlpm
as npm client #279 (@mfisher87) - Add checks for reST content #273 (@mfisher87)
- Set expectation that RTC doesn't work yet in JupyterLite deployment #260 (@mfisher87)
- Update contributing docs to be more comprehensive (and fix links) #242 (@mfisher87)
- docs: Add conda-forge install instructions #228 (@matthewfeickert)
- Update README demo link to open
france_hiking.jGIS
#226 (@mfisher87)
Contributors to this release
(GitHub contributors page for this release)
@arjxn-py | @brichet | @davidbrochart | @dependabot | @github-actions | @gjmooney | @martinRenou | @matthewfeickert | @Meriem-BenIsmail | @mfisher87 | @pre-commit-ci | @trungleduc
v0.1.7
0.1.7
Enhancements made
- JupyterLite: do not fail on file validation issues #219 (@martinRenou)
- Open jgis files with json viewer #210 (@gjmooney)
- Add support for other projections #199 (@gjmooney)
- Symbology refactor #193 (@gjmooney)
- Color ramps and classification #177 (@gjmooney)
Bugs fixed
- Skip cache when building prod #222 (@gjmooney)
- CI: Set up caching #211 (@gjmooney)
- UI-tests fix: Pin Jupyter Lab 4.2 #203 (@gjmooney)
- Fix focus bug #202 (@gjmooney)
- Add a min-height to the toolbar separator #200 (@brichet)
- Add nodata to geotiff source #198 (@gjmooney)
- Set collaborative attribute to False in Jupyterlite #192 (@martinRenou)
Maintenance and upkeep improvements
- Skip cache when building prod #222 (@gjmooney)
- Commit gallery in the repo #221 (@martinRenou)
- Fix update projection and allow exposing maps to ui-tests #214 (@brichet)
- Disable docprovider-extension in lite deployment #213 (@brichet)
- Update to jupyter-collaboration>=3 #204 (@brichet)
- Use appsharing for testing jupyterlite from PRs and galata reports #188 (@martinRenou)
Documentation improvements
- Fix links to docs and lite deployment #206 (@martinRenou)
- Build and publish docs to github pages #205 (@martinRenou)
- first draft of documentation for JupyterGIS #195 (@annefou)
Contributors to this release
(GitHub contributors page for this release)
@annefou | @brichet | @github-actions | @gjmooney | @martinRenou
v0.1.6
0.1.6
Enhancements made
- Add
logoicon
as tab icon #183 (@arjxn-py) - Reactive toolbar w.r.t width #181 (@arjxn-py)
- Rename launcher item #180 (@martinRenou)
- Add JupyterGIS icons in the filebrowser #179 (@martinRenou)
- Read/write color information for QGIS files #175 (@gjmooney)
Bugs fixed
- Remove extra comma from JSON repr, fixing creation of new files #184 (@martinRenou)
Contributors to this release
v0.1.5
0.1.5
Enhancements made
- Add jupytergis_qgis to metapackage #171 (@martinRenou)
- Animate spinner when fetching band information #167 (@gjmooney)
- Vector symbology api #163 (@gjmooney)
Bugs fixed
Maintenance and upkeep improvements
- Exclude notebooks and qgz files from the lite deployment #172 (@martinRenou)
- Remove terrain logic #170 (@martinRenou)
- Use file from test directory only in UI tests #169 (@brichet)
- Add test for ShapeFiles #164 (@arjxn-py)
Contributors to this release
(GitHub contributors page for this release)
@arjxn-py | @brichet | @github-actions | @gjmooney | @martinRenou
v0.1.4
0.1.4
Enhancements made
Bugs fixed
- Hotfix qgis loader for vector tile layer #160 (@martinRenou)
- Fix the update layers #159 (@brichet)
Maintenance and upkeep improvements
- Cleanup examples #162 (@martinRenou)
- Update snapshots #161 (@brichet)
Contributors to this release
v0.1.3
0.1.3
Enhancements made
- Improve gdal initialization #156 (@martinRenou)
- Vector symbology #152 (@gjmooney)
- Build the lite deployment even if integration tests don't pass #148 (@martinRenou)
- Raise an ImportError for the Python API in JupyterLite for now #147 (@martinRenou)
Bugs fixed
- Fix update option in main view #153 (@brichet)
- Use base URL for accessing gdal assets #150 (@gjmooney)
- Update geotiff example #146 (@gjmooney)
Maintenance and upkeep improvements
- Add ruff for linting and formatting #151 (@gjmooney)
- Trigger snapshots update #149 (@martinRenou)
Contributors to this release
v0.1.2
0.1.2
Enhancements made
- Add icons #144 (@martinRenou)
- Add handling for line type in vector layer #143 (@arjxn-py)
- Tif layer notebook API #139 (@gjmooney)
Bugs fixed
- Add the scale back #142 (@arjxn-py)
- Add back ShapeFile Support #141 (@arjxn-py)
- Fix jupyterlite issue #138 (@trungleduc)
Maintenance and upkeep improvements
- Notebook renderer: Use SharedModelFactory to create shared model #145 (@martinRenou)
Contributors to this release
(GitHub contributors page for this release)
@arjxn-py | @github-actions | @gjmooney | @martinRenou | @trungleduc