Commit b78d891 1 parent f37ac37 commit b78d891 Copy full SHA for b78d891
File tree 12 files changed +101
-76
lines changed
12 files changed +101
-76
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,27 @@ pip install jupytercad-freecad
40
40
41
41
<!-- <START NEW CHANGELOG ENTRY> -->
42
42
43
+ ## 3.0.0rc0
44
+
45
+ (
[ Full Changelog
] ( https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/[email protected] ) )
46
+
47
+ ### Enhancements made
48
+
49
+ - Introducing file versioning [ #623 ] ( https://github.com/jupytercad/JupyterCAD/pull/623 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
50
+ - Add suggestion panel [ #579 ] ( https://github.com/jupytercad/JupyterCAD/pull/579 ) ([ @trungleduc ] ( https://github.com/trungleduc ) )
51
+
52
+ ### Bugs fixed
53
+
54
+ - Handle file renaming in panels [ #622 ] ( https://github.com/jupytercad/JupyterCAD/pull/622 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
55
+
56
+ ### Contributors to this release
57
+
58
+ ([ GitHub contributors page for this release] ( https://github.com/jupytercad/JupyterCAD/graphs/contributors?from=2024-11-29&to=2024-12-02&type=c ) )
59
+
60
+ [ @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 )
61
+
62
+ <!-- <END NEW CHANGELOG ENTRY> -->
63
+
43
64
## 3.0.0a7
44
65
45
66
(
[ Full Changelog
] ( https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/[email protected] ) )
@@ -89,8 +110,6 @@ pip install jupytercad-freecad
89
110
90
111
[@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)
91
112
92
- <!-- <END NEW CHANGELOG ENTRY> -->
93
-
94
113
## 3.0.0a6
95
114
96
115
([ Full Changelog] ( https://github.com/jupytercad/JupyterCAD/compare/v3.0.0a5...2d78f0bfd9f20854af1f6db5d60a75f3f5756bf4 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-root" ,
3
- "version" : " 3.0.0-alpha.7 " ,
3
+ "version" : " 3.0.0-rc.0 " ,
4
4
"private" : true ,
5
5
"homepage" : " https://github.com/jupytercad/JupyterCAD" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/base" ,
3
- "version" : " 3.0.0-alpha.7 " ,
3
+ "version" : " 3.0.0-rc.0 " ,
4
4
"description" : " A JupyterLab extension for 3D modelling." ,
5
5
"keywords" : [
6
6
" jupyter" ,
38
38
"@deathbeds/jupyterlab-rjsf" : " ^1.1.0" ,
39
39
"@jupyter/collaborative-drive" : " ^3.1.0-alpha.0" ,
40
40
"@jupyter/ydoc" : " ^3.0.0" ,
41
- "@jupytercad/occ-worker" : " ^3.0.0-alpha.7 " ,
42
- "@jupytercad/schema" : " ^3.0.0-alpha.7 " ,
41
+ "@jupytercad/occ-worker" : " ^3.0.0-rc.0 " ,
42
+ "@jupytercad/schema" : " ^3.0.0-rc.0 " ,
43
43
"@jupyterlab/application" : " ^4.0.0" ,
44
44
"@jupyterlab/apputils" : " ^4.0.0" ,
45
45
"@jupyterlab/completer" : " ^4.2.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/occ-worker" ,
3
- "version" : " 3.0.0-alpha.7 " ,
3
+ "version" : " 3.0.0-rc.0 " ,
4
4
"description" : " Jupytercad opencascade worker package." ,
5
5
"keywords" : [
6
6
" jupytercad"
36
36
"watch" : " tsc-watch --onSuccess \" webpack --config worker.webpack.config.js --mode=development\" "
37
37
},
38
38
"dependencies" : {
39
- "@jupytercad/opencascade" : " ^3.0.0-alpha.7 " ,
40
- "@jupytercad/schema" : " ^3.0.0-alpha.7 " ,
39
+ "@jupytercad/opencascade" : " ^3.0.0-rc.0 " ,
40
+ "@jupytercad/schema" : " ^3.0.0-rc.0 " ,
41
41
"@lumino/coreutils" : " ^2.0.0" ,
42
42
"uuid" : " ^8.3.2"
43
43
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/opencascade" ,
3
- "version" : " 3.0.0-alpha.7 " ,
3
+ "version" : " 3.0.0-rc.0 " ,
4
4
"description" : " The custom OpenCascade build for JupyterCAD." ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/schema" ,
3
- "version" : " 3.0.0-alpha.7 " ,
3
+ "version" : " 3.0.0-rc.0 " ,
4
4
"description" : " A Jupytercad schema package." ,
5
5
"keywords" : [
6
6
" jupytercad"
Original file line number Diff line number Diff line change 1
- __version__ = "3.0.0a7 "
1
+ __version__ = "3.0.0rc0 "
2
2
3
3
from jupytercad_lab import CadDocument # noqa
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ classifiers = [
19
19
" Programming Language :: Python :: 3.12" ,
20
20
]
21
21
dependencies = [
22
- " jupytercad_core==3.0.0a7 " ,
23
- " jupytercad_lab==3.0.0a7 " ,
24
- " jupytercad_app==3.0.0a7 " ,
22
+ " jupytercad_core==3.0.0rc0 " ,
23
+ " jupytercad_lab==3.0.0rc0 " ,
24
+ " jupytercad_app==3.0.0rc0 " ,
25
25
]
26
26
dynamic = [" version" ]
27
27
license = {file = " LICENSE" }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-app" ,
3
- "version" : " 3.0.0-alpha.7 " ,
3
+ "version" : " 3.0.0-rc.0 " ,
4
4
"description" : " A JupyterLab standalone app for 3D modelling." ,
5
5
"keywords" : [
6
6
" jupyter" ,
55
55
"@jupyter/collaborative-drive" : " ^3.1.0-alpha.0" ,
56
56
"@jupyter/docprovider" : " ^3.1.0-alpha.0" ,
57
57
"@jupyter/ydoc" : " ^3.0.0" ,
58
- "@jupytercad/base" : " ^3.0.0-alpha.7 " ,
59
- "@jupytercad/schema" : " ^3.0.0-alpha.7 " ,
58
+ "@jupytercad/base" : " ^3.0.0-rc.0 " ,
59
+ "@jupytercad/schema" : " ^3.0.0-rc.0 " ,
60
60
"@jupyterlab/application" : " ^4.0.0" ,
61
61
"@jupyterlab/application-extension" : " ^4.0.0" ,
62
62
"@jupyterlab/apputils" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-core" ,
3
- "version" : " 3.0.0-alpha.7 " ,
3
+ "version" : " 3.0.0-rc.0 " ,
4
4
"description" : " JupyterCad core extension" ,
5
5
"keywords" : [
6
6
" jupyter" ,
54
54
},
55
55
"dependencies" : {
56
56
"@jupyter/collaborative-drive" : " ^3.1.0-alpha.0" ,
57
- "@jupytercad/base" : " ^3.0.0-alpha.7 " ,
58
- "@jupytercad/occ-worker" : " ^3.0.0-alpha.7 " ,
59
- "@jupytercad/schema" : " ^3.0.0-alpha.7 " ,
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 " ,
60
60
"@jupyterlab/application" : " ^4.0.0" ,
61
61
"@jupyterlab/apputils" : " ^4.0.0" ,
62
62
"@jupyterlab/docregistry" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-lab" ,
3
- "version" : " 3.0.0-alpha.7 " ,
3
+ "version" : " 3.0.0-rc.0 " ,
4
4
"description" : " JupyterCad Lab extension." ,
5
5
"keywords" : [
6
6
" jupyter" ,
52
52
},
53
53
"dependencies" : {
54
54
"@jupyter/collaborative-drive" : " ^3.1.0-alpha.0" ,
55
- "@jupytercad/base" : " ^3.0.0-alpha.7 " ,
56
- "@jupytercad/jupytercad-core" : " ^3.0.0-alpha.7 " ,
57
- "@jupytercad/schema" : " ^3.0.0-alpha.7 " ,
55
+ "@jupytercad/base" : " ^3.0.0-rc.0 " ,
56
+ "@jupytercad/jupytercad-core" : " ^3.0.0-rc.0 " ,
57
+ "@jupytercad/schema" : " ^3.0.0-rc.0 " ,
58
58
"@jupyterlab/application" : " ^4.0.0" ,
59
59
"@jupyterlab/apputils" : " ^4.0.0" ,
60
60
"@jupyterlab/coreutils" : " ^6.0.0" ,
You can’t perform that action at this time.
0 commit comments