Skip to content

Commit

Permalink
Publish 0.2.1
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupytercad-0.2.1-py3-none-any.whl: af6561b045c5ec07c0cc236ec6eff7f9b6b8869f3c847bbf247db5a2cc3c8269

jupytercad-0.2.1.tar.gz: b48618f14da801e8b8c9c342f27fb412537d557354f4255927b358301b5d2908

jupytercad-jupytercad-app-0.2.1.tgz: 01925958055bb344b6797515173a28c3a74ddc62d49d6c1a2f842ac313b204b4

jupytercad-jupytercad-extension-0.2.1.tgz: 6d05a3187462ac63f4ccf10858e1b165e1a7a838f9c56c30895befc36057a596

jupytercad-jupytercad-opencascade-0.2.1.tgz: 7dc4483a0f506b75b4deff037b03eae9e951e62165206b0138fc4023dfe13c92
  • Loading branch information
trungleduc committed Jun 3, 2023
1 parent ec0b05c commit 6b58576
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 23 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

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

## 0.2.1

([Full Changelog](https://github.com/QuantStack/jupytercad/compare/v0.2.0...ec0b05cb38d16a1a8fc0a853a53328c4a05542dd))

### Bugs fixed

- Fix missing static files in cad app [#181](https://github.com/QuantStack/jupytercad/pull/181) ([@trungleduc](https://github.com/trungleduc))
- NPM Package version fix [#173](https://github.com/QuantStack/jupytercad/pull/173) ([@martinRenou](https://github.com/martinRenou))

### Maintenance and upkeep improvements

- Simplify bump version script [#178](https://github.com/QuantStack/jupytercad/pull/178) ([@martinRenou](https://github.com/martinRenou))
- Fix file paths in Notebook.ipynb [#176](https://github.com/QuantStack/jupytercad/pull/176) ([@davidbrochart](https://github.com/davidbrochart))
- Add releaser action and pre-commit config [#172](https://github.com/QuantStack/jupytercad/pull/172) ([@trungleduc](https://github.com/trungleduc))

### Documentation improvements

- Add docstrings [#177](https://github.com/QuantStack/jupytercad/pull/177) ([@martinRenou](https://github.com/martinRenou))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/QuantStack/jupytercad/graphs/contributors?from=2023-06-02&to=2023-06-02&type=c))

[@davidbrochart](https://github.com/search?q=repo%3AQuantStack%2Fjupytercad+involves%3Adavidbrochart+updated%3A2023-06-02..2023-06-02&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupytercad+involves%3Agithub-actions+updated%3A2023-06-02..2023-06-02&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3AQuantStack%2Fjupytercad+involves%3AmartinRenou+updated%3A2023-06-02..2023-06-02&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3AQuantStack%2Fjupytercad+involves%3Atrungleduc+updated%3A2023-06-02..2023-06-02&type=Issues)

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

## 0.2.0

([Full Changelog](https://github.com/QuantStack/jupytercad/compare/@jupytercad/[email protected]))
Expand Down Expand Up @@ -42,8 +69,6 @@

[@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupytercad+involves%3Agithub-actions+updated%3A2023-05-17..2023-06-02&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3AQuantStack%2Fjupytercad+involves%3AmartinRenou+updated%3A2023-05-17..2023-06-02&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3AQuantStack%2Fjupytercad+involves%3Atrungleduc+updated%3A2023-05-17..2023-06-02&type=Issues)

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

## 0.1.0

No merged PRs
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": "0.2.0",
"version": "0.2.1",
"private": true,
"homepage": "https://github.com/QuantStack/jupytercad",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jupytercad-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/jupytercad-app",
"version": "0.2.0",
"version": "0.2.1",
"author": {
"name": "JupyterCad contributors"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"@jupyter/collaboration": "^1.0.0-alpha.7",
"@jupyter/docprovider": "^1.0.0-alpha.8",
"@jupyter/ydoc": "^0.3.4 || ^1.0.2",
"@jupytercad/jupytercad-extension": "^0.2.0-alpha.0",
"@jupytercad/jupytercad-extension": "^0.2.1",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/application-extension": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jupytercad-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/jupytercad-extension",
"version": "0.2.0",
"version": "0.2.1",
"description": "A JupyterLab extension for 3D modelling.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@jupyter/collaboration": "^1.0.0-alpha.7",
"@jupyter/docprovider": "^1.0.0-alpha.8",
"@jupyter/ydoc": "^0.3.4 || ^1.0.2",
"@jupytercad/jupytercad-opencascade": "^0.2.0-alpha.0",
"@jupytercad/jupytercad-opencascade": "^0.2.1",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/jupytercad-opencascade/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,16 @@ mainBuild:
- symbol: TopTools_IndexedMapOfShape
- symbol: TopTools_ListOfShape
emccFlags:
- '-flto'
- '-fexceptions'
- '-sDISABLE_EXCEPTION_CATCHING=1'
- '-O3'
- '-sEXPORT_ES6=1'
- '-sUSE_ES6_IMPORT_META=0'
- "-flto"
- "-fexceptions"
- "-sDISABLE_EXCEPTION_CATCHING=1"
- "-O3"
- "-sEXPORT_ES6=1"
- "-sUSE_ES6_IMPORT_META=0"
- "-sEXPORTED_RUNTIME_METHODS=['FS']"
- '-sINITIAL_MEMORY=15MB'
- '-sMAXIMUM_MEMORY=4GB'
- '-sALLOW_MEMORY_GROWTH=1'
- '-sLLD_REPORT_UNDEFINED'
- '--no-entry'
- "-sINITIAL_MEMORY=15MB"
- "-sMAXIMUM_MEMORY=4GB"
- "-sALLOW_MEMORY_GROWTH=1"
- "-sLLD_REPORT_UNDEFINED"
- "--no-entry"
- "-sENVIRONMENT='web'"
2 changes: 1 addition & 1 deletion packages/jupytercad-opencascade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/jupytercad-opencascade",
"version": "0.2.0",
"version": "0.2.1",
"description": "The custom OpenCascade build for JupyterCAD.",
"keywords": [
"jupyter",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ __metadata:
"@jupyter/collaboration": ^1.0.0-alpha.7
"@jupyter/docprovider": ^1.0.0-alpha.8
"@jupyter/ydoc": ^0.3.4 || ^1.0.2
"@jupytercad/jupytercad-extension": ^0.2.0-alpha.0
"@jupytercad/jupytercad-extension": ^0.2.1
"@jupyterlab/application": ^4.0.0
"@jupyterlab/application-extension": ^4.0.0
"@jupyterlab/apputils": ^4.0.0
Expand Down Expand Up @@ -871,7 +871,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupytercad/jupytercad-extension@^0.2.0-alpha.0, @jupytercad/jupytercad-extension@workspace:packages/jupytercad-extension":
"@jupytercad/jupytercad-extension@^0.2.1, @jupytercad/jupytercad-extension@workspace:packages/jupytercad-extension":
version: 0.0.0-use.local
resolution: "@jupytercad/jupytercad-extension@workspace:packages/jupytercad-extension"
dependencies:
Expand All @@ -880,7 +880,7 @@ __metadata:
"@jupyter/collaboration": ^1.0.0-alpha.7
"@jupyter/docprovider": ^1.0.0-alpha.8
"@jupyter/ydoc": ^0.3.4 || ^1.0.2
"@jupytercad/jupytercad-opencascade": ^0.2.0-alpha.0
"@jupytercad/jupytercad-opencascade": ^0.2.1
"@jupyterlab/application": ^4.0.0
"@jupyterlab/apputils": ^4.0.0
"@jupyterlab/builder": ^4.0.0
Expand Down Expand Up @@ -921,7 +921,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupytercad/jupytercad-opencascade@^0.2.0-alpha.0, @jupytercad/jupytercad-opencascade@workspace:packages/jupytercad-opencascade":
"@jupytercad/jupytercad-opencascade@^0.2.1, @jupytercad/jupytercad-opencascade@workspace:packages/jupytercad-opencascade":
version: 0.0.0-use.local
resolution: "@jupytercad/jupytercad-opencascade@workspace:packages/jupytercad-opencascade"
dependencies:
Expand Down

0 comments on commit 6b58576

Please sign in to comment.