Skip to content

Commit

Permalink
add v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jradavenport committed Nov 18, 2023
1 parent f22434d commit 126ba7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ The predecessor was [PyDIS](https://github.com/StellarCartography/pydis), a semi
My [original blog post](https://jradavenport.github.io/2015/04/01/spectra.html) on the topic from 2015 still largely stands...

## Links
* [PyDIS](https://github.com/StellarCartography/pydis)
* [PyKOSMOS](https://github.com/jradavenport/pykosmos/) on GitHub
* [KOSMOS](https://www.apo.nmsu.edu/arc35m/Instruments/KOSMOS/) instrument page at APO
* [PyDIS](https://github.com/StellarCartography/pydis), the predecessor.
* [dtw_identify](https://github.com/jradavenport/dtw_identify/), automatic wavelength calibration using Dynamic Time Warping, developed in PyKOSMOS
2 changes: 1 addition & 1 deletion pykosmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
from .imtools import *
from .wrappers import *

__version__ = '0.3'
__version__ = '0.3.1'
__author__ = 'James R. A. Davenport and Friends'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pykosmos"
version = "0.3"
version = "0.3.1"
authors = [
{ name="James Davenport", email="jrad@uw.edu" },
]
Expand All @@ -26,7 +26,7 @@ dependencies = [
"specreduce>=1.3.0",
"specutils>=1.12.0",
"ccdproc>=2.4.1",
"dtw>=1.3",
"dtw-python>=1.3",
]

[project.urls]
Expand Down

0 comments on commit 126ba7a

Please sign in to comment.