Skip to content

Releases: compas-dev/compas_notebook

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 07 Dec 01:30

Added

  • Added support for frames, circle, ellipse, vector, plane, curve, analystical surface primitives
  • Dot command added

Changed

Removed

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 19:18

Added

Changed

  • Changed default node size, node color, and edge color of graph object.
  • Changed default vertex size, vertex color, edge color, and face color of mesh object.

Removed

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 01 Feb 16:48

Added

  • Added compas_notebook.conversions.shapes_to_edgesbuffer.
  • Added compas_notebook.conversions.shapes_to_facesbuffer.
  • Added compas_notebook.scene.ThreeGroupObject.

Changed

Removed

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 31 Jan 13:46

Added

Changed

  • Fixed bug in intialisation of orbit controls.
  • Changed compas_notebook.config.CameraConfig.position to have a default of [0, -10, 5].

Removed

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 23:48

Added

Changed

  • Changed registration of scene objects to not print messages.

Removed

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 21:44

Added

Changed

  • Changed compas_notebook.scene.ThreeBrepObject to be compatible with compas>=2.4.
  • Changed compas_notebook.scene.ThreeMeshObject to be compatible with compas>=2.4.

Removed

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 21:39

Added

  • Added custom scene compas_notebook.scene.Scene.
  • Added default base color to all scene objects.

Changed

Removed

  • Removed scene=None parameter from viewer constructor.

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 12 May 20:59

Added

Changed

  • Fixed broken import from compas.utilities import pairwise.
  • Changed viewer initalisation to use default config object and not config from json.
  • Changed compas_notebook.config.SidebarConfig.show to False.

Removed

  • Removed load_scene and save_scene from default toolbar.

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 11:08

Added

Changed

  • Fixed ValueError when starting viewer for the first time with default config.

Removed

v0.5.0

Choose a tag to compare

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

Added

Changed

Removed