Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
185 changes: 185 additions & 0 deletions announcements/release-5.1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,185 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Astropy. A Community Python Library for Astronomy." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="favicon.ico" />

<link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css' />
<link rel="stylesheet" type="text/css" href="../css/style.css" />
<link rel="stylesheet" type="text/css" href="../css/jquery.sidr.light.css" />


<title>Astropy | v5.1 Released!</title>

<!-- Google analytics -->
<script src="../js/analytics.js"></script>
</head>

<body>

<div id="wrapper">
<nav>
<div id="mobile-header">
<!-- Menu Icon -->
<a id="responsive-menu-button" href="#sidr-main"><div><svg senable-background="new 0 0 24 24" height="24px" id="Layer_1" version="1.1" viewBox="0 0 24 24" width="24px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g><g><path d="M23.244,17.009H0.75c-0.413,0-0.75,0.36-0.75,0.801v3.421C0,21.654,0.337,22,0.75,22h22.494c0.414,0,0.75-0.346,0.75-0.77 V17.81C23.994,17.369,23.658,17.009,23.244,17.009z M23.244,9.009H0.75C0.337,9.009,0,9.369,0,9.81v3.421 c0,0.424,0.337,0.769,0.75,0.769h22.494c0.414,0,0.75-0.345,0.75-0.769V9.81C23.994,9.369,23.658,9.009,23.244,9.009z M23.244,1.009H0.75C0.337,1.009,0,1.369,0,1.81V5.23c0,0.423,0.337,0.769,0.75,0.769h22.494c0.414,0,0.75-0.346,0.75-0.769V1.81 C23.994,1.369,23.658,1.009,23.244,1.009z"/></g></g></svg></div></a>
<!-- -->
</div>
<a href="../index.html"><img src="../images/astropy_word.svg" height="32" onerror="this.src='../images/astropy_word_32.png; this.onerror=null;"/></a>
<div id="navigation">
<ul>
<li>
<div class="dropdown">
<a>About</a>
<div class="dropdown-content">
<ul>
<li><a href="../about.html">About Astropy</a></li>
<li><a href="../code_of_conduct.html">Code of Conduct</a></li>
<li><a href="../acknowledging.html">Acknowledging & Citing</a></li>
</ul>
</div>
</div>
</li>
<li><a href="../help.html">Get Help</a></li>
<li><a href="../contribute.html">Contribute</a></li>
<li>
<div class="dropdown">
<a href="http://docs.astropy.org">Documentation</a>
<div class="dropdown-content">
<ul>
<li><a href="http://docs.astropy.org" target="_blank">Current Release</a></li>
<li><a href="http://devdocs.astropy.org/" target="_blank">In Development</a></li>
<li><a href="https://astropy.readthedocs.io/en/lts/index.html" target="_blank">Long-Term Support</a></li>
</ul>
</div>
</div>
</li>
<li><a href="affiliated/index.html">Affiliated Packages</a></li>
<li><a href="team.html">Team</a></li>
</ul>
</div>
<div class="search pull-right">
<form action="http://docs.astropy.org/en/stable/search.html" method="get">
<input type="text" name="q" placeholder="Search Documentation" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</nav>


<section>

<h1>Astropy v5.1 Released!</h1>

<p>
Dear colleagues,
</p>
<p>
We are very happy to announce the v5.1 release of astropy,
a core Python package for Astronomy:
</p>
<p align='center'>
<img src="astropy_logo_notext.png" style="width:80px;height:80px;"><br>
<a href="http://www.astropy.org">http://www.astropy.org</a>
</p>
<p>
The astropy core package is a community-driven Python package intended to contain much of the
core functionality and common tools needed for astronomy and astrophysics.
It is part of the Astropy Project, which aims to foster an ecosystem of
interoperable astronomy packages for Python.
</p>
<p>
New and improved major functionality in this release includes:
<ul>
<li>Updates to cosmology</li>
<li>doppler_redshift() equivalency</li>
<li>Specifying data types when reading ASCII tables</li>
<li>Structured Columns</li>
<li>New model fitters have been added</li>
<li>Allow time conversions without predictive Earth rotation data (IERS-A)</li>
<li>Uncertainty classes can be transformed into each other</li>
<li>Schechter1D Model</li>
</ul>
</p>
<p>
In addition, hundreds of smaller improvements and fixes have been made. An overview of the changes is provided at:
</p>
<p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://docs.astropy.org/en/v5.1/whatsnew/5.1.html">http://docs.astropy.org/en/stable/whatsnew/5.1.html</a>
</p>
<p>
Instructions for installing astropy are provided on our <a
href="http://www.astropy.org">website</a>, and extensive documentation can be
found at:
</p>
<p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://docs.astropy.org">http://docs.astropy.org</a>
</p>
<p>
If you usually use pip/vanilla Python, you can do:
</p>
<pre>
pip install astropy --upgrade
</pre>

<p>
If you make use of the <a href="https://www.continuum.io/downloads">Anaconda
Python Distribution</a>, soon you will be able update to Astropy v5.1 with:
</p>
<pre>
conda update astropy
</pre>
<p>
Or if you cannot wait for Anaconda to update their default version, you can use the conda-forge channel:
</p>
<pre>
conda update -c conda-forge astropy
</pre>
<p>
Please report any issues, or request new features via our GitHub repository:
</p>
<p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/astropy/astropy/issues">https://github.com/astropy/astropy/issues</a>
</p>
<p>
Over 400 people have contributed code to the core astropy package so far, and you can find out more about the team here:
</p>
<p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.astropy.org/team.html">https://www.astropy.org/team.html</a>
</p>
<p>
If you use astropy directly for your work, or as a dependency to another
package, please remember to acknowledge it by citing the appropriate
Astropy paper. For the most up-to-date suggestions, see
<a href="../acknowledging.html">the acknowledgement page</a>, but as of
this release the recommendation is:
</p>
<p class="citation"><cite>This research made use of Astropy, a
community-developed core Python package for Astronomy (<a href="https://doi.org/10.3847/1538-3881/aabc4f" target="_blank">Astropy Collaboration,
2018</a>).</cite></p>


<p>
We hope that you enjoy using astropy as much as we enjoyed developing it!
</p>
<p>
Simon Conseil<br>
v5.1 Release Coordinator<br>
on behalf of The Astropy Project
</p>
</section>



<footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/jquery.sidr.min.js"></script>
<script src="js/functions.js"></script>
</footer>

</div>

</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</section>

<section class="whatsnew"><div id="prenew"></div>
What's new in <a href="http://docs.astropy.org/en/stable/whatsnew/5.0.html">Astropy 5.0?</a>
What's new in <a href="http://docs.astropy.org/en/stable/whatsnew/5.1.html">Astropy 5.1?</a>
<p class="version" id="core-package-version"></p>

</section>
Expand Down
14 changes: 13 additions & 1 deletion team.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ <h3 id="core-package-contributors">Core Package Contributors<a class="paralink"
<li>Aarya Patil</li>
<li>Abhinuv Nitin Pitale</li>
<li>Abigail Stevens</li>
<li>Adam Broussard</li>
<li>Adam Ginsburg</li>
<li>Adele Plunkett</li>
<li>Aditya Sharma</li>
Expand All @@ -222,6 +223,7 @@ <h3 id="core-package-contributors">Core Package Contributors<a class="paralink"
<li>Andreas Baumbach</li>
<li>Andrej Rode</li>
<li>Andrew Hearin</li>
<li>Andrii Oriekhov</li>
<li>Aniket Kulkarni</li>
<li>Aniket Sanghi</li>
<li>Anirudh Katipally</li>
Expand Down Expand Up @@ -327,6 +329,7 @@ <h3 id="core-package-contributors">Core Package Contributors<a class="paralink"
<li>Evert Rol</li>
<li>Felix Yan</li>
<li>fockez</li>
<li>Francesc Vilardell</li>
<li>Francesco Biscani</li>
<li>Francesco Montanari</li>
<li>Francesco Montesano</li>
Expand All @@ -353,6 +356,7 @@ <h3 id="core-package-contributors">Core Package Contributors<a class="paralink"
<li>Helen Sherwood-Taylor</li>
<li>Himanshu Pathak</li>
<li>homeboy445</li>
<li>Hsin Fan</li>
<li>Hugo Buddelmeijer</li>
<li>Humna Awan</li>
<li>iamsoto</li>
Expand All @@ -378,8 +382,8 @@ <h3 id="core-package-contributors">Core Package Contributors<a class="paralink"
<li>Jeff Taylor</li>
<li>Jeffrey McBeth</li>
<li>Jero Bado</li>
<li>Jerry Ma</li>
<li>jimboH</li>
<li>Jo Bovy</li>
<li>Joanna Power</li>
<li>Joe Hunkeler</li>
<li>Joe Lyman</li>
Expand All @@ -388,6 +392,7 @@ <h3 id="core-package-contributors">Core Package Contributors<a class="paralink"
<li>John Parejko</li>
<li>Johnny Greco</li>
<li>Jonas Große Sundrup</li>
<li>Jonas Kemmer</li>
<li>Jonathan Eisenhamer</li>
<li>Jonathan Foster</li>
<li>Jonathan Sick</li>
Expand Down Expand Up @@ -418,7 +423,9 @@ <h3 id="core-package-contributors">Core Package Contributors<a class="paralink"
<li>Kris Stern</li>
<li>Kristin Berry</li>
<li>Kyle Barbary</li>
<li>Kyle Conroy</li>
<li>Kyle Oman</li>
<li>kYwzor</li>
<li>Larry Bradley</li>
<li>Laura Hayes</li>
<li>Laura Watkins</li>
Expand Down Expand Up @@ -447,6 +454,7 @@ <h3 id="core-package-contributors">Core Package Contributors<a class="paralink"
<li>Magali Mebsout</li>
<li>maggiesam</li>
<li>Maik Nijhuis</li>
<li>Malynda Chizek Frouard</li>
<li>Manas Satish Bedmutha</li>
<li>Maneesh Yadav</li>
<li>Mangala Gowri Krishnamoorthy</li>
Expand Down Expand Up @@ -494,6 +502,7 @@ <h3 id="core-package-contributors">Core Package Contributors<a class="paralink"
<li>Moataz Hisham</li>
<li>Mohan Agrawal</li>
<li>Molly Peeples</li>
<li>mzhengxi</li>
<li>Nabil Freij</li>
<li>Nadia Dencheva</li>
<li>Nathanial Hendler</li>
Expand Down Expand Up @@ -568,10 +577,12 @@ <h3 id="core-package-contributors">Core Package Contributors<a class="paralink"
<li>Sara Ogaz</li>
<li>Sarah Graves</li>
<li>Sarah Kendrew</li>
<li>Sarah Weissman</li>
<li>Sashank Mishra</li>
<li>sashmish</li>
<li>Saurav Sachidanand</li>
<li>Scott Thomas</li>
<li>Sebastian Meßlinger</li>
<li>Semyeong Oh</li>
<li>Serge Montagnac</li>
<li>Sergio Pascual</li>
Expand Down Expand Up @@ -639,6 +650,7 @@ <h3 id="core-package-contributors">Core Package Contributors<a class="paralink"
<li>Zach Edwards</li>
<li>Zachary Kurtz</li>
<li>Zeljko Ivezic</li>
<li>Zhiyuan Ma</li>
<li>Zlatan Vasović</li>
<li>Zé Vinicius</li>
</ul>
Expand Down