Skip to content

Releases: compas-dev/compas_notebook

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Mar 09:52

Added

  • Added compas_notebook.config.Config.
  • Added compas_notebook.controller.Controller.
  • Added support for sidebar with configurable widgets and actions.
  • Added base configuration file: compas_notebook/config.json.

Changed

  • Changed repo config to pyproject.toml.

Removed

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 09 Feb 09:00

Added

Changed

Removed

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 06 Feb 10:24

Added

  • Added compas_notebook.scene.PointObject.
  • Added compas_notebook.scene.PointcloudObject.
  • Added compas_notebook.scene.PolylineObject.
  • Added compas_notebook.scene.LineObject.
  • Added compas_notebook.scene.GraphObject.

Changed

Removed

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 05 Feb 09:58

Added

  • Added compas_notebook.scene.PolygonObject.
  • Added compas_notebook.viewer.Viewer.update.
  • Added compas_notebook.scene.CapsuleObject.
  • Added compas_notebook.scene.PolygonObject.

Changed

  • Fixed compas_notebook.viewer.Viewer.zoom_in.
  • Fixed compas_notebook.viewer.Viewer.zoom_out.

Removed

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 02 Feb 00:00

Added

  • Added compas_notebook.scene.BrepObject.
  • Added compas_notebook.conversions.polyline_to_threejs.

Changed

Removed

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 31 Jan 11:44

Added

Changed

Removed

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 31 Jan 11:25

Added

  • compas_notebook.conversions.color_to_threejs.
  • compas_notebook.conversions.box_to_threejs.
  • compas_notebook.conversions.cone_to_threejs.
  • compas_notebook.conversions.cylinder_to_threejs.
  • compas_notebook.conversions.polyhedron_to_threejs.
  • compas_notebook.conversions.sphere_to_threejs.
  • compas_notebook.conversions.torus_to_threejs.
  • compas_notebook.scene.BoxObject.
  • compas_notebook.scene.ConeObject.
  • compas_notebook.scene.CylinderObject.
  • compas_notebook.scene.MeshObject.
  • compas_notebook.scene.PolyhedronObject.
  • compas_notebook.scene.SphereObject.
  • compas_notebook.scene.TorusObject.
  • compas_notebook.viewer.Viewer.

Changed

Removed