Skip to content

Commit 749fee8

Browse files
authored
Merge pull request #645 from saimn/v7.0-announcement
add 7.0 announcement page
2 parents db03160 + ed2e335 commit 749fee8

File tree

2 files changed

+199
-1
lines changed

2 files changed

+199
-1
lines changed

announcements/release-7.0.html

Lines changed: 198 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,198 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta name="description" content="Astropy. A Community Python Library for Astronomy." />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<link rel="shortcut icon" href="favicon.ico" />
8+
9+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css' />
10+
<link rel="stylesheet" type="text/css" href="../css/style.css" />
11+
<link rel="stylesheet" type="text/css" href="../css/jquery.sidr.light.css" />
12+
13+
14+
<title>Astropy | v7.0 Released!</title>
15+
16+
<!-- Google analytics -->
17+
<script src="../js/analytics.js"></script>
18+
</head>
19+
20+
<body>
21+
22+
<div id="wrapper">
23+
<nav>
24+
<div id="mobile-header">
25+
<!-- Menu Icon -->
26+
<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>
27+
<!-- -->
28+
</div>
29+
<a href="../index.html"><img src="../images/astropy_word.svg" height="32" onerror="this.src='../images/astropy_word_32.png; this.onerror=null;"/></a>
30+
<div id="navigation">
31+
<ul>
32+
<li>
33+
<div class="dropdown">
34+
<a>About</a>
35+
<div class="dropdown-content">
36+
<ul>
37+
<li><a href="../about.html">About Astropy</a></li>
38+
<li><a href="../code_of_conduct.html">Code of Conduct</a></li>
39+
<li><a href="../acknowledging.html">Acknowledging & Citing</a></li>
40+
</ul>
41+
</div>
42+
</div>
43+
</li>
44+
<li><a href="../help.html">Get Help</a></li>
45+
<li><a href="../contribute.html">Contribute</a></li>
46+
<li>
47+
<div class="dropdown">
48+
<a href="https://docs.astropy.org">Documentation</a>
49+
<div class="dropdown-content">
50+
<ul>
51+
<li><a href="https://docs.astropy.org" target="_blank">Current Release</a></li>
52+
<li><a href="https://astropy.readthedocs.io/en/latest/" target="_blank">In Development</a></li>
53+
</ul>
54+
</div>
55+
</div>
56+
</li>
57+
<li><a href="affiliated/index.html">Affiliated Packages</a></li>
58+
<li><a href="team.html">Team</a></li>
59+
</ul>
60+
</div>
61+
<div class="search pull-right">
62+
<form action="https://docs.astropy.org/en/stable/search.html" method="get">
63+
<input type="text" name="q" placeholder="Search Documentation" />
64+
<input type="hidden" name="check_keywords" value="yes" />
65+
<input type="hidden" name="area" value="default" />
66+
</form>
67+
</div>
68+
</nav>
69+
70+
71+
<section>
72+
73+
<h1>Astropy v7.0 Released!</h1>
74+
75+
<p>
76+
Dear colleagues,
77+
</p>
78+
<p>
79+
We are very happy to announce the v7.0 release of astropy, a core Python
80+
package for Astronomy:
81+
</p>
82+
<p align='center'>
83+
<img src="astropy_logo_notext.png" style="width:80px;height:80px;"><br>
84+
<a href="http://www.astropy.org">http://www.astropy.org</a>
85+
</p>
86+
<p>
87+
The astropy core package is a community-driven Python package intended to contain much of the
88+
core functionality and common tools needed for astronomy and astrophysics.
89+
It is part of the Astropy Project, which aims to foster an ecosystem of
90+
interoperable astronomy packages for Python.
91+
</p>
92+
<p>
93+
Notable changes in this release include:
94+
<ul>
95+
<li>Full MaskedQuantity Support in QTable</li>
96+
<li>Coordinate frames can now be stored in tables</li>
97+
<li>Table show_in_notebook is back with ipydatagrid</li>
98+
<li>Ordering of table columns constructed from rows</li>
99+
<li>Table.pformat is now independent of terminal dimensions</li>
100+
<li>Quantity.to_string supports formatter for formatting</li>
101+
<li>NumPy constructor functions with a like argument are now supported with Quantity</li>
102+
<li>Change default type for meta attribute to dict and update ECSV writer</li>
103+
<li>Improve the Contributor Documentation</li>
104+
<li>Typing in astropy.stats</li>
105+
<li>Converting units on dask and other array-like objects</li>
106+
<li>Performance improvements in astropy.modeling</li>
107+
<li>Fitting models in parallel with N-dimensional data</li>
108+
<li>RGB image visualization enhancements</li>
109+
<li>New Lorentz2D model</li>
110+
<li>Faster guessing of formats in astropy.io.ascii</li>
111+
<li>Support VOTable version 1.5</li>
112+
<li>New `parquet.votable` format is available to read/write a Table from Parquet files with VOTable metadata included</li>
113+
<li>New SimpleNorm class</li>
114+
<li>New SigmaClippedStats class</li>
115+
<li>Automatic placement of axis and tick labels for WCSAxes</li>
116+
<li>Support for masks in coordinates</li>
117+
<li>Minimum supported version of Python updated to 3.11</li>
118+
<li>The astropy conda-forge package now has all the optional dependencies, a new astropy-base package is provided with only required dependencies.</li>
119+
</ul>
120+
</p>
121+
<p>
122+
In addition, hundreds of smaller improvements and fixes have been made.
123+
An overview of the changes is provided at:
124+
</p>
125+
<p>
126+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a
127+
href="https://docs.astropy.org/en/stable/whatsnew/7.0.html">https://docs.astropy.org/en/stable/whatsnew/7.0.html</a>
128+
</p>
129+
<p>
130+
Instructions for installing astropy are provided on our <a
131+
href="http://www.astropy.org">website</a>, and extensive documentation
132+
can be found at:
133+
</p>
134+
<p>
135+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://docs.astropy.org">https://docs.astropy.org</a>
136+
</p>
137+
<p>
138+
If you usually use pip to install packages, you can do:
139+
</p>
140+
<pre>
141+
pip install astropy --upgrade
142+
</pre>
143+
144+
<p>
145+
If you make use of conda (such as through the <a href="https://www.continuum.io/downloads">Anaconda
146+
Python Distribution</a>), you should soon be able update to Astropy v7.0 with:
147+
</p>
148+
<pre>
149+
conda update astropy
150+
</pre>
151+
<p>
152+
Or if you cannot wait for Anaconda to update their default version, you can use the conda-forge channel:
153+
</p>
154+
<pre>
155+
conda update -c conda-forge astropy
156+
</pre>
157+
<p>
158+
Please report any issues, or request new features via our GitHub repository:
159+
</p>
160+
<p>
161+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/astropy/astropy/issues">https://github.com/astropy/astropy/issues</a>
162+
</p>
163+
<p>
164+
Over 540 people have contributed code to the core astropy package so far, and you can find out more about the team here:
165+
</p>
166+
<p>
167+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.astropy.org/team.html">https://www.astropy.org/team.html</a>
168+
</p>
169+
<p>
170+
If you use astropy directly for your work, or as a dependency to another
171+
package, please remember to acknowledge it by citing the appropriate
172+
Astropy paper. For the most up-to-date suggestions, see
173+
<a href="../acknowledging.html">the acknowledgement page</a>.
174+
</p>
175+
176+
177+
<p>
178+
We hope that you enjoy using astropy as much as we enjoyed developing it!
179+
</p>
180+
<p>
181+
Simon Conseil<br>
182+
v7.0 Release Coordinator<br>
183+
on behalf of The Astropy Project
184+
</p>
185+
</section>
186+
187+
188+
189+
<footer>
190+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
191+
<script src="js/jquery.sidr.min.js"></script>
192+
<script src="js/functions.js"></script>
193+
</footer>
194+
195+
</div>
196+
197+
</body>
198+
</html>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
</section>
111111

112112
<section class="whatsnew"><div id="prenew"></div>
113-
What's new in <a href="https://docs.astropy.org/en/stable/whatsnew/6.1.html">Astropy 6.1</a>
113+
What's new in <a href="https://docs.astropy.org/en/stable/whatsnew/7.0.html">Astropy 7.0</a>
114114
<p class="version" id="core-package-version"></p>
115115

116116
</section>

0 commit comments

Comments
 (0)