<div dir="ltr">Steven and everyone else who worked on this,<div><br></div><div>I know I haven't been actively involved in AMUSE for a while, but this looks like really great work.</div><div><br></div><div>Really awesome,</div><div><br></div><div>Edwin</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 27 Jun 2019 at 03:15, Steven Rieder <<a href="mailto:steven@rieder.nl">steven@rieder.nl</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;"><div>Dear all,</div><div><br></div><div>We are happy to announce the release of AMUSE version 12.0!</div><div>Please see below for the release notes and main changes in this version.</div><div>If you find any bugs or other issues, please report them via the AMUSE github page:</div><div><a href="https://github.com/amusecode/amuse/issues" target="_blank">https://github.com/amusecode/amuse/issues</a></div><div><br></div><div>Cheers,</div><div>Steven Rieder, on behalf of the AMUSE team</div><div><br></div><div>---------</div><div><br></div>Release notes for AMUSE 12.0<br><br>In this version, the main change we are introducing is that AMUSE is now installable via pip (though non-python prerequisites like compilers, mpi and such still need to be installed beforehand).<br>The command 'pip install amuse' will install the meta-package 'amuse', which depends on 'amuse-framework' (the amuse core libraries, without any community codes), 'amuse-tests' and 'amuse-<NAME>', where <NAME> is any of the current community codes*. <br>The main benefit of this method is that AMUSE should be much easier and faster to install, especially when only one or a few community codes are needed. The "old" installation method will remain available as well.<br><br>Another change is that we're now consistently naming the community codes: interfaces are always imported as:<br><blockquote type="cite">from amuse.community.codename.interface import CodeName<br></blockquote><br>As a result, the module names 'phiGRAPE' and 'hermite0' have been renamed to 'phigrape' and 'hermite' respectively, and interface name MakeMeAMassiveStar is now MMAMS. The old names are still available for compatibility reasons, these may at some point receive a deprecation warning when used. This is unfortunately not technically possible for phiGRAPE due to case-insensitivity in some filesystems, so that code can only be used with the new, more consistent naming from now on (please update your scripts where necessary).<br><br>AMUSE 12 will also be the last version aimed mainly at Python2 (though it is compatible with Python 3). From next year, Python 2 is no longer supported by Python, and also for AMUSE it's time to move on. AMUSE 13 (to be released later this year) will be aimed at Python 3 only.<br><br>Other changes in this release include improved async support. It is now possible to queue multiple async requests per code. Async request objects can serve as input arguments to code calls. <br><br>Please let us know via <a href="https://github.com/amusecode/amuse/issues" target="_blank">https://github.com/amusecode/amuse/issues</a> if you run into any problems, have a feature request or if you have any other questions.<div><br></div><div>*: for a few of the "DOWNLOAD_ONLY" codes, we don't have packages yet</div></div>_______________________________________________<br>
MODEST mailing list<br>
<a href="mailto:MODEST@listmgr.nrao.edu" target="_blank">MODEST@listmgr.nrao.edu</a><br>
<a href="https://listmgr.nrao.edu/mailman/listinfo/modest" rel="noreferrer" target="_blank">https://listmgr.nrao.edu/mailman/listinfo/modest</a><br>
</blockquote></div>