Releases: jupytercad/JupyterCAD
v2.0.0a0
2.0.0a0
Maintenance and upkeep improvements
- Jupyter Collaboration v2 #239 (@martinRenou)
Contributors to this release
v1.0.1
1.0.1
Bugs fixed
- Pin JupyterLab in publish release #254 (@martinRenou)
- Expose CadDocument from jupytercad #252 (@martinRenou)
Maintenance and upkeep improvements
- Missing util #255 (@martinRenou)
- Fixing check-release workflow + Fix regression tests #250 (@martinRenou)
Contributors to this release
v1.0.0
1.0.0 - Highlights
Below are the major highlights in JupyterCAD
1.0.0
New packaging system
From 1.0.0, JupyterCAD
is split into multiple python and javascript packages, this makes deploying and extending JupyterCAD
easier.
- New python packages:
jupytercad-core
: package contains core plugins for worker registry, jcad file support, document tracker, and annotationjupytercad-lab
: package contains plugins for lab interface and notebook supportjupytercad-app
: the standaloneJupyterCAD
application
- New js packages:
@jupytercad/schema
: package contains the schema of the JCAD file and related models/interfaces@jupytercad/opencascade
: the custom opencascade.js build forJupyterCAD
@jupytercad/occ-worker
: the opencascade worker ofJupyterCAD
.@jupytercad/base
: package contains the UI components.
The current jupytercad
PYPI package is still available, but it has become a meta-package to facilitate the installation of the application. Users can continue to install JupyterCAD
with
pip install jupytercad
New extension system
JupyterCAD
now provides multiple tokens to allow extending its features by using the JupyterLab
extension system. Users can register new file formats, register new operators, or add more post-processing capabilities to the application.
By using the new system, FreeCAD
file format is supported through an extension of JupyterCAD
, users can install it with
pip install jupytercad-freecad
New supported file format
JupyterCAD
now can render the geometries of a STEP file. More improvement in the interoperability of the STEP file will be added in future versions.
Contributors to this release
v1.0.0a4
1.0.0a4
Enhancements made
- Support loading STL binary format #244 (@trungleduc)
Maintenance and upkeep improvements
Contributors to this release
v1.0.0a3
1.0.0a3
Enhancements made
- Non-editable step file #235 (@martinRenou)
- Update worker and 3D viewer #230 (@trungleduc)
Bugs fixed
- Fix object selection #242 (@trungleduc)
Contributors to this release
v1.0.0a2
1.0.0a2
Enhancements made
- STEP files support #232 (@martinRenou)
Maintenance and upkeep improvements
- Galata bot: Missing hub command #233 (@martinRenou)
- Fix missing dev dependency #231 (@martinRenou)
Other merged PRs
- Galata bot: Fix conda env #234 (@martinRenou)
Contributors to this release
(GitHub contributors page for this release)
@github-actions | @martinRenou | @pre-commit-ci | @trungleduc
v1.0.0a1
1.0.0a1
Maintenance and upkeep improvements
- Rename packages #228 (@trungleduc)
Contributors to this release
v1.0.0a0
1.0.0a0
Enhancements made
- Organization rename #225 (@martinRenou)
- Update OCC build #221 (@martinRenou)
- Create jupytercad-* packages #220 (@trungleduc)
Bugs fixed
- Pin pydantic (again) #222 (@martinRenou)
Maintenance and upkeep improvements
- Update release script #227 (@trungleduc)
- Fix CI #226 (@trungleduc)
- Create jupytercad-* packages #220 (@trungleduc)
- Update links to repository #219 (@martinRenou)
- Support pydantic 2 #213 (@trungleduc)
Contributors to this release
(GitHub contributors page for this release)
@github-actions | @martinRenou | @pre-commit-ci | @trungleduc
v0.3.3
0.3.3
Enhancements made
- Allow changing camera settings #204 (@martinRenou)
Maintenance and upkeep improvements
- Fix check release #205 (@martinRenou)
Documentation improvements
- Add conda instructions #202 (@martinRenou)
Contributors to this release
v0.3.2
0.3.2
Bugs fixed
- Remove guidata when deleting an object #201 (@martinRenou)