Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to pre-release 1.3.0 #1663

Merged
merged 42 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
f6e22ba
updating bad pix monitor to use django models
mfixstsci Feb 22, 2024
dbea5c7
updated bias monitor to work with new django databases
bsunnquist Feb 28, 2024
6740da6
bias monitor bokeh plots now working with django databases
bsunnquist Feb 28, 2024
a8a8311
removing unnecessary imports
bsunnquist Feb 28, 2024
649eec5
importing models, updating query set and parameters
mfixstsci Mar 5, 2024
c1c855b
Fixing logic, testing results
mfixstsci Mar 11, 2024
e6ddbba
pep8
mfixstsci Mar 11, 2024
d94917e
Removing unused import and adding new queries to bokeh for plots
mfixstsci Mar 11, 2024
fe34e03
Merge remote-tracking branch 'upstream/develop' into bad-pix-mon-use-…
mfixstsci Apr 24, 2024
e3955f0
pep8 formatting
mfixstsci Apr 25, 2024
0ad4d6c
Added logging configuration to config file, and use it when opening l…
york-stsci Aug 22, 2024
1314ec2
PEP8
york-stsci Aug 22, 2024
a53df8c
Merge branch 'develop' into logging_fix
mfixstsci Aug 28, 2024
b4e6aba
Merge pull request #1635 from york-stsci/logging_fix
mfixstsci Aug 28, 2024
05b462d
Add radius keyword to bokeh.figure.circle calls
bhilbert4 Aug 29, 2024
73b08bc
Fix bad parens in arrayfields of charfields
bhilbert4 Aug 30, 2024
4d508fe
Add new migration file
bhilbert4 Aug 30, 2024
58b37d4
pep8
bhilbert4 Aug 30, 2024
06724b6
Merge pull request #1644 from bhilbert4/fix-dark-model-parens
mfixstsci Aug 30, 2024
12991ab
Merge branch 'develop' into fix-all-bokeh-circle-figs
bhilbert4 Sep 19, 2024
08d88ad
Merge pull request #1643 from bhilbert4/fix-all-bokeh-circle-figs
bhilbert4 Sep 19, 2024
efc0d54
Remove bokeh templating
bhilbert4 Oct 7, 2024
6f7eb33
Merge branch 'develop' into remove-boeh-templating
bhilbert4 Oct 7, 2024
640ceeb
Merge pull request #1647 from bhilbert4/remove-boeh-templating
mfixstsci Oct 7, 2024
a69a0cf
Exclude source-specific WFSS files from observation page
bhilbert4 Oct 16, 2024
ff83362
remove commented lines
bhilbert4 Oct 17, 2024
2d655d8
Merge pull request #1651 from bhilbert4/filter-wfss-source-specific-f…
mfixstsci Oct 22, 2024
43099bc
Merge branch 'develop' into bad-pix-mon-use-django-db
mfixstsci Oct 25, 2024
3b15980
Updating model to use array field
mfixstsci Oct 28, 2024
e979ddf
Changed wrong fields, should be correct now
mfixstsci Oct 28, 2024
38bb094
Updating typo, imports and timezone information
mfixstsci Oct 28, 2024
bc1ff71
Removing multi-core processing until it stops being buggy
york-stsci Nov 6, 2024
36a90f6
Updated bad pixel monitor to import the django version of the get_uni…
york-stsci Nov 6, 2024
dafea36
Adding migration and updates to source file columns
mfixstsci Nov 12, 2024
0aff032
Merge pull request #1497 from mfixstsci/bad-pix-mon-use-django-db
mfixstsci Nov 12, 2024
f0f5d91
Merge branch 'develop' into bias-monitor-django-db
mfixstsci Nov 19, 2024
3435309
remove duplicate datetime import
bsunnquist Nov 21, 2024
a2fec04
Merge pull request #1503 from bsunnquist/bias-monitor-django-db
mfixstsci Nov 25, 2024
d133cf8
Switch URL for prog info scraping to use the OPO site
bhilbert4 Dec 18, 2024
760dc40
Merge pull request #1662 from bhilbert4/fix-inst-prop-website-url-change
bhilbert4 Dec 18, 2024
0e3c5ed
Changes for 1.3.0
mfixstsci Dec 19, 2024
7358290
Merge pull request #1664 from mfixstsci/changelog-1.3.0
mfixstsci Dec 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
## What's Changed

1.3.0 (2024-12-19)
==================

Web Application
~~~~~~~~~~~~~~~
* Exclude source-specific WFSS files from observation page by @bhilbert4 in https://github.com/spacetelescope/jwql/pull/1651
* Switch URL for prog info scraping to use the OPO site by @bhilbert4 in https://github.com/spacetelescope/jwql/pull/1662

Project & API Documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Added logging configuration to config file, and use it when opening logging by @york-stsci in https://github.com/spacetelescope/jwql/pull/1635
* Fix bad parens in dark monitor model definitions by @bhilbert4 in https://github.com/spacetelescope/jwql/pull/1644
* Add radius keyword to bokeh.figure.circle calls by @bhilbert4 in https://github.com/spacetelescope/jwql/pull/1643
* Remove bokeh templating code by @bhilbert4 in https://github.com/spacetelescope/jwql/pull/1647
* Update Bad Pixel Monitor to use Django DB Models by @mfixstsci in https://github.com/spacetelescope/jwql/pull/1497
* Update Bias Monitor to use Django DB Models by @bsunnquist in https://github.com/spacetelescope/jwql/pull/1503


1.2.11 (2024-08-26)
===================

Expand Down
1 change: 0 additions & 1 deletion jwql/bokeh_templating/__init__.py

This file was deleted.

26 changes: 0 additions & 26 deletions jwql/bokeh_templating/example/example_interface.yaml

This file was deleted.

65 changes: 0 additions & 65 deletions jwql/bokeh_templating/example/main.py

This file was deleted.

270 changes: 0 additions & 270 deletions jwql/bokeh_templating/factory.py

This file was deleted.

Loading
Loading