Skip to content

Commit

Permalink
release prep: bump sunpy + codecovrc (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Jul 23, 2024
1 parent 1c1eeaf commit bfc051c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[run]
omit = *test_idl*
branch = True
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.9.0 (2024-07-22)
==================

Breaking Changes
----------------

- All inputs and outputs that previously used "counts" or "ct" now use "DN". (`#338 <https://github.com/LM-SAL/aiapy/pull/338>`__)
- Minimum version of ``sunpy`` supported is now ``sunpy`` 6.0.0

0.8.0 (2024-05-11)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog/338.breaking.rst

This file was deleted.

10 changes: 1 addition & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Astronomy",
]
dependencies = [
'sunpy[net,image,map]>=5.0',
'sunpy[net,image,map]>=6.0',
]

[project.urls]
Expand Down Expand Up @@ -74,8 +74,6 @@ docs = [
"sphinx-hoverxref",
"sphinxext-opengraph",
"sunpy-sphinx-theme",
# Remove next line when fixed in towncrier; see https://github.com/twisted/towncrier/issues/528
"importlib-resources<6",
]
dev = ["aiapy[tests,docs]"]

Expand All @@ -88,12 +86,6 @@ write_to = "aiapy/_version.py"
[tool.setuptools.exclude-package-data]
aiapy = ["aiapy._dev"]

[tool.coverage.run]
branch = true
omit = [
"*test_idl.py",
]

[tool.codespell]
ignore-words-list = "emiss"

Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
minversion = 4.0
envlist =
py{310,311,312}{,-online,-devdeps,-rc}
py{310,311,312}{,-online,-devdeps}
build_docs
codestyle

Expand All @@ -22,8 +22,7 @@ description =
run tests
deps =
devdeps: git+https://github.com/astropy/astropy.git
devdeps: git+https://github.com/sunpy/sunpy.git
rc: sunpy>=0.0.dev0
devdeps: sunpy>=0.0.dev0
extras =
all
tests
Expand Down

0 comments on commit bfc051c

Please sign in to comment.