From 761e691994693ffbdb13cbbae75e7ef1424bf9da Mon Sep 17 00:00:00 2001 From: trungleduc Date: Thu, 19 Sep 2024 14:00:10 +0000 Subject: [PATCH] Publish 3.0.0a2 SHA256 hashes: jupytercad-3.0.0a2-py3-none-any.whl: 08c89757c7cbfe7c394cb762851a036afa3adfe400c2ed5f2036b152708ce733 jupytercad-3.0.0a2.tar.gz: 13b7fb7a25cf5a353ba9d2991a9cd2c8459df71e8fbd4d1c0e34d57376e78e7a jupytercad-base-3.0.0-alpha.2.tgz: e00f7fb349220cbec48597b04fb1fa6dcfa02e490a546592e7f91b8417d99c76 jupytercad-jupytercad-app-3.0.0-alpha.2.tgz: bf37fb5cf4fb047eaae5851596a3ca1de2bc77940ac1663007d45649326a7ebf jupytercad-jupytercad-core-3.0.0-alpha.2.tgz: c62304b2efdeb12edba9334940c91355370d33dc4d9c547821d2fe47b68cf5a7 jupytercad-jupytercad-lab-3.0.0-alpha.2.tgz: 6214e8a750aa1547e759af787840f39b2e1dc4729723e520e900823bb8303961 jupytercad-occ-worker-3.0.0-alpha.2.tgz: e160683a6bb06c3f140ac653fca3949bbdb3ddfdc8ccf914cb1fe9d82533a853 jupytercad-opencascade-3.0.0-alpha.2.tgz: 6d9b820b7a405af2b20897ff397af25e7e0af4f0f1acefdbce6cfe90eec2d3c6 jupytercad-schema-3.0.0-alpha.2.tgz: ff5af00e2c42658caff72862a2aa93327acdb2db868d4370699f232dc3001c1d jupytercad_app-3.0.0a2-py3-none-any.whl: 01c5a6f9d8ffa2a573f53383f5f8a6d40278293b193bb238dcee9b089dba6452 jupytercad_app-3.0.0a2.tar.gz: b46f64aab32a09afca7b6f2e94e557df050fa0c455e2595574ce6a518d4fa9e0 jupytercad_core-3.0.0a2-py3-none-any.whl: bb9c0a56192a37981e185c5db78c71aa792c0c0bc40666bffd2f58694e861326 jupytercad_core-3.0.0a2.tar.gz: 48917478228f62ca9720dac3b496452bf2d7ad8a2b339a18432e320021c71183 jupytercad_lab-3.0.0a2-py3-none-any.whl: 3350099a4e444833967734ae2a8855defd10f19f7dab6eacda2de8132d490d5d jupytercad_lab-3.0.0a2.tar.gz: 5ae803d9281d2bc2d01ad9ae638a94afcb96962291887351577a6658204fd386 --- CHANGELOG.md | 38 ++++++++++++++++++++++-- package.json | 2 +- packages/base/package.json | 6 ++-- packages/occ-worker/package.json | 6 ++-- packages/opencascade/package.json | 2 +- packages/schema/package.json | 2 +- python/jupytercad/jupytercad/__init__.py | 2 +- python/jupytercad/pyproject.toml | 6 ++-- python/jupytercad_app/package.json | 6 ++-- python/jupytercad_core/package.json | 8 ++--- python/jupytercad_lab/package.json | 8 ++--- yarn.lock | 34 ++++++++++----------- 12 files changed, 77 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25fc70f9..43bff297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,42 @@ pip install jupytercad-freecad +## 3.0.0a2 + +([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/v3.0.0a1...e5acfcf87321b8f14a5c18b208e77ad45388dd3c)) + +### Enhancements made + +- Add jcad icon in the launcher [#428](https://github.com/jupytercad/JupyterCAD/pull/428) ([@martinRenou](https://github.com/martinRenou)) +- Use SharedModelFactory to create shared model [#425](https://github.com/jupytercad/JupyterCAD/pull/425) ([@davidbrochart](https://github.com/davidbrochart)) + +### Bugs fixed + +- Fix python api [#422](https://github.com/jupytercad/JupyterCAD/pull/422) ([@trungleduc](https://github.com/trungleduc)) + +### Maintenance and upkeep improvements + +- Add link to playwright report in PR [#430](https://github.com/jupytercad/JupyterCAD/pull/430) ([@trungleduc](https://github.com/trungleduc)) +- Bump jupyter-collaboration v3 [#429](https://github.com/jupytercad/JupyterCAD/pull/429) ([@davidbrochart](https://github.com/davidbrochart)) +- Fix metadata [#424](https://github.com/jupytercad/JupyterCAD/pull/424) ([@davidbrochart](https://github.com/davidbrochart)) + +### Documentation improvements + +- Remove non-relevant steps [#421](https://github.com/jupytercad/JupyterCAD/pull/421) ([@arjxn-py](https://github.com/arjxn-py)) + +### Other merged PRs + +- Correct artifact output [#432](https://github.com/jupytercad/JupyterCAD/pull/432) ([@trungleduc](https://github.com/trungleduc)) +- Save artifact data on failure [#431](https://github.com/jupytercad/JupyterCAD/pull/431) ([@trungleduc](https://github.com/trungleduc)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupytercad/JupyterCAD/graphs/contributors?from=2024-09-16&to=2024-09-19&type=c)) + +[@arjxn-py](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Aarjxn-py+updated%3A2024-09-16..2024-09-19&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Adavidbrochart+updated%3A2024-09-16..2024-09-19&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Agithub-actions+updated%3A2024-09-16..2024-09-19&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AmartinRenou+updated%3A2024-09-16..2024-09-19&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Atrungleduc+updated%3A2024-09-16..2024-09-19&type=Issues) + + + ## 3.0.0a1 ([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/base@3.0.0-alpha.0...c1011c6a1d4e731956f30e5085ae6b7bd46d6a0e)) @@ -54,8 +90,6 @@ pip install jupytercad-freecad [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AmartinRenou+updated%3A2024-09-16..2024-09-16&type=Issues) - - ## 3.0.0a0 ([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/base@2.0.2...482f0cfc16b3ec459ee880c3fd21dc07f5f17e1b)) diff --git a/package.json b/package.json index d953a5fa..c175da4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/jupytercad-root", - "version": "3.0.0-alpha.1", + "version": "3.0.0-alpha.2", "private": true, "homepage": "https://github.com/jupytercad/JupyterCAD", "repository": { diff --git a/packages/base/package.json b/packages/base/package.json index 6c62a3de..9291f201 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/base", - "version": "3.0.0-alpha.1", + "version": "3.0.0-alpha.2", "description": "A JupyterLab extension for 3D modelling.", "keywords": [ "jupyter", @@ -38,8 +38,8 @@ "@deathbeds/jupyterlab-rjsf": "^1.1.0", "@jupyter/docprovider": "^2.0.0", "@jupyter/ydoc": "^1.0.0", - "@jupytercad/occ-worker": "^3.0.0-alpha.1", - "@jupytercad/schema": "^3.0.0-alpha.1", + "@jupytercad/occ-worker": "^3.0.0-alpha.2", + "@jupytercad/schema": "^3.0.0-alpha.2", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/completer": "^4.2.4", diff --git a/packages/occ-worker/package.json b/packages/occ-worker/package.json index 082c1770..1b4e6d7e 100644 --- a/packages/occ-worker/package.json +++ b/packages/occ-worker/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/occ-worker", - "version": "3.0.0-alpha.1", + "version": "3.0.0-alpha.2", "description": "Jupytercad opencascade worker package.", "keywords": [ "jupytercad" @@ -36,8 +36,8 @@ "watch": "tsc-watch --onSuccess \"webpack --config worker.webpack.config.js --mode=development\"" }, "dependencies": { - "@jupytercad/opencascade": "^3.0.0-alpha.1", - "@jupytercad/schema": "^3.0.0-alpha.1", + "@jupytercad/opencascade": "^3.0.0-alpha.2", + "@jupytercad/schema": "^3.0.0-alpha.2", "@lumino/coreutils": "^2.0.0", "uuid": "^8.3.2" }, diff --git a/packages/opencascade/package.json b/packages/opencascade/package.json index 0c722b10..15fca2f8 100644 --- a/packages/opencascade/package.json +++ b/packages/opencascade/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/opencascade", - "version": "3.0.0-alpha.1", + "version": "3.0.0-alpha.2", "description": "The custom OpenCascade build for JupyterCAD.", "keywords": [ "jupyter", diff --git a/packages/schema/package.json b/packages/schema/package.json index de8acd96..3d900463 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/schema", - "version": "3.0.0-alpha.1", + "version": "3.0.0-alpha.2", "description": "A Jupytercad schema package.", "keywords": [ "jupytercad" diff --git a/python/jupytercad/jupytercad/__init__.py b/python/jupytercad/jupytercad/__init__.py index 5e72fccc..1140c819 100644 --- a/python/jupytercad/jupytercad/__init__.py +++ b/python/jupytercad/jupytercad/__init__.py @@ -1,3 +1,3 @@ -__version__ = "3.0.0a1" +__version__ = "3.0.0a2" from jupytercad_lab import CadDocument # noqa diff --git a/python/jupytercad/pyproject.toml b/python/jupytercad/pyproject.toml index f6f1fec9..7fd22cb3 100644 --- a/python/jupytercad/pyproject.toml +++ b/python/jupytercad/pyproject.toml @@ -19,9 +19,9 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "jupytercad_core==3.0.0a1", - "jupytercad_lab==3.0.0a1", - "jupytercad_app==3.0.0a1", + "jupytercad_core==3.0.0a2", + "jupytercad_lab==3.0.0a2", + "jupytercad_app==3.0.0a2", ] dynamic = ["version"] license = {file = "LICENSE"} diff --git a/python/jupytercad_app/package.json b/python/jupytercad_app/package.json index a958b24f..ad7c84f0 100644 --- a/python/jupytercad_app/package.json +++ b/python/jupytercad_app/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/jupytercad-app", - "version": "3.0.0-alpha.1", + "version": "3.0.0-alpha.2", "description": "A JupyterLab standalone app for 3D modelling.", "keywords": [ "jupyter", @@ -54,8 +54,8 @@ "@jupyter/collaboration": "^3.0.0-beta.6", "@jupyter/docprovider": "^2.0.0", "@jupyter/ydoc": "^0.3.4 || ^1.0.2", - "@jupytercad/base": "^3.0.0-alpha.1", - "@jupytercad/schema": "^3.0.0-alpha.1", + "@jupytercad/base": "^3.0.0-alpha.2", + "@jupytercad/schema": "^3.0.0-alpha.2", "@jupyterlab/application": "^4.0.0", "@jupyterlab/application-extension": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", diff --git a/python/jupytercad_core/package.json b/python/jupytercad_core/package.json index d1e918cb..134926a0 100644 --- a/python/jupytercad_core/package.json +++ b/python/jupytercad_core/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/jupytercad-core", - "version": "3.0.0-alpha.1", + "version": "3.0.0-alpha.2", "description": "JupyterCad core extension", "keywords": [ "jupyter", @@ -54,9 +54,9 @@ }, "dependencies": { "@jupyter/docprovider": "^2.0.0", - "@jupytercad/base": "^3.0.0-alpha.1", - "@jupytercad/occ-worker": "^3.0.0-alpha.1", - "@jupytercad/schema": "^3.0.0-alpha.1", + "@jupytercad/base": "^3.0.0-alpha.2", + "@jupytercad/occ-worker": "^3.0.0-alpha.2", + "@jupytercad/schema": "^3.0.0-alpha.2", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/docregistry": "^4.0.0", diff --git a/python/jupytercad_lab/package.json b/python/jupytercad_lab/package.json index b1792aff..7a7a6049 100644 --- a/python/jupytercad_lab/package.json +++ b/python/jupytercad_lab/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/jupytercad-lab", - "version": "3.0.0-alpha.1", + "version": "3.0.0-alpha.2", "description": "JupyterCad Lab extension.", "keywords": [ "jupyter", @@ -52,9 +52,9 @@ }, "dependencies": { "@jupyter/docprovider": "^2.0.0", - "@jupytercad/base": "^3.0.0-alpha.1", - "@jupytercad/jupytercad-core": "^3.0.0-alpha.1", - "@jupytercad/schema": "^3.0.0-alpha.1", + "@jupytercad/base": "^3.0.0-alpha.2", + "@jupytercad/jupytercad-core": "^3.0.0-alpha.2", + "@jupytercad/schema": "^3.0.0-alpha.2", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/coreutils": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 5c8519d6..95c41c88 100644 --- a/yarn.lock +++ b/yarn.lock @@ -887,7 +887,7 @@ __metadata: languageName: node linkType: hard -"@jupytercad/base@^3.0.0-alpha.1, @jupytercad/base@workspace:packages/base": +"@jupytercad/base@^3.0.0-alpha.2, @jupytercad/base@workspace:packages/base": version: 0.0.0-use.local resolution: "@jupytercad/base@workspace:packages/base" dependencies: @@ -895,8 +895,8 @@ __metadata: "@deathbeds/jupyterlab-rjsf": ^1.1.0 "@jupyter/docprovider": ^2.0.0 "@jupyter/ydoc": ^1.0.0 - "@jupytercad/occ-worker": ^3.0.0-alpha.1 - "@jupytercad/schema": ^3.0.0-alpha.1 + "@jupytercad/occ-worker": ^3.0.0-alpha.2 + "@jupytercad/schema": ^3.0.0-alpha.2 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/completer": ^4.2.4 @@ -939,8 +939,8 @@ __metadata: "@jupyter/collaboration": ^3.0.0-beta.6 "@jupyter/docprovider": ^2.0.0 "@jupyter/ydoc": ^0.3.4 || ^1.0.2 - "@jupytercad/base": ^3.0.0-alpha.1 - "@jupytercad/schema": ^3.0.0-alpha.1 + "@jupytercad/base": ^3.0.0-alpha.2 + "@jupytercad/schema": ^3.0.0-alpha.2 "@jupyterlab/application": ^4.0.0 "@jupyterlab/application-extension": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 @@ -999,14 +999,14 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/jupytercad-core@^3.0.0-alpha.1, @jupytercad/jupytercad-core@workspace:python/jupytercad_core": +"@jupytercad/jupytercad-core@^3.0.0-alpha.2, @jupytercad/jupytercad-core@workspace:python/jupytercad_core": version: 0.0.0-use.local resolution: "@jupytercad/jupytercad-core@workspace:python/jupytercad_core" dependencies: "@jupyter/docprovider": ^2.0.0 - "@jupytercad/base": ^3.0.0-alpha.1 - "@jupytercad/occ-worker": ^3.0.0-alpha.1 - "@jupytercad/schema": ^3.0.0-alpha.1 + "@jupytercad/base": ^3.0.0-alpha.2 + "@jupytercad/occ-worker": ^3.0.0-alpha.2 + "@jupytercad/schema": ^3.0.0-alpha.2 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/builder": ^4.0.0 @@ -1039,9 +1039,9 @@ __metadata: resolution: "@jupytercad/jupytercad-lab@workspace:python/jupytercad_lab" dependencies: "@jupyter/docprovider": ^2.0.0 - "@jupytercad/base": ^3.0.0-alpha.1 - "@jupytercad/jupytercad-core": ^3.0.0-alpha.1 - "@jupytercad/schema": ^3.0.0-alpha.1 + "@jupytercad/base": ^3.0.0-alpha.2 + "@jupytercad/jupytercad-core": ^3.0.0-alpha.2 + "@jupytercad/schema": ^3.0.0-alpha.2 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/builder": ^4.0.0 @@ -1090,12 +1090,12 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/occ-worker@^3.0.0-alpha.1, @jupytercad/occ-worker@workspace:packages/occ-worker": +"@jupytercad/occ-worker@^3.0.0-alpha.2, @jupytercad/occ-worker@workspace:packages/occ-worker": version: 0.0.0-use.local resolution: "@jupytercad/occ-worker@workspace:packages/occ-worker" dependencies: - "@jupytercad/opencascade": ^3.0.0-alpha.1 - "@jupytercad/schema": ^3.0.0-alpha.1 + "@jupytercad/opencascade": ^3.0.0-alpha.2 + "@jupytercad/schema": ^3.0.0-alpha.2 "@lumino/coreutils": ^2.0.0 "@types/node": ^18.15.11 copy-webpack-plugin: ^10.0.0 @@ -1111,7 +1111,7 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/opencascade@^3.0.0-alpha.1, @jupytercad/opencascade@workspace:packages/opencascade": +"@jupytercad/opencascade@^3.0.0-alpha.2, @jupytercad/opencascade@workspace:packages/opencascade": version: 0.0.0-use.local resolution: "@jupytercad/opencascade@workspace:packages/opencascade" dependencies: @@ -1122,7 +1122,7 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/schema@^3.0.0-alpha.1, @jupytercad/schema@workspace:packages/schema": +"@jupytercad/schema@^3.0.0-alpha.2, @jupytercad/schema@workspace:packages/schema": version: 0.0.0-use.local resolution: "@jupytercad/schema@workspace:packages/schema" dependencies: