Skip to content

Releases: jupytercad/JupyterCAD

v2.0.0a0

08 Feb 16:23
Compare
Choose a tag to compare
v2.0.0a0 Pre-release
Pre-release

2.0.0a0

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@martinRenou

v1.0.1

08 Feb 15:29
Compare
Choose a tag to compare

1.0.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @martinRenou

v1.0.0

12 Jan 14:23
Compare
Choose a tag to compare

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 annotation
    • jupytercad-lab: package contains plugins for lab interface and notebook support
    • jupytercad-app: the standalone JupyterCAD 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 for JupyterCAD
    • @jupytercad/occ-worker: the opencascade worker of JupyterCAD.
    • @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

(GitHub contributors page for this release)

@github-actions | @martinRenou | @trungleduc

v1.0.0a4

03 Jan 13:53
Compare
Choose a tag to compare
v1.0.0a4 Pre-release
Pre-release

1.0.0a4

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @pre-commit-ci | @trungleduc

v1.0.0a3

20 Dec 14:19
Compare
Choose a tag to compare
v1.0.0a3 Pre-release
Pre-release

1.0.0a3

(Full Changelog)

Enhancements made

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @martinRenou | @trungleduc

v1.0.0a2

13 Dec 14:06
Compare
Choose a tag to compare
v1.0.0a2 Pre-release
Pre-release

1.0.0a2

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @martinRenou | @pre-commit-ci | @trungleduc

v1.0.0a1

24 Nov 09:28
Compare
Choose a tag to compare
v1.0.0a1 Pre-release
Pre-release

1.0.0a1

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@trungleduc

v1.0.0a0

23 Nov 12:44
Compare
Choose a tag to compare
v1.0.0a0 Pre-release
Pre-release

1.0.0a0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @martinRenou | @pre-commit-ci | @trungleduc

v0.3.3

29 Jun 13:11
Compare
Choose a tag to compare

0.3.3

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @martinRenou | @trungleduc

v0.3.2

15 Jun 08:22
Compare
Choose a tag to compare

0.3.2

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@martinRenou