-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
f5754fb
commit 9145c70
Showing
12 changed files
with
1,254 additions
and
1,099 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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])) | ||
|
@@ -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])) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.