Skip to content

Commit

Permalink
Publish 3.0.0a0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupytercad-3.0.0a0-py3-none-any.whl: fbdc69dccbe81181623f618295568b295152c98a9903ec8ab535dc3d06f38cd1

jupytercad-3.0.0a0.tar.gz: 297cd9048fb7da16b2910364751afe1d97852e580e1a1ef2deab5fa228d833d2

jupytercad-base-3.0.0-alpha.0.tgz: fe56f8cb10717e7afb6cfcd2631bb2b23792e3e8a2ffa65f55cafede0aea5c9b

jupytercad-jupytercad-app-3.0.0-alpha.0.tgz: 595bba0c1353a0346cdd46b648e3f3d1965c53bc91edf1ec782914557c11f5cf

jupytercad-jupytercad-core-3.0.0-alpha.0.tgz: 80581b7d7e27defc8bc9558eed06e61fc8ca3798f7cf0fadf27767a312d3397e

jupytercad-jupytercad-lab-3.0.0-alpha.0.tgz: da6d40f868cd509420b271f3dc51c3d9adafce724a25fbb5cc34beb47643b467

jupytercad-occ-worker-3.0.0-alpha.0.tgz: ce5c2fd91982a23b86b60535581f736e4359e2e0240af33f5fe4ad94649f1f1d

jupytercad-opencascade-3.0.0-alpha.0.tgz: 80a0ae3ae83eb48036dfb6151e12ecb3babbedc2d5b5db07f214d825e8290084

jupytercad-schema-3.0.0-alpha.0.tgz: 31ad464c44cada773a93ef14effe6b26981e56c8d47d40111f9940e1703c5075

jupytercad_app-3.0.0a0-py3-none-any.whl: 71a6900d9e688563e1883467c45ecd316847747d71908acb92ea2feb32695ea8

jupytercad_app-3.0.0a0.tar.gz: 32285a529403be5766d764efeaf0f00683a658f241343d341ba0ffaf6c5e6d42

jupytercad_core-3.0.0a0-py3-none-any.whl: 67efb42701ba447440bad58cd0c561cd86bda20bacb97aa2b2afe6d6ec23efdd

jupytercad_core-3.0.0a0.tar.gz: ebabc764b8e3ffa70f972b8ec1e18bcaa409f1ab743450f12ee653ae0a759308

jupytercad_lab-3.0.0a0-py3-none-any.whl: 4c52591d457d2f886d40c837ece2e472893c077f0b1abef5116edcedc619a591

jupytercad_lab-3.0.0a0.tar.gz: e28742f6e364c16b8c99f5e1b3762af3c2c7ff3ff54bad0b6616b6e3b62253a6
  • Loading branch information
martinRenou committed Sep 16, 2024
1 parent 482f0cf commit 008d34f
Show file tree
Hide file tree
Showing 12 changed files with 168 additions and 193 deletions.
54 changes: 52 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,58 @@ pip install jupytercad-freecad

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

## 3.0.0a0

([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/base@2.0.2...482f0cfc16b3ec459ee880c3fd21dc07f5f17e1b))

### Enhancements made

- Remove unneeded jupytercad_lab dependencies [#417](https://github.com/jupytercad/JupyterCAD/pull/417) ([@martinRenou](https://github.com/martinRenou))
- Smart color handling for edges based upon mesh luminance [#412](https://github.com/jupytercad/JupyterCAD/pull/412) ([@arjxn-py](https://github.com/arjxn-py))
- Add Color Customization for JupyterCAD Models [#397](https://github.com/jupytercad/JupyterCAD/pull/397) ([@arjxn-py](https://github.com/arjxn-py))
- Enable Damping for Smoother Model Movement [#395](https://github.com/jupytercad/JupyterCAD/pull/395) ([@arjxn-py](https://github.com/arjxn-py))
- Add python console to 3D view [#392](https://github.com/jupytercad/JupyterCAD/pull/392) ([@trungleduc](https://github.com/trungleduc))
- Enable Toggling Wireframe View [#390](https://github.com/jupytercad/JupyterCAD/pull/390) ([@arjxn-py](https://github.com/arjxn-py))
- Position & Axis inputs in a row [#389](https://github.com/jupytercad/JupyterCAD/pull/389) ([@arjxn-py](https://github.com/arjxn-py))
- Delete Object Keyboard Shortcut [#388](https://github.com/jupytercad/JupyterCAD/pull/388) ([@arjxn-py](https://github.com/arjxn-py))
- Improve shape metadata update logic [#385](https://github.com/jupytercad/JupyterCAD/pull/385) ([@trungleduc](https://github.com/trungleduc))
- Implement `Undo` & `Redo` keyboard shortcuts [#382](https://github.com/jupytercad/JupyterCAD/pull/382) ([@arjxn-py](https://github.com/arjxn-py))

### Bugs fixed

- Fix jupyterlite deployment [#409](https://github.com/jupytercad/JupyterCAD/pull/409) ([@trungleduc](https://github.com/trungleduc))
- Little darker shade of color for edges [#408](https://github.com/jupytercad/JupyterCAD/pull/408) ([@arjxn-py](https://github.com/arjxn-py))
- Replace toggle wireframe button to the right [#405](https://github.com/jupytercad/JupyterCAD/pull/405) ([@arjxn-py](https://github.com/arjxn-py))
- Fix python console in the standalone app [#402](https://github.com/jupytercad/JupyterCAD/pull/402) ([@trungleduc](https://github.com/trungleduc))
- Delete parent object if edge is selected with `[Delete]` key binding [#393](https://github.com/jupytercad/JupyterCAD/pull/393) ([@arjxn-py](https://github.com/arjxn-py))

### Maintenance and upkeep improvements

- Try fixing the upload of Github pages [#416](https://github.com/jupytercad/JupyterCAD/pull/416) ([@martinRenou](https://github.com/martinRenou))
- Exclude node_modules from sdists [#415](https://github.com/jupytercad/JupyterCAD/pull/415) ([@martinRenou](https://github.com/martinRenou))
- Update yjs-widgets dependency + make it shared [#414](https://github.com/jupytercad/JupyterCAD/pull/414) ([@martinRenou](https://github.com/martinRenou))
- Remove the guidata option [#413](https://github.com/jupytercad/JupyterCAD/pull/413) ([@arjxn-py](https://github.com/arjxn-py))
- Save jupyterlite build artifact [#404](https://github.com/jupytercad/JupyterCAD/pull/404) ([@trungleduc](https://github.com/trungleduc))
- Preview PR using appsharing.space [#403](https://github.com/jupytercad/JupyterCAD/pull/403) ([@trungleduc](https://github.com/trungleduc))
- Try fixing bot to update snapshots [#401](https://github.com/jupytercad/JupyterCAD/pull/401) ([@arjxn-py](https://github.com/arjxn-py))
- Fix bot to update snapshots [#400](https://github.com/jupytercad/JupyterCAD/pull/400) ([@arjxn-py](https://github.com/arjxn-py))
- Fix bot behaviour to update snapshots [#398](https://github.com/jupytercad/JupyterCAD/pull/398) ([@arjxn-py](https://github.com/arjxn-py))
- Bump ypywidgets v0.9 [#387](https://github.com/jupytercad/JupyterCAD/pull/387) ([@davidbrochart](https://github.com/davidbrochart))
- #78 Re-enable `jupyterlab.browser_check` [#386](https://github.com/jupytercad/JupyterCAD/pull/386) ([@arjxn-py](https://github.com/arjxn-py))
- Fix code format [#383](https://github.com/jupytercad/JupyterCAD/pull/383) ([@trungleduc](https://github.com/trungleduc))

### Documentation improvements

- Contributing Guide in `.rst` [#381](https://github.com/jupytercad/JupyterCAD/pull/381) ([@arjxn-py](https://github.com/arjxn-py))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupytercad/JupyterCAD/graphs/contributors?from=2024-07-19&to=2024-09-16&type=c))

[@arjxn-py](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Aarjxn-py+updated%3A2024-07-19..2024-09-16&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Adavidbrochart+updated%3A2024-07-19..2024-09-16&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Agithub-actions+updated%3A2024-07-19..2024-09-16&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AmartinRenou+updated%3A2024-07-19..2024-09-16&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Apre-commit-ci+updated%3A2024-07-19..2024-09-16&type=Issues) | [@SylvainCorlay](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3ASylvainCorlay+updated%3A2024-07-19..2024-09-16&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Atrungleduc+updated%3A2024-07-19..2024-09-16&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2.0.2

([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/base@2.0.1...6cc089370159836d407abf9a797f2f119b076768))
Expand All @@ -58,8 +110,6 @@ pip install jupytercad-freecad

[@arjxn-py](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Aarjxn-py+updated%3A2024-07-04..2024-07-19&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Agithub-actions+updated%3A2024-07-04..2024-07-19&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AmartinRenou+updated%3A2024-07-04..2024-07-19&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2.0.1

([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/base@2.0.0...a115397ef4a459379e19fc7af4c3e5ac2bd2b142))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/jupytercad-root",
"version": "2.0.2",
"version": "3.0.0-alpha.0",
"private": true,
"homepage": "https://github.com/jupytercad/JupyterCAD",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/base",
"version": "2.0.2",
"version": "3.0.0-alpha.0",
"description": "A JupyterLab extension for 3D modelling.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@deathbeds/jupyterlab-rjsf": "^1.1.0",
"@jupyter/docprovider": "^2.0.0",
"@jupyter/ydoc": "^1.0.0",
"@jupytercad/occ-worker": "^2.0.2",
"@jupytercad/schema": "^2.0.2",
"@jupytercad/occ-worker": "^3.0.0-alpha.0",
"@jupytercad/schema": "^3.0.0-alpha.0",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/completer": "^4.2.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/occ-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/occ-worker",
"version": "2.0.2",
"version": "3.0.0-alpha.0",
"description": "Jupytercad opencascade worker package.",
"keywords": [
"jupytercad"
Expand Down Expand Up @@ -36,8 +36,8 @@
"watch": "tsc-watch --onSuccess \"webpack --config worker.webpack.config.js --mode=development\""
},
"dependencies": {
"@jupytercad/opencascade": "^2.0.2",
"@jupytercad/schema": "^2.0.2",
"@jupytercad/opencascade": "^3.0.0-alpha.0",
"@jupytercad/schema": "^3.0.0-alpha.0",
"@lumino/coreutils": "^2.0.0",
"uuid": "^8.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/opencascade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/opencascade",
"version": "2.0.2",
"version": "3.0.0-alpha.0",
"description": "The custom OpenCascade build for JupyterCAD.",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/schema",
"version": "2.0.2",
"version": "3.0.0-alpha.0",
"description": "A Jupytercad schema package.",
"keywords": [
"jupytercad"
Expand Down
2 changes: 1 addition & 1 deletion python/jupytercad/jupytercad/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.0.2"
__version__ = "3.0.0a0"

from jupytercad_lab import CadDocument # noqa
6 changes: 3 additions & 3 deletions python/jupytercad/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"jupytercad_core==2.0.2",
"jupytercad_lab==2.0.2",
"jupytercad_app==2.0.2",
"jupytercad_core==3.0.0a0",
"jupytercad_lab==3.0.0a0",
"jupytercad_app==3.0.0a0",
]
dynamic = ["version"]
license = {file = "LICENSE"}
Expand Down
6 changes: 3 additions & 3 deletions python/jupytercad_app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/jupytercad-app",
"version": "2.0.2",
"version": "3.0.0-alpha.0",
"description": "A JupyterLab standalone app for 3D modelling.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@jupyter/collaboration": "^2.0.0",
"@jupyter/docprovider": "^2.0.0",
"@jupyter/ydoc": "^0.3.4 || ^1.0.2",
"@jupytercad/base": "^2.0.2",
"@jupytercad/schema": "^2.0.2",
"@jupytercad/base": "^3.0.0-alpha.0",
"@jupytercad/schema": "^3.0.0-alpha.0",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/application-extension": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions python/jupytercad_core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/jupytercad-core",
"version": "2.0.2",
"version": "3.0.0-alpha.0",
"description": "JupyterCad core extension",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -54,9 +54,9 @@
},
"dependencies": {
"@jupyter/docprovider": "^2.0.0",
"@jupytercad/base": "^2.0.2",
"@jupytercad/occ-worker": "^2.0.2",
"@jupytercad/schema": "^2.0.2",
"@jupytercad/base": "^3.0.0-alpha.0",
"@jupytercad/occ-worker": "^3.0.0-alpha.0",
"@jupytercad/schema": "^3.0.0-alpha.0",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/docregistry": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions python/jupytercad_lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/jupytercad-lab",
"version": "2.0.2",
"version": "3.0.0-alpha.0",
"description": "JupyterCad Lab extension.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -52,9 +52,9 @@
},
"dependencies": {
"@jupyter/docprovider": "^2.0.0",
"@jupytercad/base": "^2.0.2",
"@jupytercad/jupytercad-core": "^2.0.2",
"@jupytercad/schema": "^2.0.2",
"@jupytercad/base": "^3.0.0-alpha.0",
"@jupytercad/jupytercad-core": "^3.0.0-alpha.0",
"@jupytercad/schema": "^3.0.0-alpha.0",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
Expand Down
Loading

0 comments on commit 008d34f

Please sign in to comment.