Skip to content

13.1

Compare
Choose a tag to compare
@rieder rieder released this 12 Feb 10:28
8e054ba

This release introduces the following changes:

  • Interface names are now standardised. You can import each community code as from amuse.community.{codename}.interface import {Codename}, where {Codename} is now always available in Titlecase. The interface name is always available under the same name as the module. This is in addition to previous names, which will continue to exist and are not being deprecated. E.g.: ph4, BHTree and SimpleX are now also available as Ph4, Bhtree and Simplex, respectively.
  • The behaviour of code parameters has changed: setting non-existing parameters now generates an exception. Scripts that relied on the previous behaviour (ignoring parameters that are unknown to the code) should be changed to handle the excpetion.
  • new unit kyr (=1000 yr)
  • updates to the documentation/tutorial
  • all codes with c++ bindings MPI have them replaced
  • updates on Seba code
  • various fixes to codes
  • various python 3 fixes