File tree Expand file tree Collapse file tree 11 files changed +109
-94
lines changed Expand file tree Collapse file tree 11 files changed +109
-94
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,27 @@ pip install jupytercad-freecad
40
40
41
41
<!-- <START NEW CHANGELOG ENTRY> -->
42
42
43
- ## 2.0.0a4
43
+ ## 2.0.0a5
44
44
45
- No merged PRs
45
+ ([ Full Changelog] ( https://github.com/jupytercad/jupytercad/compare/v2.0.0a4...c7f4cadccc2ff586d874906ff968652c12ca971e ) )
46
+
47
+ ### Enhancements made
48
+
49
+ - Improve post-processing system [ #350 ] ( https://github.com/jupytercad/jupytercad/pull/350 ) ([ @trungleduc ] ( https://github.com/trungleduc ) )
50
+ - Wider edge operators support [ #348 ] ( https://github.com/jupytercad/jupytercad/pull/348 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
51
+
52
+ ### Contributors to this release
53
+
54
+ ([ GitHub contributors page for this release] ( https://github.com/jupytercad/jupytercad/graphs/contributors?from=2024-04-10&to=2024-04-18&type=c ) )
55
+
56
+ [ @github-actions ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Agithub-actions+updated%3A2024-04-10..2024-04-18&type=Issues ) | [ @martinRenou ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3AmartinRenou+updated%3A2024-04-10..2024-04-18&type=Issues ) | [ @trungleduc ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Atrungleduc+updated%3A2024-04-10..2024-04-18&type=Issues )
46
57
47
58
<!-- <END NEW CHANGELOG ENTRY> -->
48
59
60
+ ## 2.0.0a4
61
+
62
+ No merged PRs
63
+
49
64
## 2.0.0a3
50
65
51
66
([ Full Changelog] ( https://github.com/jupytercad/jupytercad/compare/v2.0.0a2...b7f3443d2215c3d15a6b6a36f9513612819efd0c ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-root" ,
3
- "version" : " 2.0.0-alpha.4 " ,
3
+ "version" : " 2.0.0-alpha.5 " ,
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" : " 2.0.0-alpha.4 " ,
3
+ "version" : " 2.0.0-alpha.5 " ,
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/docprovider" : " ^2.0.0" ,
40
40
"@jupyter/ydoc" : " ^1.0.0" ,
41
- "@jupytercad/occ-worker" : " ^2.0.0-alpha.4 " ,
42
- "@jupytercad/schema" : " ^2.0.0-alpha.4 " ,
41
+ "@jupytercad/occ-worker" : " ^2.0.0-alpha.5 " ,
42
+ "@jupytercad/schema" : " ^2.0.0-alpha.5 " ,
43
43
"@jupyterlab/application" : " ^4.0.0" ,
44
44
"@jupyterlab/apputils" : " ^4.0.0" ,
45
45
"@jupyterlab/coreutils" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/occ-worker" ,
3
- "version" : " 2.0.0-alpha.4 " ,
3
+ "version" : " 2.0.0-alpha.5 " ,
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" : " ^2.0.0-alpha.4 " ,
40
- "@jupytercad/schema" : " ^2.0.0-alpha.4 " ,
39
+ "@jupytercad/opencascade" : " ^2.0.0-alpha.5 " ,
40
+ "@jupytercad/schema" : " ^2.0.0-alpha.5 " ,
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" : " 2.0.0-alpha.4 " ,
3
+ "version" : " 2.0.0-alpha.5 " ,
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" : " 2.0.0-alpha.4 " ,
3
+ "version" : " 2.0.0-alpha.5 " ,
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__ = "2.0.0a4 "
1
+ __version__ = "2.0.0a5 "
2
2
3
3
from jupytercad_lab import CadDocument # noqa
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-app" ,
3
- "version" : " 2.0.0-alpha.4 " ,
3
+ "version" : " 2.0.0-alpha.5 " ,
4
4
"description" : " A JupyterLab standalone app for 3D modelling." ,
5
5
"keywords" : [
6
6
" jupyter" ,
54
54
"@jupyter/collaboration" : " ^2.0.0" ,
55
55
"@jupyter/docprovider" : " ^2.0.0" ,
56
56
"@jupyter/ydoc" : " ^0.3.4 || ^1.0.2" ,
57
- "@jupytercad/base" : " ^2.0.0-alpha.4 " ,
58
- "@jupytercad/schema" : " ^2.0.0-alpha.4 " ,
57
+ "@jupytercad/base" : " ^2.0.0-alpha.5 " ,
58
+ "@jupytercad/schema" : " ^2.0.0-alpha.5 " ,
59
59
"@jupyterlab/application" : " ^4.0.0" ,
60
60
"@jupyterlab/application-extension" : " ^4.0.0" ,
61
61
"@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" : " 2.0.0-alpha.4 " ,
3
+ "version" : " 2.0.0-alpha.5 " ,
4
4
"description" : " JupyterCad core extension" ,
5
5
"keywords" : [
6
6
" jupyter" ,
54
54
},
55
55
"dependencies" : {
56
56
"@jupyter/docprovider" : " ^2.0.0" ,
57
- "@jupytercad/base" : " ^2.0.0-alpha.4 " ,
58
- "@jupytercad/occ-worker" : " ^2.0.0-alpha.4 " ,
59
- "@jupytercad/schema" : " ^2.0.0-alpha.4 " ,
57
+ "@jupytercad/base" : " ^2.0.0-alpha.5 " ,
58
+ "@jupytercad/occ-worker" : " ^2.0.0-alpha.5 " ,
59
+ "@jupytercad/schema" : " ^2.0.0-alpha.5 " ,
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" : " 2.0.0-alpha.4 " ,
3
+ "version" : " 2.0.0-alpha.5 " ,
4
4
"description" : " JupyterCad Lab extension." ,
5
5
"keywords" : [
6
6
" jupyter" ,
52
52
},
53
53
"dependencies" : {
54
54
"@jupyter/docprovider" : " ^2.0.0" ,
55
- "@jupytercad/base" : " ^2.0.0-alpha.4 " ,
56
- "@jupytercad/jupytercad-core" : " ^2.0.0-alpha.4 " ,
57
- "@jupytercad/schema" : " ^2.0.0-alpha.4 " ,
55
+ "@jupytercad/base" : " ^2.0.0-alpha.5 " ,
56
+ "@jupytercad/jupytercad-core" : " ^2.0.0-alpha.5 " ,
57
+ "@jupytercad/schema" : " ^2.0.0-alpha.5 " ,
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