Skip to content

Commit

Permalink
Merge branch 'main' into deps/separate_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Sep 11, 2023
2 parents f343cff + 191a25d commit 560f554
Show file tree
Hide file tree
Showing 7 changed files with 720 additions and 300 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
args: ["--py38-plus"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.286'
rev: 'v0.0.287'
hooks:
- id: ruff
args: ["--fix"]
Expand Down
1 change: 0 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ conda:

# Optionally set the version of Python and requirements required to build your docs
python:
system_packages: false
install:
- method: pip
path: .
Expand Down
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ general

- Fix bug with ``ModelContainer.get_crds_parameters`` being a property not a method [#846]

ramp_fitting
------------

- Inititial implementation of the Uneven Ramp fitting [#779]

- Fix opening mode for references to be read-only [#854]


0.12.0 (2023-08-18)
===================

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ dependencies = [
'roman_datamodels >= 0.17.1',
# 'roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git@main',
'scipy >=1.11',
'stcal >=1.4.0',
# 'stcal >=1.4.0',
'stcal @ git+https://github.com/spacetelescope/stcal.git@main',
'stpipe >=0.5.0',
'tweakwcs >=0.8.0',
'spherical-geometry >= 1.2.22',
Expand Down
Loading

0 comments on commit 560f554

Please sign in to comment.