Skip to content

Commit

Permalink
update to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
radicamc committed Aug 24, 2023
1 parent 63d0d38 commit 48c6fc9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ or the latest development version can be grabbed from GitHub:
The GitHub version also includes testing data and examples.

If you wish to use simulations instead of purely empirical wings to construct the trace profiles, you will need
the ```webbpsf``` package; the installation instructions for which can be found [here](https://webbpsf.readthedocs.io/en/latest/installation.html#installing-or-updating-synphot).
the ```webbpsf``` package, which can be included via the following option during installation:

pip install applesoss[webbpsf]

Alternatively, its installation instructions 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).
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

### [2.0.2] -- 2023-07-24
#### Added
- Streamline installation process.

### [2.0.1] -- 2023-07-24
#### Added
- Misc. bug fixes.
Expand Down
4 changes: 2 additions & 2 deletions 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.1',
version='2.0.2',
license='MIT',
author='Michael Radica',
author_email='michael.radica@umontreal.ca',
Expand All @@ -15,7 +15,7 @@
package_data={'': ['README.md', 'LICENSE']},
install_requires=['astropy', 'astroquery', 'matplotlib', 'numpy',
'scipy'],
extras_requires={'webbpsf': ['webbpsf>=1.1.1']},
extras_require={'webbpsf': ['applesoss', 'webbpsf>=1.1.1']},
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 48c6fc9

Please sign in to comment.