|
| 1 | +:orphan: |
| 2 | + |
| 3 | +Astropy v1.2 Released! |
| 4 | +====================== |
| 5 | + |
| 6 | +Dear colleagues, |
| 7 | + |
| 8 | +We are very happy to announce the v1.2 release of the Astropy package, a |
| 9 | +core Python package for Astronomy: |
| 10 | + |
| 11 | +.. rst-class:: announce-logo |
| 12 | +.. container:: |
| 13 | + |
| 14 | + .. image:: /_static/img/astropy_logo_notext.png |
| 15 | + :width: 100px |
| 16 | + |
| 17 | + http://www.astropy.org |
| 18 | + |
| 19 | +Astropy is a community-driven Python package intended to contain much of |
| 20 | +the core functionality and common tools needed for astronomy and |
| 21 | +astrophysics. |
| 22 | + |
| 23 | +New and improved major functionality in this release includes: |
| 24 | + |
| 25 | +- A new class to compute Lomb-Scargle periodograms efficiently using |
| 26 | + different methods. |
| 27 | +- A number of new statistics functions including those for Jackknife |
| 28 | + resampling, circular statistics, and the Akaike and Bayesian |
| 29 | + information criteria. |
| 30 | +- Support for getting the positions of solar system bodies in the |
| 31 | + coordinates sub-package. |
| 32 | +- The ability to compute Barycentric and Heliocentric light-travel time |
| 33 | + corrections. |
| 34 | +- Support for offset coordinate frames, which can be used to define a |
| 35 | + coordinate system relative to a known position and rotation. |
| 36 | +- An implementation of the zscale algorithm to determine image limits |
| 37 | + automatically. |
| 38 | +- Support for bolometric magnitudes in the units package. |
| 39 | +- Improvements to the NDData class and subclasses. |
| 40 | +- Auto-downloading of IERS tables as needed, which gives information |
| 41 | + about Earth orientation parameters necessary for high precision |
| 42 | + coordinate calculations and conversions to/from the UT1 scale. |
| 43 | + |
| 44 | +In addition, hundreds of smaller improvements and fixes have been made. |
| 45 | +An overview of the changes is provided at: |
| 46 | + |
| 47 | + https://docs.astropy.org/en/stable/whatsnew/1.2.html |
| 48 | + |
| 49 | +Instructions for installing Astropy are provided on our |
| 50 | +`website <http://www.astropy.org>`__, and extensive documentation can be |
| 51 | +found at: |
| 52 | + |
| 53 | + https://docs.astropy.org |
| 54 | + |
| 55 | +If you make use of the `Anaconda Python |
| 56 | +Distribution <https://www.continuum.io/downloads>`__, you can update to |
| 57 | +Astropy v1.2 with: |
| 58 | + |
| 59 | +:: |
| 60 | + |
| 61 | + conda update astropy |
| 62 | + |
| 63 | +Whereas if you usually use pip, you can do: |
| 64 | + |
| 65 | +:: |
| 66 | + |
| 67 | + pip install astropy --upgrade |
| 68 | + |
| 69 | +Note that if you install now you should get Astropy v1.2.1, as some |
| 70 | +last-minute bug fixes were found and fixed after the v1.2 release was |
| 71 | +created but before this announcement. |
| 72 | + |
| 73 | +Please report any issues, or request new features via our GitHub |
| 74 | +repository: |
| 75 | + |
| 76 | + https://github.com/astropy/astropy/issues |
| 77 | + |
| 78 | +Over 190 developers have contributed code to Astropy so far, and you can |
| 79 | +find out more about the team behind Astropy here: |
| 80 | + |
| 81 | + http://www.astropy.org/team.html |
| 82 | + |
| 83 | +As a reminder, Astropy v1.0 (our long term support release) will |
| 84 | +continue to be supported with bug fixes until Feb 19th 2017, so if you |
| 85 | +need to use Astropy in a very stable environment, you may want to |
| 86 | +consider staying on the v1.0.x set of releases (for which we have |
| 87 | +recently released v1.0.10). |
| 88 | + |
| 89 | +If you use Astropy directly for your work, or as a dependency to another |
| 90 | +package, please remember to include the following acknowledgment at the |
| 91 | +end of papers: |
| 92 | + |
| 93 | +This research made use of Astropy, a community-developed core Python |
| 94 | +package for Astronomy (Astropy Collaboration, 2013). |
| 95 | + |
| 96 | +where (Astropy Collaboration, 2013) is a citation to the `Astropy |
| 97 | +Paper <https://doi.org/10.1051/0004-6361/201322068>`__ |
| 98 | +(`ADS <http://adsabs.harvard.edu/abs/2013A%26A...558A..33A>`__ - |
| 99 | +`BibTeX <http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2013A%26A...558A..33A&data_type=BIBTEX&db_key=AST&nocookieset=1>`__). |
| 100 | + |
| 101 | +Please feel free to forward this announcement to anyone you think might |
| 102 | +be interested in this release. |
| 103 | + |
| 104 | +We hope that you enjoy using Astropy as much as we enjoyed developing |
| 105 | +it! |
| 106 | + |
| 107 | +| Erik Tollerud, Tom Robitaille, Kelle Cruz, and Tom Aldcroft |
| 108 | +| on behalf of The Astropy Collaboration |
0 commit comments