Skip to content

Commit

Permalink
Update version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radicamc committed Aug 24, 2023
1 parent e92a18d commit 63d0d38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ If you wish to use simulations instead of purely empirical wings to construct th
the ```webbpsf``` package; the installation instructions for which can be found [here](https://webbpsf.readthedocs.io/en/latest/installation.html#installing-or-updating-synphot).


If you make use of this code, please cite the [APPLESOSS paper](https://ui.adsabs.harvard.edu/abs/2022arXiv220705136R/abstract), and [Fournier-Tondreau et al. 2023]().
If you make use of this code, please cite the [APPLESOSS paper](https://ui.adsabs.harvard.edu/abs/2022arXiv220705136R/abstract).
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

### [2.0.1] -- 2023-07-24
#### Added
- Misc. bug fixes.

### [2.0.0] -- 2023-02-08
#### Added
- Option to construct profiles completely empirically, reusing wings from the uncontaminated region of order 1.
-

### [1.1.0] -- 2023-02-07
#### Added
- When simulating PSFs using WebbPSF, add option to specify the observation date and use the measured telescope OTE from that date.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

setup(name='applesoss',
version='2.0.0',
version='2.0.1',
license='MIT',
author='Michael Radica',
author_email='michael.radica@umontreal.ca',
Expand Down

0 comments on commit 63d0d38

Please sign in to comment.