Skip to content

Commit 8fe1432

Browse files
committed
Publish 0.1.7
SHA256 hashes: jupytergis-0.1.7-py3-none-any.whl: 406e1d7b329baa6eeeaf32274e0528d5aeda4e77e1c4f1657040ea0b7daee8d6 jupytergis-0.1.7.tar.gz: 4c593417794fda14890bb1aafebedfe6468e49e60de94cc29b3baeecc772daaa jupytergis-base-0.1.7.tgz: b2f1644927adb5c0e263bac52713f81bbebea4d132e701de73cb84055e374144 jupytergis-jupytergis-core-0.1.7.tgz: 8d56c32711051186cc28ee0c999d5bcb19b9eefed024daee17cd20d3f3d5b15e jupytergis-jupytergis-lab-0.1.7.tgz: eff179dfab7e22d874e4ca8adcb88733c45fd2cc66a1993ea18375b1cfff2185 jupytergis-jupytergis-qgis-0.1.7.tgz: 94b3eee640c49f51c81b76419b0fddcc75237edc2ea8ca29c8d8047f6228aed9 jupytergis-schema-0.1.7.tgz: d487f1a693295d3e6186dbcf37b29e1a333d5a66b2e5b9f1b661c81e50ae5f22 jupytergis_core-0.1.7-py3-none-any.whl: 538b37db457bcf94fa685780b4ddb221350d703009718b25be6c1677c39cffb3 jupytergis_core-0.1.7.tar.gz: ad09aabf8a0df85bc9d7bc232abb00e8e2d8b876e3649d7438773f7c4a9915b2 jupytergis_lab-0.1.7-py3-none-any.whl: 6aadeea5b86b417ce4888e8ec154b2e05120d64f47bba762749a3cfa15e64324 jupytergis_lab-0.1.7.tar.gz: d6e7ff33975737c4bbf3d6a70f89dc4af45880d55ec5e9d0c7b6e74c16b4889a jupytergis_qgis-0.1.7-py3-none-any.whl: 041a29b391d00e841a42b6419861f7c6271967d7f7e7f06749ea613efc025d9d jupytergis_qgis-0.1.7.tar.gz: a978092cb813e3f9ba2abb83cbe72dbb8fe60fb581cac73bf2afdbf081047602
1 parent 52c36a5 commit 8fe1432

File tree

9 files changed

+1058
-1527
lines changed

9 files changed

+1058
-1527
lines changed

CHANGELOG.md

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

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

5+
## 0.1.7
6+
7+
([Full Changelog](https://github.com/geojupyter/jupytergis/compare/@jupytergis/base@0.1.6...52c36a5d1a548724efc055de81f463a34ba1d1fb))
8+
9+
### Enhancements made
10+
11+
- JupyterLite: do not fail on file validation issues [#219](https://github.com/geojupyter/jupytergis/pull/219) ([@martinRenou](https://github.com/martinRenou))
12+
- Open jgis files with json viewer [#210](https://github.com/geojupyter/jupytergis/pull/210) ([@gjmooney](https://github.com/gjmooney))
13+
- Add support for other projections [#199](https://github.com/geojupyter/jupytergis/pull/199) ([@gjmooney](https://github.com/gjmooney))
14+
- Symbology refactor [#193](https://github.com/geojupyter/jupytergis/pull/193) ([@gjmooney](https://github.com/gjmooney))
15+
- Color ramps and classification [#177](https://github.com/geojupyter/jupytergis/pull/177) ([@gjmooney](https://github.com/gjmooney))
16+
17+
### Bugs fixed
18+
19+
- Skip cache when building prod [#222](https://github.com/geojupyter/jupytergis/pull/222) ([@gjmooney](https://github.com/gjmooney))
20+
- CI: Set up caching [#211](https://github.com/geojupyter/jupytergis/pull/211) ([@gjmooney](https://github.com/gjmooney))
21+
- UI-tests fix: Pin Jupyter Lab 4.2 [#203](https://github.com/geojupyter/jupytergis/pull/203) ([@gjmooney](https://github.com/gjmooney))
22+
- Fix focus bug [#202](https://github.com/geojupyter/jupytergis/pull/202) ([@gjmooney](https://github.com/gjmooney))
23+
- Add a min-height to the toolbar separator [#200](https://github.com/geojupyter/jupytergis/pull/200) ([@brichet](https://github.com/brichet))
24+
- Add nodata to geotiff source [#198](https://github.com/geojupyter/jupytergis/pull/198) ([@gjmooney](https://github.com/gjmooney))
25+
- Set collaborative attribute to False in Jupyterlite [#192](https://github.com/geojupyter/jupytergis/pull/192) ([@martinRenou](https://github.com/martinRenou))
26+
27+
### Maintenance and upkeep improvements
28+
29+
- Skip cache when building prod [#222](https://github.com/geojupyter/jupytergis/pull/222) ([@gjmooney](https://github.com/gjmooney))
30+
- Commit gallery in the repo [#221](https://github.com/geojupyter/jupytergis/pull/221) ([@martinRenou](https://github.com/martinRenou))
31+
- Fix update projection and allow exposing maps to ui-tests [#214](https://github.com/geojupyter/jupytergis/pull/214) ([@brichet](https://github.com/brichet))
32+
- Disable docprovider-extension in lite deployment [#213](https://github.com/geojupyter/jupytergis/pull/213) ([@brichet](https://github.com/brichet))
33+
- Update to jupyter-collaboration>=3 [#204](https://github.com/geojupyter/jupytergis/pull/204) ([@brichet](https://github.com/brichet))
34+
- Use appsharing for testing jupyterlite from PRs and galata reports [#188](https://github.com/geojupyter/jupytergis/pull/188) ([@martinRenou](https://github.com/martinRenou))
35+
36+
### Documentation improvements
37+
38+
- Fix links to docs and lite deployment [#206](https://github.com/geojupyter/jupytergis/pull/206) ([@martinRenou](https://github.com/martinRenou))
39+
- Build and publish docs to github pages [#205](https://github.com/geojupyter/jupytergis/pull/205) ([@martinRenou](https://github.com/martinRenou))
40+
- first draft of documentation for JupyterGIS [#195](https://github.com/geojupyter/jupytergis/pull/195) ([@annefou](https://github.com/annefou))
41+
42+
### Contributors to this release
43+
44+
([GitHub contributors page for this release](https://github.com/geojupyter/jupytergis/graphs/contributors?from=2024-10-14&to=2024-12-06&type=c))
45+
46+
[@annefou](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Aannefou+updated%3A2024-10-14..2024-12-06&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Abrichet+updated%3A2024-10-14..2024-12-06&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agithub-actions+updated%3A2024-10-14..2024-12-06&type=Issues) | [@gjmooney](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agjmooney+updated%3A2024-10-14..2024-12-06&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3AmartinRenou+updated%3A2024-10-14..2024-12-06&type=Issues)
47+
48+
<!-- <END NEW CHANGELOG ENTRY> -->
49+
550
## 0.1.6
651

752
([Full Changelog](https://github.com/geojupyter/jupytergis/compare/@jupytergis/base@0.1.5...84200c15ed4537cf469482035c2d4eca9ffbfb42))
@@ -24,8 +69,6 @@
2469

2570
[@arjxn-py](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Aarjxn-py+updated%3A2024-10-04..2024-10-14&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agithub-actions+updated%3A2024-10-04..2024-10-14&type=Issues) | [@gjmooney](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3Agjmooney+updated%3A2024-10-04..2024-10-14&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ageojupyter%2Fjupytergis+involves%3AmartinRenou+updated%3A2024-10-04..2024-10-14&type=Issues)
2671

27-
<!-- <END NEW CHANGELOG ENTRY> -->
28-
2972
## 0.1.5
3073

3174
([Full Changelog](https://github.com/geojupyter/jupytergis/compare/@jupytergis/base@0.1.4...743bc18afaccf544be4508cf8fbb0669f85dd59d))

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.6",
3+
"version": "0.1.7",
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.6",
3+
"version": "0.1.7",
44
"description": "A JupyterLab extension for 3D modelling.",
55
"keywords": [
66
"jupyter",
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@deathbeds/jupyterlab-rjsf": "^1.1.0",
4242
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
43-
"@jupytergis/schema": "^0.1.6",
43+
"@jupytergis/schema": "^0.1.7",
4444
"@jupyterlab/application": "^4.3.0",
4545
"@jupyterlab/apputils": "^4.3.0",
4646
"@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.1.6",
3+
"version": "0.1.7",
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.6"
1+
__version__ = "0.1.7"
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.6",
3+
"version": "0.1.7",
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.1.6",
57-
"@jupytergis/schema": "^0.1.6",
56+
"@jupytergis/base": "^0.1.7",
57+
"@jupytergis/schema": "^0.1.7",
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.1.6",
3+
"version": "0.1.7",
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.1.6",
57-
"@jupytergis/jupytergis-core": "^0.1.6",
58-
"@jupytergis/schema": "^0.1.6",
56+
"@jupytergis/base": "^0.1.7",
57+
"@jupytergis/jupytergis-core": "^0.1.7",
58+
"@jupytergis/schema": "^0.1.7",
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.1.6",
3+
"version": "0.1.7",
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.1.6",
58-
"@jupytergis/jupytergis-core": "^0.1.6",
59-
"@jupytergis/schema": "^0.1.6",
57+
"@jupytergis/base": "^0.1.7",
58+
"@jupytergis/jupytergis-core": "^0.1.7",
59+
"@jupytergis/schema": "^0.1.7",
6060
"@jupyterlab/application": "^4.3.0",
6161
"@jupyterlab/apputils": "^4.3.0",
6262
"@jupyterlab/coreutils": "^6.3.0",

0 commit comments

Comments
 (0)