Skip to content

Commit

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

jupytercad-3.0.0a7-py3-none-any.whl: ed1d15136401b996632918a7cecee439d88aaec1993991adab705c6601cbb7a7

jupytercad-3.0.0a7.tar.gz: 3050ee0fac9187108c6deb85a1983a81df9bd9edffa9bce59f40be2facb5e518

jupytercad-base-3.0.0-alpha.7.tgz: 9f3a92b2e40d3deb28a87034b2a3183f4d7ca5db19c86edb35147d5a4c2de931

jupytercad-jupytercad-app-3.0.0-alpha.7.tgz: ddb27f3d447ec7134142eca170885e034bc0a0647a6db71986d432a5c4c53899

jupytercad-jupytercad-core-3.0.0-alpha.7.tgz: 3b158503d2bd6073b45a4ef3595b1af152f149df91f41653deb97a6730b3b520

jupytercad-jupytercad-lab-3.0.0-alpha.7.tgz: ef5d26e7866233ce17842ce3939c5876cee6b1560e08596e74e8a31fd25a65d5

jupytercad-occ-worker-3.0.0-alpha.7.tgz: b2f1bdd005b12fe508eca072c5d891348553ff27ee0ef68f7e290bc65e529057

jupytercad-opencascade-3.0.0-alpha.7.tgz: 873542553748ffbab0c490d5ca619028c0d799a8706f6228f16c1ed9f729b56d

jupytercad-schema-3.0.0-alpha.7.tgz: 6847c442a35c1e8f7c55fe121dc9a7df17a92dd27e9c27ffe121083d00809278

jupytercad_app-3.0.0a7-py3-none-any.whl: 5757af604661c9372aacf3d5c8ac99215c57380969ede057055f4a2276bd4037

jupytercad_app-3.0.0a7.tar.gz: 26553ff56363cf329c82f191ab37b97d0bd9a823066fa532d52095ce28227a72

jupytercad_core-3.0.0a7-py3-none-any.whl: 3144162d41527f4ddd8a91f43cda6f6e82f7c4e5e2ec57153d916682761582d9

jupytercad_core-3.0.0a7.tar.gz: e80b795117718cd3cee85543605c41c6675558198acc1da40aae727ca45bba6e

jupytercad_lab-3.0.0a7-py3-none-any.whl: 7b0ec1becfe7839c39b80643df97c38e1ef64e03aaa77a08d8b431593638e0b0

jupytercad_lab-3.0.0a7.tar.gz: 1f12a461e85c78254a5d9c02e217a3ba58d3a4a6f1f05bfe902a008b3de47366
  • Loading branch information
martinRenou committed Nov 29, 2024
1 parent 19efde6 commit 24d2eec
Show file tree
Hide file tree
Showing 12 changed files with 981 additions and 824 deletions.
53 changes: 51 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,57 @@ pip install jupytercad-freecad

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

## 3.0.0a7

([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/[email protected]))

### Enhancements made

- Rotation Controls [#603](https://github.com/jupytercad/JupyterCAD/pull/603) ([@arjxn-py](https://github.com/arjxn-py))
- Improve placement info + missing "degrees" info [#602](https://github.com/jupytercad/JupyterCAD/pull/602) ([@martinRenou](https://github.com/martinRenou))
- Add commands to command palette [#598](https://github.com/jupytercad/JupyterCAD/pull/598) ([@martinRenou](https://github.com/martinRenou))
- Disable transform control for readonly files [#594](https://github.com/jupytercad/JupyterCAD/pull/594) ([@martinRenou](https://github.com/martinRenou))
- Add transform icon [#593](https://github.com/jupytercad/JupyterCAD/pull/593) ([@IsabelParedes](https://github.com/IsabelParedes))
- Add stl and stp icons [#591](https://github.com/jupytercad/JupyterCAD/pull/591) ([@IsabelParedes](https://github.com/IsabelParedes))
- Show selection in transparency for non-visible objects [#587](https://github.com/jupytercad/JupyterCAD/pull/587) ([@martinRenou](https://github.com/martinRenou))
- Enable toggling transform controls [#578](https://github.com/jupytercad/JupyterCAD/pull/578) ([@arjxn-py](https://github.com/arjxn-py))
- Perform a dry run for transforms [#575](https://github.com/jupytercad/JupyterCAD/pull/575) ([@martinRenou](https://github.com/martinRenou))
- Allow transforming objects when clipping is enabled [#565](https://github.com/jupytercad/JupyterCAD/pull/565) ([@martinRenou](https://github.com/martinRenou))
- Add Translation Controls [#529](https://github.com/jupytercad/JupyterCAD/pull/529) ([@arjxn-py](https://github.com/arjxn-py))

### Bugs fixed

- No transform controls when exploded view is enabled [#616](https://github.com/jupytercad/JupyterCAD/pull/616) ([@martinRenou](https://github.com/martinRenou))
- Do not show the transform if there is no current selection [#615](https://github.com/jupytercad/JupyterCAD/pull/615) ([@martinRenou](https://github.com/martinRenou))
- Fix selection of newly created objects in the 3D view [#614](https://github.com/jupytercad/JupyterCAD/pull/614) ([@martinRenou](https://github.com/martinRenou))
- Transform controls: undo positioning upon failure [#610](https://github.com/jupytercad/JupyterCAD/pull/610) ([@martinRenou](https://github.com/martinRenou))
- Allow exporting .stl to .jcad [#604](https://github.com/jupytercad/JupyterCAD/pull/604) ([@martinRenou](https://github.com/martinRenou))
- Fix missing placement for STL & STEP Files [#600](https://github.com/jupytercad/JupyterCAD/pull/600) ([@arjxn-py](https://github.com/arjxn-py))
- Expand undo_manager scope [#581](https://github.com/jupytercad/JupyterCAD/pull/581) ([@trungleduc](https://github.com/trungleduc))
- Add a min-height to the toolbar separator [#577](https://github.com/jupytercad/JupyterCAD/pull/577) ([@brichet](https://github.com/brichet))
- Bug fix: Prevent tree from wrongly updating the selection [#571](https://github.com/jupytercad/JupyterCAD/pull/571) ([@martinRenou](https://github.com/martinRenou))
- Fix selection logic [#569](https://github.com/jupytercad/JupyterCAD/pull/569) ([@martinRenou](https://github.com/martinRenou))
- Fix initial selected edges color [#566](https://github.com/jupytercad/JupyterCAD/pull/566) ([@martinRenou](https://github.com/martinRenou))
- Fix selection through clip plane [#564](https://github.com/jupytercad/JupyterCAD/pull/564) ([@martinRenou](https://github.com/martinRenou))
- Make selection logic smoother [#563](https://github.com/jupytercad/JupyterCAD/pull/563) ([@arjxn-py](https://github.com/arjxn-py))
- Do not update the camera position automatically for single object scene [#559](https://github.com/jupytercad/JupyterCAD/pull/559) ([@martinRenou](https://github.com/martinRenou))

### Maintenance and upkeep improvements

- Update UI-tests snapshots [#589](https://github.com/jupytercad/JupyterCAD/pull/589) ([@martinRenou](https://github.com/martinRenou))
- Add test for exploded view [#584](https://github.com/jupytercad/JupyterCAD/pull/584) ([@arjxn-py](https://github.com/arjxn-py))
- Add test for rotated shape [#583](https://github.com/jupytercad/JupyterCAD/pull/583) ([@arjxn-py](https://github.com/arjxn-py))
- Undo opencascade positioning and rotation [#580](https://github.com/jupytercad/JupyterCAD/pull/580) ([@arjxn-py](https://github.com/arjxn-py))
- Introduce IMouseDrag interface [#570](https://github.com/jupytercad/JupyterCAD/pull/570) ([@martinRenou](https://github.com/martinRenou))

### Contributors to this release

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

[@arjxn-py](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Aarjxn-py+updated%3A2024-11-04..2024-11-29&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Abrichet+updated%3A2024-11-04..2024-11-29&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Agithub-actions+updated%3A2024-11-04..2024-11-29&type=Issues) | [@IsabelParedes](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AIsabelParedes+updated%3A2024-11-04..2024-11-29&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AmartinRenou+updated%3A2024-11-04..2024-11-29&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Apre-commit-ci+updated%3A2024-11-04..2024-11-29&type=Issues) | [@SylvainCorlay](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3ASylvainCorlay+updated%3A2024-11-04..2024-11-29&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Atrungleduc+updated%3A2024-11-04..2024-11-29&type=Issues)

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

## 3.0.0a6

([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/v3.0.0a5...2d78f0bfd9f20854af1f6db5d60a75f3f5756bf4))
Expand All @@ -62,8 +113,6 @@ pip install jupytercad-freecad

[@arjxn-py](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Aarjxn-py+updated%3A2024-10-29..2024-11-04&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Agithub-actions+updated%3A2024-10-29..2024-11-04&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Atrungleduc+updated%3A2024-10-29..2024-11-04&type=Issues) | [@tshakah](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Atshakah+updated%3A2024-10-29..2024-11-04&type=Issues)

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

## 3.0.0a5

([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/v3.0.0a4...8d0b77fa32ef01ed2b3d7f1d6f806aef3577c18f))
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": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"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": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"description": "A JupyterLab extension for 3D modelling.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@deathbeds/jupyterlab-rjsf": "^1.1.0",
"@jupyter/collaborative-drive": "^3.0.0",
"@jupyter/ydoc": "^3.0.0",
"@jupytercad/occ-worker": "^3.0.0-alpha.6",
"@jupytercad/schema": "^3.0.0-alpha.6",
"@jupytercad/occ-worker": "^3.0.0-alpha.7",
"@jupytercad/schema": "^3.0.0-alpha.7",
"@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": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"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": "^3.0.0-alpha.6",
"@jupytercad/schema": "^3.0.0-alpha.6",
"@jupytercad/opencascade": "^3.0.0-alpha.7",
"@jupytercad/schema": "^3.0.0-alpha.7",
"@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": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"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": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"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__ = "3.0.0a6"
__version__ = "3.0.0a7"

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==3.0.0a6",
"jupytercad_lab==3.0.0a6",
"jupytercad_app==3.0.0a6",
"jupytercad_core==3.0.0a7",
"jupytercad_lab==3.0.0a7",
"jupytercad_app==3.0.0a7",
]
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": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"description": "A JupyterLab standalone app for 3D modelling.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -55,8 +55,8 @@
"@jupyter/collaborative-drive": "^3.0.0",
"@jupyter/docprovider": "^3.0.0",
"@jupyter/ydoc": "^3.0.0",
"@jupytercad/base": "^3.0.0-alpha.6",
"@jupytercad/schema": "^3.0.0-alpha.6",
"@jupytercad/base": "^3.0.0-alpha.7",
"@jupytercad/schema": "^3.0.0-alpha.7",
"@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": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"description": "JupyterCad core extension",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -54,9 +54,9 @@
},
"dependencies": {
"@jupyter/collaborative-drive": "^3.0.0",
"@jupytercad/base": "^3.0.0-alpha.6",
"@jupytercad/occ-worker": "^3.0.0-alpha.6",
"@jupytercad/schema": "^3.0.0-alpha.6",
"@jupytercad/base": "^3.0.0-alpha.7",
"@jupytercad/occ-worker": "^3.0.0-alpha.7",
"@jupytercad/schema": "^3.0.0-alpha.7",
"@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": "3.0.0-alpha.6",
"version": "3.0.0-alpha.7",
"description": "JupyterCad Lab extension.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -52,9 +52,9 @@
},
"dependencies": {
"@jupyter/collaborative-drive": "^3.0.0",
"@jupytercad/base": "^3.0.0-alpha.6",
"@jupytercad/jupytercad-core": "^3.0.0-alpha.6",
"@jupytercad/schema": "^3.0.0-alpha.6",
"@jupytercad/base": "^3.0.0-alpha.7",
"@jupytercad/jupytercad-core": "^3.0.0-alpha.7",
"@jupytercad/schema": "^3.0.0-alpha.7",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
Expand Down
Loading

0 comments on commit 24d2eec

Please sign in to comment.