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

Release/1.0.0b8 #497

Merged
merged 8 commits into from
May 2, 2024
Merged

Release/1.0.0b8 #497

merged 8 commits into from
May 2, 2024

Conversation

ismael-mendoza
Copy link
Collaborator

No description provided.

ismael-mendoza and others added 8 commits April 19, 2024 14:46
* update poetry

* add colorblind cycle

* add authors and remove autoreload stuff

* working on tidying up plots and adding more useful comments

* fix aperture functions, fix docstrings

* update packages

* more ignore

* use sky level instead

* update git ignore with cache

* fix error in tp counts

* docstring

* author list

* wrapping up plots

* more gitignore

* will remove later

* latest poetry from main branch

* add docstring to peak_local_max

* update docstring

* more error catching

* exclude import errors in notebooks

* fix various errors in matching code

There was an issue where matches containg -1 indices could be added to the final catalog or array in the Matching object (not always the non-zero matches in the front!). In the end I realized that keeping the -1 is not really useful, so I removed it altogether and array of indices matched don't contain any -1 anymore, just the true matches (accounting for distance)

* we fix this given the new convention

* new images after fixing matching

* recall figure with new matching procedure

* make blendedness robust to empty arrays from max_n_sources

* all figures redone and pushed

* remove cache as figures are finalized

* add authors

* typo

* correct notebook and figure with correct blendedness definition

* delete notebooks that will not make it for the release
* BUG in blednedness calculation after we subtracted the 1.0

* split up and add some more tests
* note on LinAlg error for Scarlet

* issue

* typo
* BUG the psf_func argument was not being used as expected, it was being called once when the Survey object was created, rather than at each batch inside the DrawBlendsGenerator

* type annotation eror

* spacing

* draft generation tutorial notebook

* draft /outline notebooks

* SepMultiband -> SepMultiBand typo fixed

* how to use cosmos galaxies added

* remove whitespace

* docstring fixed

* outline

* will add later (custom sampling)

* deblending notebook skeleton

* nbstripout

* actually finished this tutorial

* BUG was using exactly the same array for iou by mistake

* REF delete trailing whitespace

* BUG matched arrays are actually 0 by default, so it's safer to check if they are non-zero for segmentation

* still working on metrics notebook

* advanced deblending notebook added

* fix a few typos

* typos

* missing example

* image changed

* wrap up first version of metrics tutotrial

---------

Co-authored-by: Andrii Torchylo <[email protected]>
* small fix

* fix other notebook
@ismael-mendoza ismael-mendoza merged commit 6d9ab29 into main May 2, 2024
4 checks passed
@ismael-mendoza ismael-mendoza deleted the release/1.0.0b8 branch May 2, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant