Skip to content

Commit bfc051c

Browse files
authored
release prep: bump sunpy + codecovrc (#340)
1 parent 1c1eeaf commit bfc051c

5 files changed

Lines changed: 15 additions & 13 deletions

File tree

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[run]
2+
omit = *test_idl*
3+
branch = True

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.9.0 (2024-07-22)
2+
==================
3+
4+
Breaking Changes
5+
----------------
6+
7+
- All inputs and outputs that previously used "counts" or "ct" now use "DN". (`#338 <https://github.com/LM-SAL/aiapy/pull/338>`__)
8+
- Minimum version of ``sunpy`` supported is now ``sunpy`` 6.0.0
9+
110
0.8.0 (2024-05-11)
211
==================
312

changelog/338.breaking.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ classifiers = [
4141
"Topic :: Scientific/Engineering :: Astronomy",
4242
]
4343
dependencies = [
44-
'sunpy[net,image,map]>=5.0',
44+
'sunpy[net,image,map]>=6.0',
4545
]
4646

4747
[project.urls]
@@ -74,8 +74,6 @@ docs = [
7474
"sphinx-hoverxref",
7575
"sphinxext-opengraph",
7676
"sunpy-sphinx-theme",
77-
# Remove next line when fixed in towncrier; see https://github.com/twisted/towncrier/issues/528
78-
"importlib-resources<6",
7977
]
8078
dev = ["aiapy[tests,docs]"]
8179

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

91-
[tool.coverage.run]
92-
branch = true
93-
omit = [
94-
"*test_idl.py",
95-
]
96-
9789
[tool.codespell]
9890
ignore-words-list = "emiss"
9991

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
minversion = 4.0
33
envlist =
4-
py{310,311,312}{,-online,-devdeps,-rc}
4+
py{310,311,312}{,-online,-devdeps}
55
build_docs
66
codestyle
77

@@ -22,8 +22,7 @@ description =
2222
run tests
2323
deps =
2424
devdeps: git+https://github.com/astropy/astropy.git
25-
devdeps: git+https://github.com/sunpy/sunpy.git
26-
rc: sunpy>=0.0.dev0
25+
devdeps: sunpy>=0.0.dev0
2726
extras =
2827
all
2928
tests

0 commit comments

Comments
 (0)