Skip to content

Releases: SNflows/flows

Version 1.1.1

20 Dec 13:11
4334d9e
Compare
Choose a tag to compare

Version 1.1.1

Changelog

  • a3b7636 - bump release version
  • dcd1084 - refactor module imports due to bump of module versions
  • 84119d7 - Works on new updated library versions: run_photometry.py --targetid 506 --fileid 2966 --filter all
  • df59532 - scale inner and outer background radii with 4fwhm and 7fwhm from wcs
  • 96a5c1a - WIP: run_catalogs.py incl. casjobs
  • 5a2f4db - replace casjobs.jar with mastcasjobs python module and fix various issue; now works on new updated library versions: run_catalogs.py [--commit]
  • a596245 - larger casjobs requests now possible: submit casjobs and monitor them before fetching results
  • 2282869 - Print info: number of missing catalogs
  • cafa9d1 - fix deprecation warnings, test_catalogs.py now passes
  • 19d302f - Pytest: Marks applied to fixtures have no effect
  • dcc1ae6 - Pytest: Marks applied to fixtures have no effect
  • c75dfe7 - pytest: all tests now pass
  • 757a3ed - WIP: update README
  • 22bb1d6 - WIP: update README
  • 91f7ee6 - WIP: update README
  • 3a1f99d - WIP: update README; .rst -> .md
  • 3bd43f3 - WIP: update README
  • fd06be9 - configurable database server and database name
  • 581aa54 - update python package version dependencies to current year
  • bb4fcf8 - add "lost scripts" from kasoc@zion
  • e2976ea - add updates to "lost script" from kasoc@zion - WIP
  • 9890e03 - /archive/archive -> /archive/raw; /archive/archive_photometry -> /archive/photometry
  • d45af98 - WIP: generate visibility plots
  • 0ae92a7 - small fixes
  • 7f5342b - Allow catalog download and commit for single target
  • abf3c48 - streamline output dir wrt webpage paths; not ideal, todo: consolidate visibility.py, run_visibility.py and flows_create_visibility_plots.py
  • b531eba - add "missing" flag to run_download_ztf.py, retrieving only target/candidate lightcurves if they do not already exist; also skip 'rejected' targets and catch request errors, proceeding to the next target instead of terminating
  • 0e364ec - visibility: streamline date format
  • 37c7330 - fix date format in pytest
  • b651e82 - update file fetching for pytest, see README.md
  • 84012fb - add "lost script", flows_daily_candidate_email.py, from kasoc@zion
  • fcd9554 - add info about module
  • e0e2dfc - bump version
  • e35fd3c - Release v1.1.0: Improve interoperability between pipeline, database and webpage
  • a1193e4 - Merge pull request #155 from SNflows/master
  • 275caea - bump version: patch dangling PRs onto both devel and main branches
  • 4b29f99 - CI: bump python versions 3.9 -> 3.11
  • 951dbf5 - CI: fix LFS
  • 4334d9e - Merge pull request #156 from SNflows/devel: Consolidate master and devel branches v1.0.1 -> v1.1.0 -> v.1.1.1

Version 1.0.1

11 Feb 12:49
0c36119
Compare
Choose a tag to compare

Version 1.0.1

Changelog

  • 172a442 - Merge pull request #119 from SNflows/master
  • 17fe0e8 - Added TNG filter
  • c7e98d2 - Merge pull request #123 from SNflows/add_filter
  • 75f80c5 - Update README.rst
  • 20f70f6 - Update README.rst
  • 0f4a172 - Update README.rst
  • 64b454b - bump version
  • dedfc14 - Merge pull request #125 from SNflows/devel
  • 801a4ae - Clarify release workflow
  • 667e4a2 - Merge branch 'devel' into master
  • 92ebd9d - Merge pull request #127 from SNflows/master
  • 57ae353 - Update requirements.txt
  • 722f62e - Update requirements.txt
  • 6af9c79 - add TNG
  • 22dd560 - numpy >=1.16 to 1.23.5
  • 8384003 - Merge pull request #138 from SNflows/devel
  • a3fe0f4 - bump version
  • b3eb4b5 - remove api a bit
  • 0ea4179 - add site generation from astropy and user input
  • 366263f - add filter guessing from fits header
  • c6ba0dd - ignore VScode typing stub
  • bc9b269 - ignore all VScode typing clutter
  • aa696a4 - ensure tests passing
  • 0b79d64 - remove explicit none peakmax from TNG
  • 2ab39d7 - refactor image.py masking.
  • c86499a - ignore .config files
  • 996a992 - add env lookup for AADC_DB username and pass
  • b8c1fb1 - fix astropy SDSS query, catalog tests
  • a3da47f - test all instruments added to INSTRUMENTS
  • afe9140 - comment out test print clutter
  • 5217d9b - add environment vars for casjobs
  • ba4f4c8 - update tests and undo version bump for GA
  • 4527e97 - add test for new site generation, flows instrument sites.
  • d5fcb37 - Fix astroquery version until changes are in.
  • f3bc6e8 - Add target.from_tid, visibility tests
  • 7f89e4e - adjust coverage report
  • cc4ff86 - Merge pull request #150 from SNflows/seperate_api_2
  • 31d6962 - ensure tests passing
  • 12f29f3 - Remove pip cache for release tests
  • 0c36119 - Merge pull request #151 from SNflows/devel

v0.10.10

25 Sep 23:23
f20ca6b
Compare
Choose a tag to compare

Fix NotCaM issues and release changes from August bug fix sprint

Version 0.10.7

09 Aug 10:29
8684469
Compare
Choose a tag to compare

Version 0.10.7

Pipeline updated to Python 3.10 and major refactoring of the photometry and image loading codes.

Changelog

  • b51e061 - Merge branch 'master' into devel
  • 33b4e01 - Update README after repo move
  • c241358 - Add SN Type to API and get it from TNS for candidates
  • 9d19908 - Bumped version
  • 8ae3b05 - Merge branch 'devel'
  • 563f809 - Merge branch 'master' into devel
  • 3ca9efe - Add OB type checking
  • 3084d3b - add Instrument and Image classes to load_image
  • 84c32d4 - Implement strategy design pattern to load_image.py
  • d8f36ec - change pattern matching implementation
  • c61852a - finish v1 OO rewrite of load_img with tests passing
  • f28fb62 - fix double import
  • cbca2f3 - change tab to space, fix PEP8 auto, prepare for black
  • 412005a - Drop 3.6, change default to 3.8, add 3.10 on github actions
  • 21a3bee - change editorconfig to space
  • cd37bdd - 3.1 -> 3.10
  • f7199a9 - change to pull_request_target
  • 975436b - Merge pull request #46 from SNflows/Fix_remote_tests
  • 197b7e4 - Merge branch 'local_update_tests' into update_tests
  • 3305323 - Merge pull request #48 from SNflows/update_tests
  • 683801e - fix config.ini
  • f55d17f - Temp. remove py 3.9 and 3.10 from test until astropy version bump
  • ed1b5f3 - continue on error to coverage
  • eefab78 - Merge pull request #55 from emirkmo/restrict_tests
  • ccff0ac - Merge branch 'devel' into prepare_for_black
  • 289ecd5 - Merge pull request #56 from emirkmo/prepare_for_black
  • 0022a7f - Refactor Tendrils api, load_config, ztf, tns
  • 6d3e15d - Merge pull request #57 from SNflows/refactor_tendrils_v1
  • 988dae0 - Merge branch 'devel' into HEAD
  • ad6a9cf - add type hint backwards compat
  • b0b6839 - Remove old code
  • dfe9d28 - bump requirements & update tests
  • fbd3fa9 - Merge pull request #59 from SNflows/bump_requirements
  • cce8148 - change tests to spaces
  • a3ac086 - fix dev requirements bug
  • 7d264ec - Update tests, remove repeat code
  • 2ff032e - Merge branch 'devel' into update_load_img
  • b6dc652 - Merge pull request #58 from SNflows/update_load_img
  • 1cadf43 - begin refactor of photometry
  • 53f7919 - add ratir to load_image
  • b8bde28 - tabs
  • e547d13 - Merge pull request #63 from SNflows/add_RATIR
  • a2405bc - Create do_phot and begin separation of concerns.
  • 6385dad - remove old photometry and fix imports.
  • 6141b5b - Bumped version
  • b46432b - Merge branch 'master' into devel
  • 06b6ef3 - fix Swope for alternative headers.
  • 6189dd2 - Merge pull request #64 from SNflows/fix_max_images
  • 4ec2cab - add RATIR and Swope_newheader.
  • cf55dba - Merge branch 'master' into devel
  • dda4084 - Revert "Merge branch 'master' into devel"
  • 54d3732 - bump version to master correctly
  • 19c44b6 - Add todos
  • f053062 - Bug fixes and begin adding imagematch as optional
  • 1d4b4d1 - Add N tries while increasing theshold
  • 31b3224 - Merge branch 'devel' into refactor_photometry
  • 961db6b - remove vtk since unused.
  • 0b1f368 - Merge branch 'devel' into refactor_photometry
  • 92503fa - Merge pull request #67 from emirkmo/refactor_photometry
  • a2d8e5f - Merge branch 'devel' into fix_sep_big
  • 1bc3f80 - Remove f-string optimization for flake8
  • 3409347 - Merge branch 'devel' into fix_sep_big
  • fe91633 - minor update to readme
  • dbb3aef - update tests to ignore G004
  • 2feae1d - make flake8 config compliant with inline comment rules
  • 1897bea - update tests workflow to ignore G004 correctly
  • 9efc961 - Remove pip caching on tests
  • d6ee01c - add G004 to flake8 ignore list.
  • 8d8ff81 - Merge branch 'devel' into fix_sep_big
  • ac0ef76 - Merge pull request #69 from SNflows/fix_sep_big
  • 5aebfeb - fix ratir filters
  • a2b9c44 - add finite check to star checker in g2d fit in reference_cleaning.py
  • a2320c9 - fix insert_...
Read more

Version 0.9.2

10 Feb 10:49
e90b412
Compare
Choose a tag to compare

Version 0.9.2

Changelog

  • 0fdd019 - Merge branch 'master' into devel
  • 09c34b0 - Disable tests of TNS query on GitHub Actions
  • 3d6e499 - Bugfix ALFOSC B-filter
  • c3f14ea - Better logging of ingest errors
  • 3757322 - Bumped version
  • e3e464f - Update notes
  • e90b412 - Merge branch 'devel'

Full Changelog: v0.9.1...v0.9.2

Version 0.7.11

10 Feb 10:50
5736583
Compare
Choose a tag to compare

Version 0.7.11

Changelog

  • a17e97a - Merge branch 'master' into devel
  • 18a8648 - Add TJO instrument
  • 2a3eb6b - Bumped version
  • c709da0 - Merge branch 'devel'
  • ae3e780 - Merge branch 'master' into devel
  • ebfa55e - Attempt to optimize memory usage
  • e0a72e8 - Fix for IRAF modified TJO images
  • 5736583 - Merge branch 'devel'

Full Changelog: v0.7.10...v0.7.11

Version 0.7.10

10 Feb 10:49
c709da0
Compare
Choose a tag to compare

Version 0.7.10

Changelog

Version 0.7.9

29 Jun 10:23
f25abe5
Compare
Choose a tag to compare

Version 0.7.9

Changelog

Version 0.7.8

29 Jun 10:06
5199951
Compare
Choose a tag to compare

Version 0.7.8

Changelog

Version 0.7.7

29 Jun 10:05
c6f8617
Compare
Choose a tag to compare

Version 0.7.7

Changelog

  • 772ae05 - Merge branch 'master' into devel
  • 5e91ac8 - Bugfix for ASTRONIRCAM instrument
  • 5c464d7 - Bumped version
  • c6f8617 - Merge branch 'devel'