Skip to content

Releases: amusecode/amuse

v2022.11.0

22 Nov 12:11
616fec2
Compare
Choose a tag to compare

What's Changed

  • default printing strategy is now "simple" instead of the previous "default" #886
  • adding option to SeBa to retrieve zeta_thermal & zeta_adiabatic from SeBa + test_seba update by @silviatoonen in #889
  • Update SeBa version by @silviatoonen in #897
  • bug in seba_time after recall_memory_one_step in SeBa interface by @silviatoonen in #895
  • Fix timesteps issues with evolve_model and MESA by @rjfarmer in #900
  • Clear up user directories in Makefiles by @stephenpcook in #901
  • replace if..else with try..except in bridge.py by @rieder in #903

New Contributors

Full Changelog: v2022.10.0...v2022.11.0

v2022.10.0

10 Oct 10:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2022.6.3...v2022.10.0

2022.6.0

13 Jun 16:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2022.3.0...v2022.6.0

2022.3.0

03 Mar 13:27
0166d80
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2021.7.0.2...v2022.3.0

v2021.7.0.2

06 Jul 15:12
Compare
Choose a tag to compare
  • Fix for installing AMUSE with pip v21 and newer

  • bugfix release for v2021.7.0, fixes a problem where package 'amuse' could not be installed due to incorrect dependencies

  • amuse-simplex is now again a dependency of amuse

  • amuse-brutus is now no longer a dependency of amuse, due to #209.

v2021.7.0

06 Jul 11:58
Compare
Choose a tag to compare
  • Literature references are now always printed when using AMUSE
  • Fix for installing AMUSE with pip v21 and newer

v2021.6.0

14 Jun 14:22
380eaa3
Compare
Choose a tag to compare
  • Updates to PeTar
  • Updates to SeBa

v2021.4.3

26 Apr 13:20
Compare
Choose a tag to compare
  • Fixes an error with amusifier that prevented building of community codes
  • updates requirements
    otherwise identical to 2021.4.1

v2021.4.2

26 Apr 12:53
Compare
Choose a tag to compare

Update to required packages, otherwise identical to 2021.4.1

v2021.4.1

26 Apr 12:31
Compare
Choose a tag to compare
  • Add support for Python 3.8 and 3.9 when installing via pip
  • Various code cleanups