Skip to content

Commit 3f1f65f

Browse files
committed
Publish 0.1.3
SHA256 hashes: jupytergis-0.1.3-py3-none-any.whl: 3496b988079eb586d8c7636eca022646f53a105263a90956e61d15492dad2edb jupytergis-0.1.3.tar.gz: ed5b0e88edefaf665777cacd883e33bfbb1885efe194f2db441df015ea1e6b0b jupytergis-base-0.1.3.tgz: a75e0263fa290dfcca481b662f1fde8886538dbd2269c0253506d0fd90b0052b jupytergis-jupytergis-core-0.1.3.tgz: 324d18fbc1b6bcaacf53ca22a779f35d9ee63e3ed2c5636bc7e5eba8067fdf92 jupytergis-jupytergis-lab-0.1.3.tgz: c09bc3f636cd6a87e16d1d6079351c7abe5ed07a7feea65a20e439f0c16926d7 jupytergis-jupytergis-qgis-0.1.3.tgz: b74873bc534a34d4dc00712ef6134f8a6fe24e6ef9f8d684ea96884c4f87eb01 jupytergis-schema-0.1.3.tgz: bf76d7263b637ec0444580e69a9c81fa0fc706ff5a13b7fb3b587b5e5940a727 jupytergis_core-0.1.3-py3-none-any.whl: 46bd14b947edba7aac90f28904bcf56405a12a2d898f43253b5ac9af9f1a1a1a jupytergis_core-0.1.3.tar.gz: 2973f481e2eac1f5118be31aa55d65b252b379fb27c9712f95dabfb5dc667335 jupytergis_lab-0.1.3-py3-none-any.whl: 7276661d92cc5af1a9b3b6988251cde4b9db3159ad4e74cef76ab8a2f3cf0a46 jupytergis_lab-0.1.3.tar.gz: 60980c48889475463cbe20fd6d14ea6496d1900c57577cdab55a7c656a30b63a jupytergis_qgis-0.1.3-py3-none-any.whl: ab9ef7cda2bb57b49eb99782edc313eab04b8c803583e36d5d4567e004270e2b jupytergis_qgis-0.1.3.tar.gz: 9e8feecec15071598df33367012c16ab4a6ffa999024b21cc4df0d69ba110436
1 parent 80c859e commit 3f1f65f

File tree

9 files changed

+96
-68
lines changed

9 files changed

+96
-68
lines changed

CHANGELOG.md

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

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

5+
## 0.1.3
6+
7+
([Full Changelog](https://github.com/geojupyter/jupytergis/compare/@jupytergis/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Improve gdal initialization [#156](https://github.com/geojupyter/jupytergis/pull/156) ([@martinRenou](https://github.com/martinRenou))
12+
- Vector symbology [#152](https://github.com/geojupyter/jupytergis/pull/152) ([@gjmooney](https://github.com/gjmooney))
13+
- Build the lite deployment even if integration tests don't pass [#148](https://github.com/geojupyter/jupytergis/pull/148) ([@martinRenou](https://github.com/martinRenou))
14+
- Raise an ImportError for the Python API in JupyterLite for now [#147](https://github.com/geojupyter/jupytergis/pull/147) ([@martinRenou](https://github.com/martinRenou))
15+
16+
### Bugs fixed
17+
18+
- Fix update option in main view [#153](https://github.com/geojupyter/jupytergis/pull/153) ([@brichet](https://github.com/brichet))
19+
- Use base URL for accessing gdal assets [#150](https://github.com/geojupyter/jupytergis/pull/150) ([@gjmooney](https://github.com/gjmooney))
20+
- Update geotiff example [#146](https://github.com/geojupyter/jupytergis/pull/146) ([@gjmooney](https://github.com/gjmooney))
21+
22+
### Maintenance and upkeep improvements
23+
24+
- Add ruff for linting and formatting [#151](https://github.com/geojupyter/jupytergis/pull/151) ([@gjmooney](https://github.com/gjmooney))
25+
- Trigger snapshots update [#149](https://github.com/geojupyter/jupytergis/pull/149) ([@martinRenou](https://github.com/martinRenou))
26+
27+
### Contributors to this release
28+
29+
([GitHub contributors page for this release](https://github.com/geojupyter/jupytergis/graphs/contributors?from=2024-09-18&to=2024-09-24&type=c))
30+
31+
[@brichet](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Abrichet+updated%3A2024-09-18..2024-09-24&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agithub-actions+updated%3A2024-09-18..2024-09-24&type=Issues) | [@gjmooney](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agjmooney+updated%3A2024-09-18..2024-09-24&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3AmartinRenou+updated%3A2024-09-18..2024-09-24&type=Issues)
32+
33+
<!-- <END NEW CHANGELOG ENTRY> -->
34+
535
## 0.1.2
636

737
([Full Changelog](https://github.com/geojupyter/jupytergis/compare/@jupytergis/[email protected]))
@@ -28,8 +58,6 @@
2858

2959
[@arjxn-py](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Aarjxn-py+updated%3A2024-09-13..2024-09-18&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agithub-actions+updated%3A2024-09-13..2024-09-18&type=Issues) | [@gjmooney](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agjmooney+updated%3A2024-09-13..2024-09-18&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3AmartinRenou+updated%3A2024-09-13..2024-09-18&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Atrungleduc+updated%3A2024-09-13..2024-09-18&type=Issues)
3060

31-
<!-- <END NEW CHANGELOG ENTRY> -->
32-
3361
## 0.1.1
3462

3563
**Although the version number can be misleading, this is the very first of many JupyterGIS releases 📡 🌍**

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.1.2",
3+
"version": "0.1.3",
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.1.2",
3+
"version": "0.1.3",
44
"description": "A JupyterLab extension for 3D modelling.",
55
"keywords": [
66
"jupyter",
@@ -41,7 +41,7 @@
4141
"@deathbeds/jupyterlab-rjsf": "^1.1.0",
4242
"@jupyter/docprovider": "^2.0.0",
4343
"@jupyter/ydoc": "^1.0.0",
44-
"@jupytergis/schema": "^0.1.2",
44+
"@jupytergis/schema": "^0.1.3",
4545
"@jupyterlab/application": "^4.0.0",
4646
"@jupyterlab/apputils": "^4.0.0",
4747
"@jupyterlab/completer": "^4.2.4",

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.1.2",
3+
"version": "0.1.3",
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.1.2"
1+
__version__ = "0.1.3"
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.1.2",
3+
"version": "0.1.3",
44
"description": "JupyterGIS core extension",
55
"keywords": [
66
"jupyter",
@@ -53,8 +53,8 @@
5353
},
5454
"dependencies": {
5555
"@jupyter/docprovider": "^2.0.0",
56-
"@jupytergis/base": "^0.1.2",
57-
"@jupytergis/schema": "^0.1.2",
56+
"@jupytergis/base": "^0.1.3",
57+
"@jupytergis/schema": "^0.1.3",
5858
"@jupyterlab/application": "^4.0.0",
5959
"@jupyterlab/apputils": "^4.0.0",
6060
"@jupyterlab/docregistry": "^4.0.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.1.2",
3+
"version": "0.1.3",
44
"description": "JupyterGIS Lab extension.",
55
"keywords": [
66
"jupyter",
@@ -53,9 +53,9 @@
5353
},
5454
"dependencies": {
5555
"@jupyter/docprovider": "^2.0.0",
56-
"@jupytergis/base": "^0.1.2",
57-
"@jupytergis/jupytergis-core": "^0.1.2",
58-
"@jupytergis/schema": "^0.1.2",
56+
"@jupytergis/base": "^0.1.3",
57+
"@jupytergis/jupytergis-core": "^0.1.3",
58+
"@jupytergis/schema": "^0.1.3",
5959
"@jupyterlab/application": "^4.0.0",
6060
"@jupyterlab/apputils": "^4.0.0",
6161
"@jupyterlab/coreutils": "^6.0.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.1.2",
3+
"version": "0.1.3",
44
"description": "JupyterGIS QGIS extension.",
55
"keywords": [
66
"jupyter",
@@ -53,9 +53,9 @@
5353
},
5454
"dependencies": {
5555
"@jupyter/docprovider": "^2.0.0",
56-
"@jupytergis/base": "^0.1.2",
57-
"@jupytergis/jupytergis-core": "^0.1.2",
58-
"@jupytergis/schema": "^0.1.2",
56+
"@jupytergis/base": "^0.1.3",
57+
"@jupytergis/jupytergis-core": "^0.1.3",
58+
"@jupytergis/schema": "^0.1.3",
5959
"@jupyterlab/application": "^4.0.0",
6060
"@jupyterlab/apputils": "^4.0.0",
6161
"@jupyterlab/coreutils": "^6.0.0",

0 commit comments

Comments
 (0)