-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from AstarVienna/dev_master
Release v0.5.1
- Loading branch information
Showing
16 changed files
with
206 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
changelog: | ||
exclude: | ||
labels: | ||
- "no release notes" | ||
categories: | ||
- title: API Changes | ||
labels: | ||
- API | ||
- title: New Features or Improvements | ||
labels: | ||
- enhancement | ||
- title: Dependency Changes | ||
labels: | ||
- dependencies | ||
- title: Documentation Improvements | ||
labels: | ||
- documentation | ||
- title: Other Changes | ||
labels: | ||
- "*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[project] | ||
name = "ScopeSim_Templates" | ||
# When updating the version, also add a date and release notes to version.py | ||
version = "0.5.0" | ||
version = "0.5.1" | ||
description = "On-sky source templates for ScopeSim" | ||
readme = "README.rst" | ||
requires-python = ">=3.8" | ||
requires-python = ">=3.9" | ||
license = {text = "License :: OSI Approved :: GNU General Public License v3 (GPLv3)"} | ||
authors = [ | ||
{name = "A* Vienna", email="[email protected]"}, | ||
|
@@ -21,21 +21,22 @@ classifiers=[ | |
"Topic :: Scientific/Engineering :: Astronomy", | ||
] | ||
dependencies = [ | ||
"numpy>=1.19.5", | ||
"scipy>=1.10.0", | ||
"astropy>=5.0", | ||
"matplotlib>=3.2.0", | ||
"numpy>=1.26.3", | ||
"scipy>=1.11.4", | ||
"astropy>=5.3.3", | ||
"matplotlib>=3.7.2", | ||
|
||
"docutils>=0.15", | ||
"beautifulsoup4>=4.4", | ||
"lxml>=4.5.0", | ||
"pyyaml>=5.3", | ||
"docutils>=0.19", | ||
"beautifulsoup4>=4.12.1", | ||
"lxml>=4.9.3", | ||
"pyyaml>=6.0.1", | ||
|
||
"synphot>=1.1.0", | ||
"synphot>=1.2.1", | ||
|
||
"scopesim>=0.7.0", | ||
"pyckles>=0.2", | ||
"spextra>=0.33", | ||
"astar-utils>=0.2.1", | ||
] | ||
|
||
[project.optional-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.