We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b8435 commit b745333Copy full SHA for b745333
CHANGES.rst
@@ -1,4 +1,9 @@
1
-0.20.0 (unreleased)
+0.20.1 (unreleased)
2
+===================
3
+
4
+-
5
6
+0.20.0 (2024-05-15)
7
===================
8
9
- Separated TVAC and FPS into their own makers to freeze from from main development. [#347]
pyproject.toml
@@ -18,8 +18,8 @@ dependencies = [
18
"gwcs >=0.18.1",
19
"numpy >=1.22",
20
"astropy >=5.3.0",
21
- "rad @ git+https://github.com/spacetelescope/rad.git",
22
- # "rad >= 0.19.4",
+ "rad >= 0.20.0",
+ # "rad @ git+https://github.com/spacetelescope/rad.git",
23
"asdf-standard >=1.0.3",
24
]
25
dynamic = [
0 commit comments