Skip to content

Commit 801890b

Browse files
committed
Publish 3.0.0rc1
SHA256 hashes: jupytercad-3.0.0rc1-py3-none-any.whl: 12785cecf8456835bcac1d7cd43d5932706b4eef8ff861abbc476e75123c8bc8 jupytercad-3.0.0rc1.tar.gz: c5abd8f9cdaeae3f2215ea0b7cd26b97fa79e54a08ba261fde8e40763accb6ae jupytercad-base-3.0.0-rc.1.tgz: b51bb5a01312c86b5ac6f72426ce1680579996934421bf52e49c99870ff4fd3d jupytercad-jupytercad-app-3.0.0-rc.1.tgz: 1545b951c995676707cd936e0383d66c89638b8138b52b4f00320cc2e342fbf0 jupytercad-jupytercad-core-3.0.0-rc.1.tgz: 05dfcf6cbeaae2f14f47c37373b51d6249e6696b136a09e8e336cb83ee5d266c jupytercad-jupytercad-lab-3.0.0-rc.1.tgz: f0634188ba8dbc5d25e3c6ab37066e0c08522f28a651b6a54f58afa8173847af jupytercad-occ-worker-3.0.0-rc.1.tgz: cb9c826a080ef7ab4459fe38b913e49cf47151a3bf8987fa5326134ea96e8a21 jupytercad-opencascade-3.0.0-rc.1.tgz: 90f47848477e31f7437e5573f7b9373c959d654361c951b3a7b3c26bab130f7e jupytercad-schema-3.0.0-rc.1.tgz: 57731b73d292af4fda1417eee59188e4dad6362aff087349520c557ea30ce97d jupytercad_app-3.0.0rc1-py3-none-any.whl: 2bdf1913abe87f6e425da4bba58a16f00ac5d4be1959fbf74a82e1903cfee108 jupytercad_app-3.0.0rc1.tar.gz: 6699ccb257a3a54bb2831a7c37b6b88851665767115452670a43782b2f96075d jupytercad_core-3.0.0rc1-py3-none-any.whl: 78bf5bbd953e3f14fae205d03d9bda7ee9c0fdb26cc4e9eef29d223f819749e0 jupytercad_core-3.0.0rc1.tar.gz: d54609546003bab44933e58a62eb6a986c72b05a024c39c62486ec69a98d783b jupytercad_lab-3.0.0rc1-py3-none-any.whl: 379f3ee91773e7e96a31283ab6a87d59177c4ac12c3d55791fdf8d4a5f7ef82c jupytercad_lab-3.0.0rc1.tar.gz: 69536ac26f1af443ff57b6e0b365bfed41d948180bbef15874a4ce551b6698f5
1 parent 4e02a6f commit 801890b

File tree

12 files changed

+711
-681
lines changed

12 files changed

+711
-681
lines changed

CHANGELOG.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,38 @@ pip install jupytercad-freecad
4040

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

43+
## 3.0.0rc1
44+
45+
([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/[email protected]))
46+
47+
### Enhancements made
48+
49+
- Improve primitive properties description [#630](https://github.com/jupytercad/JupyterCAD/pull/630) ([@martinRenou](https://github.com/martinRenou))
50+
- Add labels to viewHelper [#628](https://github.com/jupytercad/JupyterCAD/pull/628) ([@arjxn-py](https://github.com/arjxn-py))
51+
- Copy & Paste objects [#624](https://github.com/jupytercad/JupyterCAD/pull/624) ([@arjxn-py](https://github.com/arjxn-py))
52+
53+
### Bugs fixed
54+
55+
- Missing pydantic dependency in jupytercad-core [#636](https://github.com/jupytercad/JupyterCAD/pull/636) ([@martinRenou](https://github.com/martinRenou))
56+
57+
### Maintenance and upkeep improvements
58+
59+
### Documentation improvements
60+
61+
- Add more examples [#635](https://github.com/jupytercad/JupyterCAD/pull/635) ([@arjxn-py](https://github.com/arjxn-py))
62+
- Update README - mention "collaborative" in the title [#633](https://github.com/jupytercad/JupyterCAD/pull/633) ([@martinRenou](https://github.com/martinRenou))
63+
- Update README screenshot [#632](https://github.com/jupytercad/JupyterCAD/pull/632) ([@martinRenou](https://github.com/martinRenou))
64+
- More examples [#631](https://github.com/jupytercad/JupyterCAD/pull/631) ([@martinRenou](https://github.com/martinRenou))
65+
- Fix empty README issue on PyPi [#626](https://github.com/jupytercad/JupyterCAD/pull/626) ([@martinRenou](https://github.com/martinRenou))
66+
67+
### Contributors to this release
68+
69+
([GitHub contributors page for this release](https://github.com/jupytercad/JupyterCAD/graphs/contributors?from=2024-12-02&to=2024-12-04&type=c))
70+
71+
[@arjxn-py](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Aarjxn-py+updated%3A2024-12-02..2024-12-04&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Agithub-actions+updated%3A2024-12-02..2024-12-04&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AmartinRenou+updated%3A2024-12-02..2024-12-04&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Apre-commit-ci+updated%3A2024-12-02..2024-12-04&type=Issues)
72+
73+
<!-- <END NEW CHANGELOG ENTRY> -->
74+
4375
## 3.0.0rc0
4476

4577
([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/[email protected]))
@@ -59,8 +91,6 @@ pip install jupytercad-freecad
5991

6092
[@github-actions](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Agithub-actions+updated%3A2024-11-29..2024-12-02&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AmartinRenou+updated%3A2024-11-29..2024-12-02&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Atrungleduc+updated%3A2024-11-29..2024-12-02&type=Issues)
6193

62-
<!-- <END NEW CHANGELOG ENTRY> -->
63-
6494
## 3.0.0a7
6595

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/jupytercad-root",
3-
"version": "3.0.0-rc.0",
3+
"version": "3.0.0-rc.1",
44
"private": true,
55
"homepage": "https://github.com/jupytercad/JupyterCAD",
66
"repository": {

packages/base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/base",
3-
"version": "3.0.0-rc.0",
3+
"version": "3.0.0-rc.1",
44
"description": "A JupyterLab extension for 3D modelling.",
55
"keywords": [
66
"jupyter",
@@ -38,8 +38,8 @@
3838
"@deathbeds/jupyterlab-rjsf": "^1.1.0",
3939
"@jupyter/collaborative-drive": "^3.1.0-alpha.0",
4040
"@jupyter/ydoc": "^3.0.0",
41-
"@jupytercad/occ-worker": "^3.0.0-rc.0",
42-
"@jupytercad/schema": "^3.0.0-rc.0",
41+
"@jupytercad/occ-worker": "^3.0.0-rc.1",
42+
"@jupytercad/schema": "^3.0.0-rc.1",
4343
"@jupyterlab/application": "^4.0.0",
4444
"@jupyterlab/apputils": "^4.0.0",
4545
"@jupyterlab/completer": "^4.2.4",

packages/occ-worker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/occ-worker",
3-
"version": "3.0.0-rc.0",
3+
"version": "3.0.0-rc.1",
44
"description": "Jupytercad opencascade worker package.",
55
"keywords": [
66
"jupytercad"
@@ -36,8 +36,8 @@
3636
"watch": "tsc-watch --onSuccess \"webpack --config worker.webpack.config.js --mode=development\""
3737
},
3838
"dependencies": {
39-
"@jupytercad/opencascade": "^3.0.0-rc.0",
40-
"@jupytercad/schema": "^3.0.0-rc.0",
39+
"@jupytercad/opencascade": "^3.0.0-rc.1",
40+
"@jupytercad/schema": "^3.0.0-rc.1",
4141
"@lumino/coreutils": "^2.0.0",
4242
"uuid": "^8.3.2"
4343
},

packages/opencascade/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/opencascade",
3-
"version": "3.0.0-rc.0",
3+
"version": "3.0.0-rc.1",
44
"description": "The custom OpenCascade build for JupyterCAD.",
55
"keywords": [
66
"jupyter",

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": "@jupytercad/schema",
3-
"version": "3.0.0-rc.0",
3+
"version": "3.0.0-rc.1",
44
"description": "A Jupytercad schema package.",
55
"keywords": [
66
"jupytercad"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "3.0.0rc0"
1+
__version__ = "3.0.0rc1"
22

33
from jupytercad_lab import CadDocument # noqa

python/jupytercad/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ classifiers = [
1919
"Programming Language :: Python :: 3.12",
2020
]
2121
dependencies = [
22-
"jupytercad_core==3.0.0rc0",
23-
"jupytercad_lab==3.0.0rc0",
24-
"jupytercad_app==3.0.0rc0",
22+
"jupytercad_core==3.0.0rc1",
23+
"jupytercad_lab==3.0.0rc1",
24+
"jupytercad_app==3.0.0rc1",
2525
]
2626
dynamic = ["version"]
2727
license = {file = "LICENSE"}

python/jupytercad_app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/jupytercad-app",
3-
"version": "3.0.0-rc.0",
3+
"version": "3.0.0-rc.1",
44
"description": "A JupyterLab standalone app for 3D modelling.",
55
"keywords": [
66
"jupyter",
@@ -55,8 +55,8 @@
5555
"@jupyter/collaborative-drive": "^3.1.0-alpha.0",
5656
"@jupyter/docprovider": "^3.1.0-alpha.0",
5757
"@jupyter/ydoc": "^3.0.0",
58-
"@jupytercad/base": "^3.0.0-rc.0",
59-
"@jupytercad/schema": "^3.0.0-rc.0",
58+
"@jupytercad/base": "^3.0.0-rc.1",
59+
"@jupytercad/schema": "^3.0.0-rc.1",
6060
"@jupyterlab/application": "^4.0.0",
6161
"@jupyterlab/application-extension": "^4.0.0",
6262
"@jupyterlab/apputils": "^4.0.0",

python/jupytercad_core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupytercad/jupytercad-core",
3-
"version": "3.0.0-rc.0",
3+
"version": "3.0.0-rc.1",
44
"description": "JupyterCad core extension",
55
"keywords": [
66
"jupyter",
@@ -54,9 +54,9 @@
5454
},
5555
"dependencies": {
5656
"@jupyter/collaborative-drive": "^3.1.0-alpha.0",
57-
"@jupytercad/base": "^3.0.0-rc.0",
58-
"@jupytercad/occ-worker": "^3.0.0-rc.0",
59-
"@jupytercad/schema": "^3.0.0-rc.0",
57+
"@jupytercad/base": "^3.0.0-rc.1",
58+
"@jupytercad/occ-worker": "^3.0.0-rc.1",
59+
"@jupytercad/schema": "^3.0.0-rc.1",
6060
"@jupyterlab/application": "^4.0.0",
6161
"@jupyterlab/apputils": "^4.0.0",
6262
"@jupyterlab/docregistry": "^4.0.0",

0 commit comments

Comments
 (0)