Skip to content

v0.3.0

Compare
Choose a tag to compare
@virgesmith virgesmith released this 08 May 12:54

Examples

  • new: 3d N-body simulation
  • new: wolf-sheep predation model
  • fixed interactive figures (for matplotlib 3.4)

Internal improvements

  • refactor package to support multiple submodules in future releases - allows for mixed python and C++ implementations
  • enabled test coverage (codecov.io)

Breaking changes

  • The function neworder.version() has been removed and replaced with the more standard neworder.__version__