Skip to content

Commit 045d8e6

Browse files
committed
Publish 0.3.0
SHA256 hashes: jupytergis-0.3.0-py3-none-any.whl: 7d30c789d64bb65ebd6f6dea1f4de520d6cedd8af1da4b36214eb1479f92c45e jupytergis-0.3.0.tar.gz: f8bcc5fdaa4e8c68cefb0718d52056ea94e24c7e3d6e7a0f55b13d7844e4f99d jupytergis-base-0.3.0.tgz: e37a407fdeb8cbc2e51f2b81ce51edaf4a2005db72e84e7ddd55519f53d95a38 jupytergis-jupytergis-core-0.3.0.tgz: 2b978c168d7fee8960172ed1383279efcabb6482f8df1fbd52677960f8376044 jupytergis-jupytergis-lab-0.3.0.tgz: ef5f79bb5b3c3ad8cf6370a032ec002dc09d15f87c1923f45bb3dc7d3144d729 jupytergis-jupytergis-qgis-0.3.0.tgz: e4e91ed5b897f57f0889b30e8d56451398ae7a947d9b099d92bcea3dc76b97e2 jupytergis-schema-0.3.0.tgz: 521200888dac27e57ab23ae7d46d9bd77c2518a16a35ddf2986ec748765383da jupytergis_core-0.3.0-py3-none-any.whl: 3d74b7f298316185c18abf0cbdc012cf85f3bc795560899b97c148829281ac49 jupytergis_core-0.3.0.tar.gz: f42e74cfd217266da21a934fde9eaa5df676d47e3f38d30d90a197561805792e jupytergis_lab-0.3.0-py3-none-any.whl: 0c33d45c1a37d5e49eb53923cdd43e1dae022d312c15be70101179af77104730 jupytergis_lab-0.3.0.tar.gz: 91880b5ec59a758bbd761d667fdcdc915eaa5a9c8486301eaee6e9dcb9465f58 jupytergis_qgis-0.3.0-py3-none-any.whl: 4593522362ec577b5a7fbf588ea46e8d9abdc43ad36200432dec5f211ad5fbf8 jupytergis_qgis-0.3.0.tar.gz: 25664634bb96ef51e2aa0f246dc4f26fc14117fa223d568b315cf7389430607a
1 parent 5e05c1a commit 045d8e6

File tree

9 files changed

+177
-120
lines changed

9 files changed

+177
-120
lines changed

CHANGELOG.md

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

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

5+
## 0.3.0
6+
7+
([Full Changelog](https://github.com/geojupyter/jupytergis/compare/@jupytergis/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Use `interpolate` property to Disable Image Smoothing for `ImageLayers` [#373](https://github.com/geojupyter/jupytergis/pull/373) ([@Meriem-BenIsmail](https://github.com/Meriem-BenIsmail))
12+
- Add numerical input next to the slider and handle value 1-10 [#365](https://github.com/geojupyter/jupytergis/pull/365) ([@arjxn-py](https://github.com/arjxn-py))
13+
- Add Path Validation for `ShapefileSource` and `ImageSource`. [#362](https://github.com/geojupyter/jupytergis/pull/362) ([@Meriem-BenIsmail](https://github.com/Meriem-BenIsmail))
14+
- Multi band symbology [#360](https://github.com/geojupyter/jupytergis/pull/360) ([@gjmooney](https://github.com/gjmooney))
15+
- Add Proper Styling to Symbology panel's "mode" [#354](https://github.com/geojupyter/jupytergis/pull/354) ([@Meriem-BenIsmail](https://github.com/Meriem-BenIsmail))
16+
- Add status bar to map [#348](https://github.com/geojupyter/jupytergis/pull/348) ([@gjmooney](https://github.com/gjmooney))
17+
- Move jupyter-collaboration dependency to jupytergis [#347](https://github.com/geojupyter/jupytergis/pull/347) ([@davidbrochart](https://github.com/davidbrochart))
18+
- QGIS logo added for `.qgz` files [#337](https://github.com/geojupyter/jupytergis/pull/337) ([@Meriem-BenIsmail](https://github.com/Meriem-BenIsmail))
19+
- Create layers by path or external URL with separate fields [#335](https://github.com/geojupyter/jupytergis/pull/335) ([@Meriem-BenIsmail](https://github.com/Meriem-BenIsmail))
20+
- visibility icon turns white when layer selected. [#330](https://github.com/geojupyter/jupytergis/pull/330) ([@Meriem-BenIsmail](https://github.com/Meriem-BenIsmail))
21+
- Give some padding to the headings in editForm [#329](https://github.com/geojupyter/jupytergis/pull/329) ([@arjxn-py](https://github.com/arjxn-py))
22+
- Use slider to set opacity in layer form [#325](https://github.com/geojupyter/jupytergis/pull/325) ([@arjxn-py](https://github.com/arjxn-py))
23+
- Add Hillshade layer to notebook api [#304](https://github.com/geojupyter/jupytergis/pull/304) ([@gjmooney](https://github.com/gjmooney))
24+
- Support Python 3.12 & Drop support for 3.8 and 3.9 [#303](https://github.com/geojupyter/jupytergis/pull/303) ([@arjxn-py](https://github.com/arjxn-py))
25+
- Add zoom to layer to layer context menu [#294](https://github.com/geojupyter/jupytergis/pull/294) ([@gjmooney](https://github.com/gjmooney))
26+
- Local and external file loading support for geojson, image and shapefile sources [#256](https://github.com/geojupyter/jupytergis/pull/256) ([@arjxn-py](https://github.com/arjxn-py))
27+
28+
### Bugs fixed
29+
30+
- Add numerical input next to the slider and handle value 1-10 [#365](https://github.com/geojupyter/jupytergis/pull/365) ([@arjxn-py](https://github.com/arjxn-py))
31+
- Disable Image Smoothing for `ImageSource` [#364](https://github.com/geojupyter/jupytergis/pull/364) ([@Meriem-BenIsmail](https://github.com/Meriem-BenIsmail))
32+
- Fix JupyterGISDoc.setSource [#346](https://github.com/geojupyter/jupytergis/pull/346) ([@davidbrochart](https://github.com/davidbrochart))
33+
- Include files in lite deployment for `local.jGIS` [#345](https://github.com/geojupyter/jupytergis/pull/345) ([@arjxn-py](https://github.com/arjxn-py))
34+
- Register new projections if needed when adding layers [#343](https://github.com/geojupyter/jupytergis/pull/343) ([@gjmooney](https://github.com/gjmooney))
35+
- Move dependencies from root to dependent package + Update JupyterLite in lite build [#333](https://github.com/geojupyter/jupytergis/pull/333) ([@arjxn-py](https://github.com/arjxn-py))
36+
- Try fixing jupyterlite deployment [#332](https://github.com/geojupyter/jupytergis/pull/332) ([@arjxn-py](https://github.com/arjxn-py))
37+
- Add keyboard shortcuts for undo and redo [#320](https://github.com/geojupyter/jupytergis/pull/320) ([@gjmooney](https://github.com/gjmooney))
38+
- Add "identified" style for polygons & linestrings [#319](https://github.com/geojupyter/jupytergis/pull/319) ([@gjmooney](https://github.com/gjmooney))
39+
40+
### Maintenance and upkeep improvements
41+
42+
- Bot: missing collaboration package [#368](https://github.com/geojupyter/jupytergis/pull/368) ([@martinRenou](https://github.com/martinRenou))
43+
- Keep extension package name extension-artifacts for 3.12 to fix bot [#366](https://github.com/geojupyter/jupytergis/pull/366) ([@arjxn-py](https://github.com/arjxn-py))
44+
- Support Python 3.12 & Drop support for 3.8 and 3.9 [#303](https://github.com/geojupyter/jupytergis/pull/303) ([@arjxn-py](https://github.com/arjxn-py))
45+
- Add issue linkage to PR checklist [#298](https://github.com/geojupyter/jupytergis/pull/298) ([@mfisher87](https://github.com/mfisher87))
46+
47+
### Documentation improvements
48+
49+
- Add a pretty JupyterLite button to docs [#361](https://github.com/geojupyter/jupytergis/pull/361) ([@mfisher87](https://github.com/mfisher87))
50+
- Fix Lite Deployment Badge via RTD on PR using Custom Action [#356](https://github.com/geojupyter/jupytergis/pull/356) ([@arjxn-py](https://github.com/arjxn-py))
51+
52+
### Other merged PRs
53+
54+
- Bot: Update Python [#367](https://github.com/geojupyter/jupytergis/pull/367) ([@martinRenou](https://github.com/martinRenou))
55+
56+
### Contributors to this release
57+
58+
([GitHub contributors page for this release](https://github.com/geojupyter/jupytergis/graphs/contributors?from=2025-01-13&to=2025-01-21&type=c))
59+
60+
[@arjxn-py](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Aarjxn-py+updated%3A2025-01-13..2025-01-21&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Abrichet+updated%3A2025-01-13..2025-01-21&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Adavidbrochart+updated%3A2025-01-13..2025-01-21&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agithub-actions+updated%3A2025-01-13..2025-01-21&type=Issues) | [@gjmooney](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agjmooney+updated%3A2025-01-13..2025-01-21&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3AmartinRenou+updated%3A2025-01-13..2025-01-21&type=Issues) | [@Meriem-BenIsmail](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3AMeriem-BenIsmail+updated%3A2025-01-13..2025-01-21&type=Issues) | [@mfisher87](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Amfisher87+updated%3A2025-01-13..2025-01-21&type=Issues) | [@simonprovost](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Asimonprovost+updated%3A2025-01-13..2025-01-21&type=Issues) | [@SylvainCorlay](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3ASylvainCorlay+updated%3A2025-01-13..2025-01-21&type=Issues)
61+
62+
<!-- <END NEW CHANGELOG ENTRY> -->
63+
564
## 0.2.1
665

766
([Full Changelog](https://github.com/geojupyter/jupytergis/compare/@jupytergis/[email protected]))
@@ -16,8 +75,6 @@
1675

1776
[@github-actions](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agithub-actions+updated%3A2025-01-10..2025-01-13&type=Issues) | [@gjmooney](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agjmooney+updated%3A2025-01-10..2025-01-13&type=Issues)
1877

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2178
## 0.2.0
2279

2380
([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.2.1",
3+
"version": "0.3.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.2.1",
3+
"version": "0.3.0",
44
"description": "A JupyterLab extension for 3D modelling.",
55
"keywords": [
66
"jupyter",
@@ -43,7 +43,7 @@
4343
"@fortawesome/react-fontawesome": "latest",
4444
"@jupyter/react-components": "^0.16.6",
4545
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
46-
"@jupytergis/schema": "^0.2.1",
46+
"@jupytergis/schema": "^0.3.0",
4747
"@jupyterlab/application": "^4.3.0",
4848
"@jupyterlab/apputils": "^4.3.0",
4949
"@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.2.1",
3+
"version": "0.3.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.2.1"
1+
__version__ = "0.3.0"
22

33
from jupytergis_lab import GISDocument # noqa

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.2.1",
3+
"version": "0.3.0",
44
"description": "JupyterGIS core extension",
55
"keywords": [
66
"jupyter",
@@ -53,8 +53,8 @@
5353
},
5454
"dependencies": {
5555
"@jupyter/collaborative-drive": "^3.0.0",
56-
"@jupytergis/base": "^0.2.1",
57-
"@jupytergis/schema": "^0.2.1",
56+
"@jupytergis/base": "^0.3.0",
57+
"@jupytergis/schema": "^0.3.0",
5858
"@jupyterlab/application": "^4.3.0",
5959
"@jupyterlab/apputils": "^4.3.0",
6060
"@jupyterlab/docregistry": "^4.3.0",

python/jupytergis_lab/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytergis/jupytergis-lab",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "JupyterGIS Lab extension.",
55
"keywords": [
66
"jupyter",
@@ -53,9 +53,9 @@
5353
},
5454
"dependencies": {
5555
"@jupyter/collaborative-drive": "^3.0.0",
56-
"@jupytergis/base": "^0.2.1",
57-
"@jupytergis/jupytergis-core": "^0.2.1",
58-
"@jupytergis/schema": "^0.2.1",
56+
"@jupytergis/base": "^0.3.0",
57+
"@jupytergis/jupytergis-core": "^0.3.0",
58+
"@jupytergis/schema": "^0.3.0",
5959
"@jupyterlab/application": "^4.3.0",
6060
"@jupyterlab/apputils": "^4.3.0",
6161
"@jupyterlab/coreutils": "^6.3.0",

python/jupytergis_qgis/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytergis/jupytergis-qgis",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "JupyterGIS QGIS extension.",
55
"keywords": [
66
"jupyter",
@@ -54,9 +54,9 @@
5454
},
5555
"dependencies": {
5656
"@jupyter/collaborative-drive": "^3.0.0",
57-
"@jupytergis/base": "^0.2.1",
58-
"@jupytergis/jupytergis-core": "^0.2.1",
59-
"@jupytergis/schema": "^0.2.1",
57+
"@jupytergis/base": "^0.3.0",
58+
"@jupytergis/jupytergis-core": "^0.3.0",
59+
"@jupytergis/schema": "^0.3.0",
6060
"@jupyterlab/application": "^4.3.0",
6161
"@jupyterlab/apputils": "^4.3.0",
6262
"@jupyterlab/coreutils": "^6.3.0",

0 commit comments

Comments
 (0)