Skip to content

Commit

Permalink
Prepare for 0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobuddel committed Oct 13, 2023
1 parent edc80c3 commit 0579e31
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ on the ESO SkyCalc server. For references to SkyCalc see `ESO SkyCalc`_,
GettingStarted
Reference API <reference/skycalc_ipy>

.. note:: v0.1.5: Hotfix to replace ESO ETC server URL.

Skycalc now uses https://etimecalret-002.eso.org as server, #25.

.. note:: v0.1.4: Drop support for Python 3.7.

Skycalc now uses `pyproject.toml`, and only supports Python 3.8+.

.. note:: v0.1.3: Updated default values for `wmax`, `wgrid_mode`, `wres`

SkyCalc-ipy now uses a logarithmic wavelength binning with R=1000 over the
Expand All @@ -43,10 +51,6 @@ on the ESO SkyCalc server. For references to SkyCalc see `ESO SkyCalc`_,
- `wgrid_mode`: --> `fixed_spectral_resolution`
- `wres`: --> `1000 wave/dwave`

.. note:: v0.1.4: Drop support for Python 3.7.

Skycalc now uses `pyproject.toml`, and only supports Python 3.8+.

.. note:: v0.1.3: No longer saves a temporary FITS file to disk.

SkyCalc now uses astropy to download the fits file from the SkyCalc server.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "skycalc_ipy"
version = "0.1.5-alpha"
version = "0.1.5"
# When updating the version, also
# - update the date in anisocado/version.py
# - update the release notese in docs/source/index.rst
Expand Down
2 changes: 1 addition & 1 deletion skycalc_ipy/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from importlib import metadata

version = metadata.version(__package__)
date = '2023-07-10 10:00:00 GMT'
date = '2023-10-13 10:00:00 GMT'

0 comments on commit 0579e31

Please sign in to comment.