Skip to content

Commit 98d4a97

Browse files
committed
Publish 0.6.0
SHA256 hashes: jupytergis-0.6.0-py3-none-any.whl: deaf1d63a76d99ed1a1ebf15c0fb4891ca0885126353efe3c989eb3f9dfa4fd6 jupytergis-0.6.0.tar.gz: 30088807a0394ace628b691cbb50bcee3db295309ea5a41c2ecbdb9f8d214246 jupytergis-base-0.6.0.tgz: d91eebcbd58d2eeab6440aee384cd00493723a128c00d8597a00c58915c82556 jupytergis-jupytergis-core-0.6.0.tgz: c364a7a6f59443f1efbc39e41caf5ce206890dc30320d74e72e6c769de58ec67 jupytergis-jupytergis-lab-0.6.0.tgz: 1edddd5f9381a9bf9a04e49be26ca00182cc0d6f81fd72649ad86948a6a12645 jupytergis-jupytergis-qgis-0.6.0.tgz: 44f96d69d501040e3be01c98de64be406be71ba4c466c09f710e627326adff08 jupytergis-schema-0.6.0.tgz: 279c86c0da61e865c6b58daf399ad93b10b11c777e6920cd9dbd72c995b82566 jupytergis_core-0.6.0-py3-none-any.whl: 1bbf2d3dad0aa68f9be58f0c1c60e1a5aa3c3b76347da468ce5ce53ccb33edb0 jupytergis_core-0.6.0.tar.gz: e10628f1efcd87a26fc7a9d0e2e460fe3a6c13569a277b243ab8c76a29992210 jupytergis_lab-0.6.0-py3-none-any.whl: b08c4fc7eea81ac3b28c698f4b463240d3c9c615b0096b8334ceaf11126870f9 jupytergis_lab-0.6.0.tar.gz: 7d56e05b6e7af0a2a8950fc932a030330ef3920388f3b629688de30a6c4f9402 jupytergis_lite-0.6.0-py3-none-any.whl: 09e171ef5f1c11ed1de5a5535f2c0489612ec789463568a4e63c25d2b5c0226c jupytergis_lite-0.6.0.tar.gz: f34b4c8a9cc63aba050a5ce33bb687760b15897d67a14ed51781f6a590402a97 jupytergis_qgis-0.6.0-py3-none-any.whl: d4620b52bbd7bdaeddd9ff2f14a9fc415f33e656e2434d8d160237cc7fcc000e jupytergis_qgis-0.6.0.tar.gz: 47b88de9f709b666f77e6a50f7e539a0ef18d9ff46759230318a88d869c6d131
1 parent 89fd8fb commit 98d4a97

File tree

12 files changed

+649
-534
lines changed

12 files changed

+649
-534
lines changed

CHANGELOG.md

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,70 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.6.0
6+
7+
([Full Changelog](https://github.com/geojupyter/jupytergis/compare/@jupytergis/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Increased the width of main-panel in notebook viewer [#787](https://github.com/geojupyter/jupytergis/pull/787) ([@Gauss-Taylor-Euler](https://github.com/Gauss-Taylor-Euler))
12+
- Add OpenLayers fullscreen control to map [#764](https://github.com/geojupyter/jupytergis/pull/764) ([@mfisher87](https://github.com/mfisher87))
13+
- Refactor of processing logic to make it less verbose. [#758](https://github.com/geojupyter/jupytergis/pull/758) ([@Gauss-Taylor-Euler](https://github.com/Gauss-Taylor-Euler))
14+
- GEODES STAC API Search [#753](https://github.com/geojupyter/jupytergis/pull/753) ([@gjmooney](https://github.com/gjmooney))
15+
- Create shared components [#749](https://github.com/geojupyter/jupytergis/pull/749) ([@gjmooney](https://github.com/gjmooney))
16+
- Enhance proxy [#748](https://github.com/geojupyter/jupytergis/pull/748) ([@gjmooney](https://github.com/gjmooney))
17+
- Processing: Bounding boxes of a vector layer(#734) [#744](https://github.com/geojupyter/jupytergis/pull/744) ([@Gauss-Taylor-Euler](https://github.com/Gauss-Taylor-Euler))
18+
- Processing : Centroids of a vector layer [#740](https://github.com/geojupyter/jupytergis/pull/740) ([@Gauss-Taylor-Euler](https://github.com/Gauss-Taylor-Euler))
19+
- Multiband symbology: support alpha channel & Fix band offset bug [#718](https://github.com/geojupyter/jupytergis/pull/718) ([@arjxn-py](https://github.com/arjxn-py))
20+
- Enable Python API to add geojson layer with remote url [#715](https://github.com/geojupyter/jupytergis/pull/715) ([@arjxn-py](https://github.com/arjxn-py))
21+
- Refactor vector symbology: Configure radius and color separately [#714](https://github.com/geojupyter/jupytergis/pull/714) ([@arjxn-py](https://github.com/arjxn-py))
22+
- Support coloring vector features by an attribute containing a hex color code [#713](https://github.com/geojupyter/jupytergis/pull/713) ([@mfisher87](https://github.com/mfisher87))
23+
- Auto-save project when updating any property [#708](https://github.com/geojupyter/jupytergis/pull/708) ([@arjxn-py](https://github.com/arjxn-py))
24+
- Simplify Symbology of Vectors [#672](https://github.com/geojupyter/jupytergis/pull/672) ([@arjxn-py](https://github.com/arjxn-py))
25+
26+
### Bugs fixed
27+
28+
- Pin proj4js >=2.19.3 [#778](https://github.com/geojupyter/jupytergis/pull/778) ([@mfisher87](https://github.com/mfisher87))
29+
- Fix LayoutRestorer entries [#743](https://github.com/geojupyter/jupytergis/pull/743) ([@martinRenou](https://github.com/martinRenou))
30+
- Fix file rename in side panels [#736](https://github.com/geojupyter/jupytergis/pull/736) ([@Gauss-Taylor-Euler](https://github.com/Gauss-Taylor-Euler))
31+
- Fix blank menu after selecting heatmap [#707](https://github.com/geojupyter/jupytergis/pull/707) ([@arjxn-py](https://github.com/arjxn-py))
32+
- Support Symbology on VectorTileLayers [#703](https://github.com/geojupyter/jupytergis/pull/703) ([@arjxn-py](https://github.com/arjxn-py))
33+
- SymbologyPanel: Eliminate need to re-classify when changing between "radius" and "color" methods [#700](https://github.com/geojupyter/jupytergis/pull/700) ([@arjxn-py](https://github.com/arjxn-py))
34+
- Prevent duplication of color steps when reopening the symbology panel [#697](https://github.com/geojupyter/jupytergis/pull/697) ([@arjxn-py](https://github.com/arjxn-py))
35+
- Don't Save annotation as stringified json [#637](https://github.com/geojupyter/jupytergis/pull/637) ([@arjxn-py](https://github.com/arjxn-py))
36+
37+
### Maintenance and upkeep improvements
38+
39+
- Bump dawidd6/action-download-artifact from 10 to 11 in the gha-dependencies group [#794](https://github.com/geojupyter/jupytergis/pull/794) ([@dependabot](https://github.com/dependabot))
40+
- Add React component type annotations [#791](https://github.com/geojupyter/jupytergis/pull/791) ([@mfisher87](https://github.com/mfisher87))
41+
- Add more explicit typing on RJSF objects [#789](https://github.com/geojupyter/jupytergis/pull/789) ([@mfisher87](https://github.com/mfisher87))
42+
- Improve file naming consistency of schemas [#786](https://github.com/geojupyter/jupytergis/pull/786) ([@mfisher87](https://github.com/mfisher87))
43+
- Use latest version of xeus for docs build [#771](https://github.com/geojupyter/jupytergis/pull/771) ([@Gauss-Taylor-Euler](https://github.com/Gauss-Taylor-Euler))
44+
- Extract loading spinners to shared components [#769](https://github.com/geojupyter/jupytergis/pull/769) ([@mfisher87](https://github.com/mfisher87))
45+
- Rename `generateScene()` -> `generateMap()` [#762](https://github.com/geojupyter/jupytergis/pull/762) ([@HaudinFlorence](https://github.com/HaudinFlorence))
46+
- Refactor vector symbology menus: drive logic with data structure [#752](https://github.com/geojupyter/jupytergis/pull/752) ([@mfisher87](https://github.com/mfisher87))
47+
- new feature request template [#746](https://github.com/geojupyter/jupytergis/pull/746) ([@MMesch](https://github.com/MMesch))
48+
- Update prettier config to always use trailing commas [#731](https://github.com/geojupyter/jupytergis/pull/731) ([@mfisher87](https://github.com/mfisher87))
49+
- Consistently sort and group all TS imports [#730](https://github.com/geojupyter/jupytergis/pull/730) ([@mfisher87](https://github.com/mfisher87))
50+
- Support importing from path alias `@` [#728](https://github.com/geojupyter/jupytergis/pull/728) ([@mfisher87](https://github.com/mfisher87))
51+
- Bump dawidd6/action-download-artifact from 9 to 10 in the gha-dependencies group [#726](https://github.com/geojupyter/jupytergis/pull/726) ([@dependabot](https://github.com/dependabot))
52+
- Remove UsersItem component and use the one from `@jupyter/collaboration` [#723](https://github.com/geojupyter/jupytergis/pull/723) ([@arjxn-py](https://github.com/arjxn-py))
53+
54+
### Documentation improvements
55+
56+
- Make install docs more readable with tabs [#790](https://github.com/geojupyter/jupytergis/pull/790) ([@mfisher87](https://github.com/mfisher87))
57+
- Minor typo fix "you can you" -> "you can use" [#779](https://github.com/geojupyter/jupytergis/pull/779) ([@tylere](https://github.com/tylere))
58+
- Update releasing docs [#684](https://github.com/geojupyter/jupytergis/pull/684) ([@mfisher87](https://github.com/mfisher87))
59+
- Add architecture docs [#576](https://github.com/geojupyter/jupytergis/pull/576) ([@mfisher87](https://github.com/mfisher87))
60+
61+
### Contributors to this release
62+
63+
([GitHub contributors page for this release](https://github.com/geojupyter/jupytergis/graphs/contributors?from=2025-05-08&to=2025-07-02&type=c))
64+
65+
[@arjxn-py](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Aarjxn-py+updated%3A2025-05-08..2025-07-02&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Adependabot+updated%3A2025-05-08..2025-07-02&type=Issues) | [@Gauss-Taylor-Euler](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3AGauss-Taylor-Euler+updated%3A2025-05-08..2025-07-02&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agithub-actions+updated%3A2025-05-08..2025-07-02&type=Issues) | [@gjmooney](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agjmooney+updated%3A2025-05-08..2025-07-02&type=Issues) | [@HaudinFlorence](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3AHaudinFlorence+updated%3A2025-05-08..2025-07-02&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3AmartinRenou+updated%3A2025-05-08..2025-07-02&type=Issues) | [@mfisher87](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Amfisher87+updated%3A2025-05-08..2025-07-02&type=Issues) | [@MMesch](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3AMMesch+updated%3A2025-05-08..2025-07-02&type=Issues) | [@SylvainCorlay](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3ASylvainCorlay+updated%3A2025-05-08..2025-07-02&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Atrungleduc+updated%3A2025-05-08..2025-07-02&type=Issues) | [@tylere](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Atylere+updated%3A2025-05-08..2025-07-02&type=Issues)
66+
67+
<!-- <END NEW CHANGELOG ENTRY> -->
68+
569
## 0.5.0
670

771
([Full Changelog](https://github.com/geojupyter/jupytergis/compare/@jupytergis/[email protected]))
@@ -30,8 +94,6 @@
3094

3195
[@arjxn-py](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Aarjxn-py+updated%3A2025-04-25..2025-05-08&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Abrichet+updated%3A2025-04-25..2025-05-08&type=Issues) | [@HaudinFlorence](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3AHaudinFlorence+updated%3A2025-04-25..2025-05-08&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3AmartinRenou+updated%3A2025-04-25..2025-05-08&type=Issues) | [@mfisher87](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Amfisher87+updated%3A2025-04-25..2025-05-08&type=Issues)
3296

33-
<!-- <END NEW CHANGELOG ENTRY> -->
34-
3597
## 0.4.5
3698

3799
([Full Changelog](https://github.com/geojupyter/jupytergis/compare/@jupytergis/[email protected]))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytergis/jupytergis-root",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"private": true,
55
"homepage": "https://github.com/geojupyter/jupytergis",
66
"repository": {

packages/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytergis/base",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "A JupyterLab extension for 3D modelling.",
55
"keywords": [
66
"jupyter",
@@ -44,7 +44,7 @@
4444
"@jupyter/collaboration": "^3.1.0",
4545
"@jupyter/react-components": "^0.16.6",
4646
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
47-
"@jupytergis/schema": "^0.5.0",
47+
"@jupytergis/schema": "^0.6.0",
4848
"@jupyterlab/application": "^4.3.0",
4949
"@jupyterlab/apputils": "^4.3.0",
5050
"@jupyterlab/completer": "^4.3.0",

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytergis/schema",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "A JupyterGIS schema package.",
55
"keywords": [
66
"jupytergis"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.6.0"
22

33
from jupytergis_lab import GISDocument, explore # noqa

python/jupytergis/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ classifiers = [
1919
"Programming Language :: Python :: 3.12",
2020
]
2121
dependencies = [
22-
"jupytergis_core==0.5.0",
23-
"jupytergis_lab==0.5.0",
24-
"jupytergis_qgis==0.5.0",
22+
"jupytergis_core==0.6.0",
23+
"jupytergis_lab==0.6.0",
24+
"jupytergis_qgis==0.6.0",
2525
"jupyter-collaboration>=3,<4",
2626
"jupyter-docprovider>=1,<2",
2727
"jupyter-server-ydoc>=1,<2",

python/jupytergis_core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytergis/jupytergis-core",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "JupyterGIS core extension",
55
"keywords": [
66
"jupyter",
@@ -54,8 +54,8 @@
5454
},
5555
"dependencies": {
5656
"@jupyter/collaborative-drive": "^3.0.0",
57-
"@jupytergis/base": "^0.5.0",
58-
"@jupytergis/schema": "^0.5.0",
57+
"@jupytergis/base": "^0.6.0",
58+
"@jupytergis/schema": "^0.6.0",
5959
"@jupyterlab/application": "^4.3.0",
6060
"@jupyterlab/apputils": "^4.3.0",
6161
"@jupyterlab/docregistry": "^4.3.0",

python/jupytergis_lab/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytergis/jupytergis-lab",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "JupyterGIS Lab extension.",
55
"keywords": [
66
"jupyter",
@@ -53,8 +53,8 @@
5353
},
5454
"dependencies": {
5555
"@jupyter/collaborative-drive": "^3.0.0",
56-
"@jupytergis/base": "^0.5.0",
57-
"@jupytergis/schema": "^0.5.0",
56+
"@jupytergis/base": "^0.6.0",
57+
"@jupytergis/schema": "^0.6.0",
5858
"@jupyterlab/application": "^4.3.0",
5959
"@jupyterlab/apputils": "^4.3.0",
6060
"@jupyterlab/completer": "^4.3.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.6.0"
22

33
from jupytergis_lab import GISDocument, explore # noqa

python/jupytergis_lite/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ classifiers = [
1919
"Programming Language :: Python :: 3.12",
2020
]
2121
dependencies = [
22-
"jupytergis_core==0.5.0",
23-
"jupytergis_lab==0.5.0",
22+
"jupytergis_core==0.6.0",
23+
"jupytergis_lab==0.6.0",
2424
"my-jupyter-shared-drive<0.2.0",
2525
]
2626
dynamic = ["version"]

0 commit comments

Comments
 (0)