Skip to content

Commit

Permalink
Publish 3.0.0rc1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
martinRenou committed Dec 4, 2024
1 parent 4e02a6f commit 801890b
Show file tree
Hide file tree
Showing 12 changed files with 711 additions and 681 deletions.
34 changes: 32 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,38 @@ pip install jupytercad-freecad

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

## 3.0.0rc1

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

### Enhancements made

- Improve primitive properties description [#630](https://github.com/jupytercad/JupyterCAD/pull/630) ([@martinRenou](https://github.com/martinRenou))
- Add labels to viewHelper [#628](https://github.com/jupytercad/JupyterCAD/pull/628) ([@arjxn-py](https://github.com/arjxn-py))
- Copy & Paste objects [#624](https://github.com/jupytercad/JupyterCAD/pull/624) ([@arjxn-py](https://github.com/arjxn-py))

### Bugs fixed

- Missing pydantic dependency in jupytercad-core [#636](https://github.com/jupytercad/JupyterCAD/pull/636) ([@martinRenou](https://github.com/martinRenou))

### Maintenance and upkeep improvements

### Documentation improvements

- Add more examples [#635](https://github.com/jupytercad/JupyterCAD/pull/635) ([@arjxn-py](https://github.com/arjxn-py))
- Update README - mention "collaborative" in the title [#633](https://github.com/jupytercad/JupyterCAD/pull/633) ([@martinRenou](https://github.com/martinRenou))
- Update README screenshot [#632](https://github.com/jupytercad/JupyterCAD/pull/632) ([@martinRenou](https://github.com/martinRenou))
- More examples [#631](https://github.com/jupytercad/JupyterCAD/pull/631) ([@martinRenou](https://github.com/martinRenou))
- Fix empty README issue on PyPi [#626](https://github.com/jupytercad/JupyterCAD/pull/626) ([@martinRenou](https://github.com/martinRenou))

### Contributors to this release

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

[@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)

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

## 3.0.0rc0

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

[@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)

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

## 3.0.0a7

([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/[email protected]))
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-rc.0",
"version": "3.0.0-rc.1",
"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-rc.0",
"version": "3.0.0-rc.1",
"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.1.0-alpha.0",
"@jupyter/ydoc": "^3.0.0",
"@jupytercad/occ-worker": "^3.0.0-rc.0",
"@jupytercad/schema": "^3.0.0-rc.0",
"@jupytercad/occ-worker": "^3.0.0-rc.1",
"@jupytercad/schema": "^3.0.0-rc.1",
"@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-rc.0",
"version": "3.0.0-rc.1",
"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-rc.0",
"@jupytercad/schema": "^3.0.0-rc.0",
"@jupytercad/opencascade": "^3.0.0-rc.1",
"@jupytercad/schema": "^3.0.0-rc.1",
"@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-rc.0",
"version": "3.0.0-rc.1",
"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-rc.0",
"version": "3.0.0-rc.1",
"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.0rc0"
__version__ = "3.0.0rc1"

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

0 comments on commit 801890b

Please sign in to comment.