File tree Expand file tree Collapse file tree 12 files changed +1035
-1013
lines changed Expand file tree Collapse file tree 12 files changed +1035
-1013
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,30 @@ pip install jupytercad-freecad
40
40
41
41
<!-- <START NEW CHANGELOG ENTRY> -->
42
42
43
+ ## 3.0.0a6
44
+
45
+ ([ Full Changelog] ( https://github.com/jupytercad/JupyterCAD/compare/v3.0.0a5...2d78f0bfd9f20854af1f6db5d60a75f3f5756bf4 ) )
46
+
47
+ ### Enhancements made
48
+
49
+ - Swap annotation and object properties panel [ #554 ] ( https://github.com/jupytercad/JupyterCAD/pull/554 ) ([ @trungleduc ] ( https://github.com/trungleduc ) )
50
+
51
+ ### Bugs fixed
52
+
53
+ - Refactor Bounding Box Logic [ #555 ] ( https://github.com/jupytercad/JupyterCAD/pull/555 ) ([ @arjxn-py ] ( https://github.com/arjxn-py ) )
54
+
55
+ ### Documentation improvements
56
+
57
+ - Fix typo in comment-on-pr.yml [ #556 ] ( https://github.com/jupytercad/JupyterCAD/pull/556 ) ([ @tshakah ] ( https://github.com/tshakah ) )
58
+
59
+ ### Contributors to this release
60
+
61
+ ([ GitHub contributors page for this release] ( https://github.com/jupytercad/JupyterCAD/graphs/contributors?from=2024-10-29&to=2024-11-04&type=c ) )
62
+
63
+ [ @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 )
64
+
65
+ <!-- <END NEW CHANGELOG ENTRY> -->
66
+
43
67
## 3.0.0a5
44
68
45
69
([ Full Changelog] ( https://github.com/jupytercad/JupyterCAD/compare/v3.0.0a4...8d0b77fa32ef01ed2b3d7f1d6f806aef3577c18f ) )
@@ -86,8 +110,6 @@ pip install jupytercad-freecad
86
110
87
111
[ @arjxn-py ] ( https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Aarjxn-py+updated%3A2024-10-21..2024-10-29&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Agithub-actions+updated%3A2024-10-21..2024-10-29&type=Issues ) | [ @martinRenou ] ( https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AmartinRenou+updated%3A2024-10-21..2024-10-29&type=Issues ) | [ @SylvainCorlay ] ( https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3ASylvainCorlay+updated%3A2024-10-21..2024-10-29&type=Issues ) | [ @trungleduc ] ( https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Atrungleduc+updated%3A2024-10-21..2024-10-29&type=Issues )
88
112
89
- <!-- <END NEW CHANGELOG ENTRY> -->
90
-
91
113
## 3.0.0a4
92
114
93
115
([ Full Changelog] ( https://github.com/jupytercad/JupyterCAD/compare/v3.0.0a3...b6be4f502cf89961d78cbd4afd96b36c0b65e102 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-root" ,
3
- "version" : " 3.0.0-alpha.5 " ,
3
+ "version" : " 3.0.0-alpha.6 " ,
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.5 " ,
3
+ "version" : " 3.0.0-alpha.6 " ,
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.0.0" ,
40
40
"@jupyter/ydoc" : " ^3.0.0" ,
41
- "@jupytercad/occ-worker" : " ^3.0.0-alpha.5 " ,
42
- "@jupytercad/schema" : " ^3.0.0-alpha.5 " ,
41
+ "@jupytercad/occ-worker" : " ^3.0.0-alpha.6 " ,
42
+ "@jupytercad/schema" : " ^3.0.0-alpha.6 " ,
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.5 " ,
3
+ "version" : " 3.0.0-alpha.6 " ,
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.5 " ,
40
- "@jupytercad/schema" : " ^3.0.0-alpha.5 " ,
39
+ "@jupytercad/opencascade" : " ^3.0.0-alpha.6 " ,
40
+ "@jupytercad/schema" : " ^3.0.0-alpha.6 " ,
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.5 " ,
3
+ "version" : " 3.0.0-alpha.6 " ,
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.5 " ,
3
+ "version" : " 3.0.0-alpha.6 " ,
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.0a5 "
1
+ __version__ = "3.0.0a6 "
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.0a5 " ,
23
- " jupytercad_lab==3.0.0a5 " ,
24
- " jupytercad_app==3.0.0a5 " ,
22
+ " jupytercad_core==3.0.0a6 " ,
23
+ " jupytercad_lab==3.0.0a6 " ,
24
+ " jupytercad_app==3.0.0a6 " ,
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.5 " ,
3
+ "version" : " 3.0.0-alpha.6 " ,
4
4
"description" : " A JupyterLab standalone app for 3D modelling." ,
5
5
"keywords" : [
6
6
" jupyter" ,
55
55
"@jupyter/collaborative-drive" : " ^3.0.0" ,
56
56
"@jupyter/docprovider" : " ^3.0.0" ,
57
57
"@jupyter/ydoc" : " ^3.0.0" ,
58
- "@jupytercad/base" : " ^3.0.0-alpha.5 " ,
59
- "@jupytercad/schema" : " ^3.0.0-alpha.5 " ,
58
+ "@jupytercad/base" : " ^3.0.0-alpha.6 " ,
59
+ "@jupytercad/schema" : " ^3.0.0-alpha.6 " ,
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.5 " ,
3
+ "version" : " 3.0.0-alpha.6 " ,
4
4
"description" : " JupyterCad core extension" ,
5
5
"keywords" : [
6
6
" jupyter" ,
54
54
},
55
55
"dependencies" : {
56
56
"@jupyter/collaborative-drive" : " ^3.0.0" ,
57
- "@jupytercad/base" : " ^3.0.0-alpha.5 " ,
58
- "@jupytercad/occ-worker" : " ^3.0.0-alpha.5 " ,
59
- "@jupytercad/schema" : " ^3.0.0-alpha.5 " ,
57
+ "@jupytercad/base" : " ^3.0.0-alpha.6 " ,
58
+ "@jupytercad/occ-worker" : " ^3.0.0-alpha.6 " ,
59
+ "@jupytercad/schema" : " ^3.0.0-alpha.6 " ,
60
60
"@jupyterlab/application" : " ^4.0.0" ,
61
61
"@jupyterlab/apputils" : " ^4.0.0" ,
62
62
"@jupyterlab/docregistry" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments