File tree Expand file tree Collapse file tree 11 files changed +719
-680
lines changed Expand file tree Collapse file tree 11 files changed +719
-680
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
+ ## 2.0.0a9
44
+
45
+ ([ Full Changelog] ( https://github.com/jupytercad/jupytercad/compare/v2.0.0a8...e12e7e647069f7b65b18e8c609aff31182984f87 ) )
46
+
47
+ ### Enhancements made
48
+
49
+ - Error handling [ #349 ] ( https://github.com/jupytercad/jupytercad/pull/349 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
50
+
51
+ ### Bugs fixed
52
+
53
+ - Notebook API: Fix remove method [ #359 ] ( https://github.com/jupytercad/jupytercad/pull/359 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
54
+
55
+ ### Maintenance and upkeep improvements
56
+
57
+ - Pin ajv [ #360 ] ( https://github.com/jupytercad/jupytercad/pull/360 ) ([ @trungleduc ] ( https://github.com/trungleduc ) )
58
+
59
+ ### Contributors to this release
60
+
61
+ ([ GitHub contributors page for this release] ( https://github.com/jupytercad/jupytercad/graphs/contributors?from=2024-05-07&to=2024-06-04&type=c ) )
62
+
63
+ [ @github-actions ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Agithub-actions+updated%3A2024-05-07..2024-06-04&type=Issues ) | [ @martinRenou ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3AmartinRenou+updated%3A2024-05-07..2024-06-04&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Apre-commit-ci+updated%3A2024-05-07..2024-06-04&type=Issues ) | [ @trungleduc ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Atrungleduc+updated%3A2024-05-07..2024-06-04&type=Issues )
64
+
65
+ <!-- <END NEW CHANGELOG ENTRY> -->
66
+
43
67
## 2.0.0a8
44
68
45
69
([ Full Changelog] ( https://github.com/jupytercad/jupytercad/compare/v2.0.0a7...2fbd72a5a55b0e69aa43de28dd4bf2f084c9884d ) )
@@ -58,8 +82,6 @@ pip install jupytercad-freecad
58
82
59
83
[ @github-actions ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Agithub-actions+updated%3A2024-04-29..2024-05-07&type=Issues ) | [ @trungleduc ] ( https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Atrungleduc+updated%3A2024-04-29..2024-05-07&type=Issues )
60
84
61
- <!-- <END NEW CHANGELOG ENTRY> -->
62
-
63
85
## 2.0.0a7
64
86
65
87
([ Full Changelog] ( https://github.com/jupytercad/jupytercad/compare/v2.0.0a6...d69c62bdc0896fca158bb3e3fbc49231ab000e31 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupytercad/jupytercad-root" ,
3
- "version" : " 2.0.0-alpha.8 " ,
3
+ "version" : " 2.0.0-alpha.9 " ,
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.8 " ,
3
+ "version" : " 2.0.0-alpha.9 " ,
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.8 " ,
42
- "@jupytercad/schema" : " ^2.0.0-alpha.8 " ,
41
+ "@jupytercad/occ-worker" : " ^2.0.0-alpha.9 " ,
42
+ "@jupytercad/schema" : " ^2.0.0-alpha.9 " ,
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.8 " ,
3
+ "version" : " 2.0.0-alpha.9 " ,
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.8 " ,
40
- "@jupytercad/schema" : " ^2.0.0-alpha.8 " ,
39
+ "@jupytercad/opencascade" : " ^2.0.0-alpha.9 " ,
40
+ "@jupytercad/schema" : " ^2.0.0-alpha.9 " ,
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.8 " ,
3
+ "version" : " 2.0.0-alpha.9 " ,
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.8 " ,
3
+ "version" : " 2.0.0-alpha.9 " ,
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.0a8 "
1
+ __version__ = "2.0.0a9 "
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.8 " ,
3
+ "version" : " 2.0.0-alpha.9 " ,
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.8 " ,
58
- "@jupytercad/schema" : " ^2.0.0-alpha.8 " ,
57
+ "@jupytercad/base" : " ^2.0.0-alpha.9 " ,
58
+ "@jupytercad/schema" : " ^2.0.0-alpha.9 " ,
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.8 " ,
3
+ "version" : " 2.0.0-alpha.9 " ,
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.8 " ,
58
- "@jupytercad/occ-worker" : " ^2.0.0-alpha.8 " ,
59
- "@jupytercad/schema" : " ^2.0.0-alpha.8 " ,
57
+ "@jupytercad/base" : " ^2.0.0-alpha.9 " ,
58
+ "@jupytercad/occ-worker" : " ^2.0.0-alpha.9 " ,
59
+ "@jupytercad/schema" : " ^2.0.0-alpha.9 " ,
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.8 " ,
3
+ "version" : " 2.0.0-alpha.9 " ,
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.8 " ,
56
- "@jupytercad/jupytercad-core" : " ^2.0.0-alpha.8 " ,
57
- "@jupytercad/schema" : " ^2.0.0-alpha.8 " ,
55
+ "@jupytercad/base" : " ^2.0.0-alpha.9 " ,
56
+ "@jupytercad/jupytercad-core" : " ^2.0.0-alpha.9 " ,
57
+ "@jupytercad/schema" : " ^2.0.0-alpha.9 " ,
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