diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5d74a00..3e1bcaf77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project, at least loosely, adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.9.4] 2023-05-01 +## [0.9.5] 2023-05-01 ### Changed - Changed minimum supported version of `scipy` to 1.4.1 - Moved `DMconst` from `pint.models.dispersion_model` to `pint` to avoid circular imports @@ -42,6 +42,7 @@ and this project, at least loosely, adheres to [Semantic Versioning](https://sem - Functions to get TOAs objects from satellite data (Fermi and otherwise) - Methods to convert a TOAs object into a list of TOA objects ### Fixed +- Syntax error in README.rst - Broken notebooks CI test - BIPM correction for simulated TOAs - Added try/except to `test_pldmnoise.py`/`test_PLRedNoise_recovery` to avoid exceptions during CI diff --git a/README.rst b/README.rst index d6f007ed0..e786b361f 100644 --- a/README.rst +++ b/README.rst @@ -96,9 +96,7 @@ it, ensuring that all dependencies needed to run PINT are available:: $ cd PINT $ pip install . -Complete installation instructions are available here_. - -.. _here: https://nanograv-pint.readthedocs.io/en/latest/installation.html +Complete installation instructions are available on `readthedocs `_. Using @@ -127,5 +125,5 @@ And for more details, please read and cite(!) the PINT paper_. .. _paper: https://ui.adsabs.harvard.edu/abs/2021ApJ...911...45L/abstract -Articles that cite the PINT paper can be found `here `_. -A list of software packages that use PINT can be found `here `_. \ No newline at end of file +Articles that cite the PINT paper can be found in an ADS `Library `_. +A list of software packages that use PINT can be found `here `_.