Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 1.45 KB

history.rst

File metadata and controls

49 lines (43 loc) · 1.45 KB

History

Version 0.0.2

  • Simplified particle handle construction
  • Added guard against bonding a particle to itself
  • Improved error handling
  • Improved cluster interface
  • Improved particle neighbor interface
  • Added comparison and string operators
  • Reduced pointer usage
  • Added basic vector methods
  • Added camera lagging control to APIs
  • Added convenience property methods
  • Added improved bonded interaction renderers and runtime interface
  • Impoved docs
  • Bug fixes
    • Fixed cluster rendering
    • Added missing equilibrium distance data to potentials
    • Removed returned inactive bonds when retrieving all bonds
    • Fixed IPython support
    • Fixed binding by types in python API
    • Fixed rare bug in boundary conditions

Version 0.0.1

  • Improved error reporting in potential construction
  • Improved class handling in python modules
  • Added plot example in python
  • Added style color data to python interface
  • Improved documentation on force object memory management
  • Improved documentation on handling particle style
  • Improved documentation on exception handling in python functions
  • Bug fixes
    • Corrected docs for power potential
    • Fixed inconsistency in potential and force plot calculations
    • Added missing copy constructors on basic types in python
    • Added missing simulator features to python interface
    • Fixed missing API docs
    • Fixed docs API hyperlinks

Version 0.0.0

First release