Skip to content

Commit c295eeb

Browse files
committed
[ci skip] Remove unneeded email message from changelog
Add new mesa paper to about page
1 parent 149dfd7 commit c295eeb

File tree

3 files changed

+4
-32
lines changed

3 files changed

+4
-32
lines changed

docs/source/about.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ Use of MESA requires:
6363
`2013 <https://ui.adsabs.harvard.edu/abs/2013ApJS..208....4P/abstract>`_,
6464
`2015 <https://ui.adsabs.harvard.edu/abs/2015ApJS..220...15P/abstract>`_,
6565
`2018 <https://ui.adsabs.harvard.edu/abs/2018ApJS..234...34P/abstract>`_,
66-
`2019 <https://ui.adsabs.harvard.edu/abs/2019ApJS..243...10P/abstract>`_).
66+
`2019 <https://ui.adsabs.harvard.edu/abs/2019ApJS..243...10P/abstract>`_,
67+
Jermyn et al.
68+
`2022 <https://ui.adsabs.harvard.edu/abs/2022arXiv220803651J/abstract>`_)
6769

6870
2. That users share in a timely fashion all information needed for others to
6971
recreate their MESA results (e.g., on `MESA Zenodo <https://zenodo.org/communities/mesa>`__).

docs/source/changelog.rst

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,6 @@
22
Changelog
33
*********
44

5-
Changes in r22.XX.YY
6-
====================
7-
8-
Hi everyone,
9-
10-
We are pleased to announce a beta public release of MESA, r22.XX.XX.
11-
12-
This beta release contains bug fixes and all the features described in MESA VI:
13-
14-
1) The elimination of the lnPgas_flag option in r22.05.1 inadvertently impacted the convective pre-mixing (CPM) implementation, by forcing the mixing to occur at constant (rho,T) rather than at constant (P,T). This meant that CPM no longer functioned as intended, and as demonstrated in MESA V. We have made changes to the implementation to restore the “old” behavior; although results are not identical to before, convective cores can once again grow as they should with CPM.
15-
16-
2) The test suite has now been purged of MESA_DIR. That means you no longer need to edit any files when moving a test case outside of $MESA_DIR for it to run.
17-
18-
3) The inlist controls for the astero module have changed significantly. The new scheme allows a substantial refactoring while also making the astero module more versatile in terms of what properties of a star can be used as parameters or constraints. The changes are explained in more detail in the changelog and documented in the defaults files.
19-
20-
4) This release corresponds with the release of the MESA VI instrument paper https://ui.adsabs.harvard.edu/abs/2022arXiv220803651J/abstract and we refer readers to the paper for full details on the new material.
21-
22-
5) A detailed list of changes can also be found in the changelog:
23-
https://docs.mesastar.org/en/release-r22.XX.XX/changelog.html
24-
25-
6) The release candidate can be downloaded from Zenodo:
26-
27-
With thanks to the following members of the community for contributions:
28-
Joshua Aiken, Philipp Edelmann, Matthias Fabry, Joey Mombarg, 曾耀田, and the MESA Summer School 2022.
29-
30-
We welcome contributions from the community. If you want to contribute to MESA we have a guide https://docs.mesastar.org/en/latest/contributing.html . Contributions can take many forms, from bug reports, documentation fixes, and new code or science. Not everyone has to be a coder to contribute. If you have something you want to contribute but have doubts about it, then feel free to reach out to any of the MESA developers and we can provide help and guidance.
31-
32-
Thanks!
33-
34-
355

366
Changes in main
377
===============

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'MESA'
21-
copyright = '2021, The MESA Team'
21+
copyright = '2022, The MESA Team'
2222
author = 'The MESA Team'
2323
release = 'main'
2424
version = 'main'

0 commit comments

Comments
 (0)