Skip to content

Commit

Permalink
jump to v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ywx649999311 committed Dec 15, 2023
1 parent fb57b0e commit cf44f17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.. :changelog:
0.4.2 (2023-12-12)
0.4.3 (2023-12-15)
+++++++++++++++++++++
- Drop support for Python 3.7
- Bump `numba` requirement to `>=0.57.0`.
- **New Features:** Added seed options to `gpSimRand`, `gpSimFull`, and `addNoise`
- **Bug fixes:** #74, #75

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![tests](https://github.com/ywx649999311/EzTao/workflows/tests/badge.svg)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ywx649999311/EzTao/v0.4.2?filepath=docs/notebooks)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ywx649999311/EzTao/v0.4.3?filepath=docs/notebooks)
[![Documentation Status](https://readthedocs.org/projects/eztao/badge/?version=latest)](https://eztao.readthedocs.io/en/latest/)
<a href="https://ascl.net/2201.001"><img src="https://img.shields.io/badge/ascl-2201.001-blue.svg?colorB=262255" alt="ascl:2201.001" /></a>
# EzTao (易道)
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
- emcee
- pip:
- corner
- eztao==0.4.2
- eztao==0.4.3
- importlib-metadata
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eztao"
version = "0.4.2rc2"
version = "0.4.3"
description = "A toolkit for Active Galactic Nuclei (AGN) time-series analysis."
authors = ["Weixiang Yu <astro.flyfish@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit cf44f17

Please sign in to comment.