Skip to content

Commit

Permalink
Merge pull request #525 from ExoCTK/v1.2.3
Browse files Browse the repository at this point in the history
V1.2.3 [develop]
  • Loading branch information
bourque authored Feb 2, 2022
2 parents a02c298 + 2d685e0 commit a82d494
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ This file tracks all major changes in each `exoctk` release.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.3] - 2022-02-01

### Fixed

- Date format in hover tool of contam visibility plots
- Logging issue with production server.

### Changed

- Removed support for "uniform" (constant) limb-darkening law.
- Removed lmfit from requirements.

## [1.2.2] - 2021-07-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion exoctk/exoctk_app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<div style="float:right; width:120px;text-align:center;">
<p>
Running<br>
<a href='https://github.com/ExoCTK/exoctk/releases/tag/v1.2.2'>exoctk v1.2.2</a>{{version|safe}}
<a href='https://github.com/ExoCTK/exoctk/releases/tag/v1.2.3'>exoctk v1.2.3</a>{{version|safe}}
</p>
<p style='font-size:0.8em'>
<a href='admin' style='color:#aaaaaa;'>Admin Area</a>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

setup(
name='exoctk',
version='1.2.2',
version='1.2.3',
description='Observation reduction and planning tools for exoplanet science',
packages=find_packages(
".",
Expand Down

0 comments on commit a82d494

Please sign in to comment.