Skip to content

Commit

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

jupytercad-3.0.1-py3-none-any.whl: 54c936414f0a5f757a77a5fe83511c8739a7b06433f7c0246fd4415862cbf4aa

jupytercad-3.0.1.tar.gz: 2ea07b5677294f61b7aaa66d7dc949345438db836429524f9e7bb768208dbf41

jupytercad-base-3.0.1.tgz: a12211b16c92b56646152f356a7fcec769e0a6cf6c92e7d6f83e17c7913bc536

jupytercad-jupytercad-app-3.0.1.tgz: 7891ab58b22313b4790a8f07d69007116d2c23326b2a456d9d5b5e0d5337f739

jupytercad-jupytercad-core-3.0.1.tgz: d872d2d6b5677912278a84b795b907c4fb8ef838372608a2b80c56ac229d3f66

jupytercad-jupytercad-lab-3.0.1.tgz: 5e42cc0dd004f7c9475410a0c4acd01e0bc28464c80c32462c47a330c899c9ac

jupytercad-occ-worker-3.0.1.tgz: b4f03212d1af54a1255444cb5c65cb1753688ae493109f989e0d0749c5c50cd7

jupytercad-opencascade-3.0.1.tgz: 61acd45fb2c5878cb790826f06266cb102a3a2ef78802860c4d959d182f1368e

jupytercad-schema-3.0.1.tgz: 46a5a15df2586eaf3a0b3456c80f0fd4af97c34cc26f8835930d66b4f3766e53

jupytercad_app-3.0.1-py3-none-any.whl: b76d35c82102e1b67098c34f258180840b669ea6c615b5186c81350a00410560

jupytercad_app-3.0.1.tar.gz: 3b9d36cfd504c5b35b94443a21842ec1651af900e8c898aa8f4c2335a59f27be

jupytercad_core-3.0.1-py3-none-any.whl: df12bf8edbff8ac3d18ba7edc2876f65dbbb37b4c07c279e20f513f2e42e88b3

jupytercad_core-3.0.1.tar.gz: f7defcd795837279fbec5969d7f27674640f563fbbc0a140dc44af0397a43ef2

jupytercad_lab-3.0.1-py3-none-any.whl: 2de8be19850d5a955a32a7ec28281724b60e4c3bc9b50384f577ffbeed8db7f6

jupytercad_lab-3.0.1.tar.gz: a4484392fb5ca7aff81d3233c68dc559dee2094864fed034413339512f90b375
  • Loading branch information
martinRenou committed Jan 10, 2025
1 parent f5754fb commit 9145c70
Show file tree
Hide file tree
Showing 12 changed files with 1,254 additions and 1,099 deletions.
39 changes: 37 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,43 @@ pip install jupytercad-freecad

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

## 3.0.1

([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/[email protected]))

### Enhancements made

- Enable Rotation Snap by default and make it customisable [#661](https://github.com/jupytercad/JupyterCAD/pull/661) ([@arjxn-py](https://github.com/arjxn-py))
- Allow fusing more than two objects at once [#659](https://github.com/jupytercad/JupyterCAD/pull/659) ([@arjxn-py](https://github.com/arjxn-py))
- When copy-pasting a hidden object, the copied object is made visible [#656](https://github.com/jupytercad/JupyterCAD/pull/656) ([@arjxn-py](https://github.com/arjxn-py))

### Bugs fixed

- Dropdown selector for base on chamfer and fillet [#664](https://github.com/jupytercad/JupyterCAD/pull/664) ([@arjxn-py](https://github.com/arjxn-py))
- Avoid applying wireframe to selected edges [#655](https://github.com/jupytercad/JupyterCAD/pull/655) ([@arjxn-py](https://github.com/arjxn-py))
- Fix placement for non-primitive shapes coming from freecad [#653](https://github.com/jupytercad/JupyterCAD/pull/653) ([@arjxn-py](https://github.com/arjxn-py))

### Maintenance and upkeep improvements

- Add UI tests for the suggestion panel [#660](https://github.com/jupytercad/JupyterCAD/pull/660) ([@arjxn-py](https://github.com/arjxn-py))
- Bump `jupyter-collaboration` to `3.1.0` [#657](https://github.com/jupytercad/JupyterCAD/pull/657) ([@arjxn-py](https://github.com/arjxn-py))
- Replace @jupyterlab/rjsf with FormComponent from @jupyterlab/ui-components [#625](https://github.com/jupytercad/JupyterCAD/pull/625) ([@Meriem-BenIsmail](https://github.com/Meriem-BenIsmail))

### Documentation improvements

- Add documentation badge [#663](https://github.com/jupytercad/JupyterCAD/pull/663) ([@arjxn-py](https://github.com/arjxn-py))
- Light logo for light mode and dark for dark [#649](https://github.com/jupytercad/JupyterCAD/pull/649) ([@arjxn-py](https://github.com/arjxn-py))
- Improve pawn example [#647](https://github.com/jupytercad/JupyterCAD/pull/647) ([@martinRenou](https://github.com/martinRenou))
- Add chess pawn example [#645](https://github.com/jupytercad/JupyterCAD/pull/645) ([@martinRenou](https://github.com/martinRenou))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupytercad/JupyterCAD/graphs/contributors?from=2024-12-05&to=2025-01-10&type=c))

[@arjxn-py](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Aarjxn-py+updated%3A2024-12-05..2025-01-10&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Agithub-actions+updated%3A2024-12-05..2025-01-10&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AmartinRenou+updated%3A2024-12-05..2025-01-10&type=Issues) | [@Meriem-BenIsmail](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AMeriem-BenIsmail+updated%3A2024-12-05..2025-01-10&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Apre-commit-ci+updated%3A2024-12-05..2025-01-10&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Atrungleduc+updated%3A2024-12-05..2025-01-10&type=Issues)

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

## 3.0.0

([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/[email protected]))
Expand Down Expand Up @@ -246,8 +283,6 @@ JupyterCAD now supports suggestions from collaborators. This feature is only ava

[@arjxn-py](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Aarjxn-py+updated%3A2024-07-19..2024-12-05&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Abrichet+updated%3A2024-07-19..2024-12-05&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Adavidbrochart+updated%3A2024-07-19..2024-12-05&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Agithub-actions+updated%3A2024-07-19..2024-12-05&type=Issues) | [@IsabelParedes](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AIsabelParedes+updated%3A2024-07-19..2024-12-05&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3AmartinRenou+updated%3A2024-07-19..2024-12-05&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Apre-commit-ci+updated%3A2024-07-19..2024-12-05&type=Issues) | [@SylvainCorlay](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3ASylvainCorlay+updated%3A2024-07-19..2024-12-05&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Atrungleduc+updated%3A2024-07-19..2024-12-05&type=Issues) | [@tshakah](https://github.com/search?q=repo%3Ajupytercad%2FJupyterCAD+involves%3Atshakah+updated%3A2024-07-19..2024-12-05&type=Issues)

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

## 3.0.0rc1

([Full Changelog](https://github.com/jupytercad/JupyterCAD/compare/@jupytercad/[email protected]))
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": "3.0.0",
"version": "3.0.1",
"private": true,
"homepage": "https://github.com/jupytercad/JupyterCAD",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/base",
"version": "3.0.0",
"version": "3.0.1",
"description": "A JupyterLab extension for 3D modelling.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"@jupyter/collaborative-drive": "^3.1.0",
"@jupyter/ydoc": "^3.0.0",
"@jupytercad/occ-worker": "^3.0.0",
"@jupytercad/schema": "^3.0.0",
"@jupytercad/occ-worker": "^3.0.1",
"@jupytercad/schema": "^3.0.1",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/completer": "^4.2.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/occ-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/occ-worker",
"version": "3.0.0",
"version": "3.0.1",
"description": "Jupytercad opencascade worker package.",
"keywords": [
"jupytercad"
Expand Down Expand Up @@ -36,8 +36,8 @@
"watch": "tsc-watch --onSuccess \"webpack --config worker.webpack.config.js --mode=development\""
},
"dependencies": {
"@jupytercad/opencascade": "^3.0.0",
"@jupytercad/schema": "^3.0.0",
"@jupytercad/opencascade": "^3.0.1",
"@jupytercad/schema": "^3.0.1",
"@lumino/coreutils": "^2.0.0",
"uuid": "^8.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/opencascade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/opencascade",
"version": "3.0.0",
"version": "3.0.1",
"description": "The custom OpenCascade build for JupyterCAD.",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/schema",
"version": "3.0.0",
"version": "3.0.1",
"description": "A Jupytercad schema package.",
"keywords": [
"jupytercad"
Expand Down
2 changes: 1 addition & 1 deletion python/jupytercad/jupytercad/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "3.0.0"
__version__ = "3.0.1"

from jupytercad_lab import CadDocument # noqa
6 changes: 3 additions & 3 deletions python/jupytercad/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"jupytercad_core==3.0.0",
"jupytercad_lab==3.0.0",
"jupytercad_app==3.0.0",
"jupytercad_core==3.0.1",
"jupytercad_lab==3.0.1",
"jupytercad_app==3.0.1",
]
dynamic = ["version"]
license = {file = "LICENSE"}
Expand Down
6 changes: 3 additions & 3 deletions python/jupytercad_app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/jupytercad-app",
"version": "3.0.0",
"version": "3.0.1",
"description": "A JupyterLab standalone app for 3D modelling.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -55,8 +55,8 @@
"@jupyter/collaborative-drive": "^3.1.0-alpha.0",
"@jupyter/docprovider": "^3.1.0-alpha.0",
"@jupyter/ydoc": "^3.0.0",
"@jupytercad/base": "^3.0.0",
"@jupytercad/schema": "^3.0.0",
"@jupytercad/base": "^3.0.1",
"@jupytercad/schema": "^3.0.1",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/application-extension": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions python/jupytercad_core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/jupytercad-core",
"version": "3.0.0",
"version": "3.0.1",
"description": "JupyterCad core extension",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -54,9 +54,9 @@
},
"dependencies": {
"@jupyter/collaborative-drive": "^3.1.0-alpha.0",
"@jupytercad/base": "^3.0.0",
"@jupytercad/occ-worker": "^3.0.0",
"@jupytercad/schema": "^3.0.0",
"@jupytercad/base": "^3.0.1",
"@jupytercad/occ-worker": "^3.0.1",
"@jupytercad/schema": "^3.0.1",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/docregistry": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions python/jupytercad_lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupytercad/jupytercad-lab",
"version": "3.0.0",
"version": "3.0.1",
"description": "JupyterCad Lab extension.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -52,9 +52,9 @@
},
"dependencies": {
"@jupyter/collaborative-drive": "^3.1.0-alpha.0",
"@jupytercad/base": "^3.0.0",
"@jupytercad/jupytercad-core": "^3.0.0",
"@jupytercad/schema": "^3.0.0",
"@jupytercad/base": "^3.0.1",
"@jupytercad/jupytercad-core": "^3.0.1",
"@jupytercad/schema": "^3.0.1",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
Expand Down
Loading

0 comments on commit 9145c70

Please sign in to comment.