Skip to content

Commit

Permalink
Release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 16, 2024
1 parent 8839852 commit d26c57d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,31 @@
Change Log
==========

1.9.1 (2024-01-15)
------------------

* No changes since 1.9.1b1. Tagging as full release.


1.9.1b1 (2024-01-10)
--------------------

* Change to use the ``sdss-sep`` package and wheels.


1.9.0 (2023-09-29)
-------------------

* Change nudge x offset back to zero. fps_calibrations now has new nudge models in place built from trimmed FVC images.
* Modify nudge model clipping behavior, currently all corrections with abs(corr)>.75 pixels will be applied with corrections clipped at +/- 0.75


1.8.1 (2023-07-28)
------------------

* Add ZB normalization factor option for FVC fitting. Defaults to 330 mm in FVC transform classes.


1.8.0 (2023-07-24)
------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sdss-coordio
version = 1.9.1b2
version = 1.9.1
author = Conor Sayres
author_email = [email protected]
description = Coordinate conversion for SDSS-V
Expand Down Expand Up @@ -44,7 +44,7 @@ install_requires =
scipy>=1.2.1
pybind11>=2.6.2
scikit-image>=0.17.2
sdss-sep>=1.2.2
sdss-sep>=1.2.3
astropy<5.0.0; python_version<='3.7'
astropy>=5.0.0; python_version>'3.7'
seaborn>=0.12.1
Expand Down

0 comments on commit d26c57d

Please sign in to comment.