Skip to content

Commit

Permalink
Updated version stuff for v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scottransom committed Feb 13, 2025
1 parent 6c482ad commit 5ba15f2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Version 5.0.3:
* Updated ATNF Pulsar Catalog to v2.51
* Added an experimental version of `fit_circular_orbit` using sliders in `examplescripts`
* Added the ability to use `pygaussfit.py` without middle or right mouse buttons
* Fixed a couple memory issues in `rednoise`, thanks to @bwmeyers
* Explicitly set the random number seeds (for reproducibility) in `makedata`
* Several other very minor tweaks and bug fixes

## Version 5.0.2:
* Updated the C wrappers for PGPLOT for the Numpy 2.0 C API
* Python v3.9 or newer is now required.
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@

PRESTO is a large suite of pulsar search and analysis software developed primarily by Scott Ransom mostly from scratch, and released under the GPL (v2). It was primarily designed to efficiently search for binary millisecond pulsars from long observations of globular clusters (although it has since been used in several surveys with short integrations and to process a lot of X-ray data as well). It is written primarily in ANSI C, with many of the recent routines in Python. According to Steve Eikenberry, PRESTO stands for: PulsaR Exploration and Search TOolkit!

**PRESTO has discovered well over 1000 pulsars, including ~400 recycled and/or binary pulsars!**
**PRESTO has discovered well over 1500 pulsars, including ~500 recycled and/or binary pulsars!**

## Version 5.0.3:
* Updated ATNF Pulsar Catalog to v2.51
* Added an experimental version of `fit_circular_orbit` using sliders in `examplescripts`
* Added the ability to use `pygaussfit.py` without middle or right mouse buttons
* Fixed a couple memory issues in `rednoise`, thanks to @bwmeyers
* Explicitly set the random number seeds (for reproducibility) in `makedata`
* Several other very minor tweaks and bug fixes

## Version 5.0.2:
* Updated the C wrappers for PGPLOT for the Numpy 2.0 C API (with thanks to Tom Marsh)
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('PRESTO', 'c',
version: '5.0.2.dev32',
version: '5.0.3',
license: 'GPL-2.0',
default_options: [
'buildtype=release',
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ['meson-python', 'numpy']

[project]
name = 'presto'
version = '5.0.2.dev32'
version = '5.0.3'
description = 'PulsaR Exploration and Search TOolkit'
requires-python = '>=3.9'
dependencies = ['numpy', 'scipy', 'astropy', 'matplotlib']
Expand Down

0 comments on commit 5ba15f2

Please sign in to comment.