Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

46 lines (33 loc) · 1.01 KB

Bugfix

  • update benches with breaking changes
  • Support creating 2D transform from 3D input

Enh

  • Benchmarking the creation of a ShapeInstance

Maint

  • remove unneeded transform_ops module
  • Take the transform by reference in ShapeInstance
  • more stringent requirements for the Shape trait
  • Generalise operator macros use for other structs

Refactor

  • Split lib.rs into smaller files

v0.1.0 - 2019-02-03

Bug

  • Import PI into context of symmetry tests

Bugfix

  • Fix overlapping shapes

Bugfix

  • Install rustfmt using cargo

Chore

  • Split shape module up into smaller components
  • standardise Debug/Display across all structs
  • Fix spelling errors
  • Import macros explicitly instead of use_macro
  • ensure no more warnings about deprecated

Enh

  • Replace Arc/Mutex shared value with raw pointers

Maint

  • remove basis from PackedState instance