Skip to content

Releases: LSSTDESC/BlendingToolKit

Beta version 1 released

13 Aug 18:09
Compare
Choose a tag to compare
Pre-release

This new beta release comes with a lot of new changes to the API that were mostly implemented in #412. This was done in conjunction with @atorchylo and helpful comments from @aguinot. The pipeline infrastructure changed to be more transparent and more modular. Summary of changes included below:

  • Major improvements to user interface and codebase readability.
  • New classes to organize and standardize blend information and output of deblenders. (BlendBatch + DeblendBatch)
  • Increased modularity: it’s now easier to single out and use a particular functionality within BTK.
  • New matching module to customize matching between truth and predicted catalog.
  • New measure module that allows users to easily access relevant quantities of interest for blending studies: ellipticities, aperture photometry, SNR, blendedness.
  • Improved metrics module with a variety of individually implemented metrics ⇒ easier to access and for new developers to add new metrics.
  • New deblend module that incorporates deblenders into the BTK framework so far we have: Scarlet/PeakFinding/SEP

What's Changed

Full Changelog: 1.0.0a9...1.0.0b1

1.0.0a9 Pre-release

03 Mar 02:39
Compare
Choose a tag to compare
1.0.0a9 Pre-release Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0a8...1.0.0a9

1.0.0a8

15 Oct 20:54
Compare
Choose a tag to compare
1.0.0a8 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0a7...1.0.0a8

1.0.0a7

02 Sep 02:22
Compare
Choose a tag to compare
1.0.0a7 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0a6...1.0.0a7

v1.0.0a6 release

02 Sep 01:42
Compare
Choose a tag to compare
v1.0.0a6 release Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0a5...1.0.0a6

1.0.0a5

01 Sep 20:09
Compare
Choose a tag to compare
1.0.0a5 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0a4...1.0.0a5

v1.0.0a4 release

01 Sep 17:55
Compare
Choose a tag to compare
v1.0.0a4 release Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0a3...1.0.0a4

v1.0.0a3 release

01 Sep 15:43
695e690
Compare
Choose a tag to compare
v1.0.0a3 release Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.0.0a2...1.0.0a3

v1 second pre-release

01 Jul 22:09
73d37b5
Compare
Choose a tag to compare
v1 second pre-release Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0a1...1.0.0a2

v1.0.0 pre-release !

09 May 22:43
8624d08
Compare
Choose a tag to compare
v1.0.0 pre-release ! Pre-release
Pre-release

We are getting ready to make the v1.0.0 release of BTK and this pre-release is the final step before this. Most of the functionality is there and BTK is ready to be fully used. We will be fixing any remaining bugs and rough edges in the coming weeks. This release includes a lot of breaking changes with respect to the previous release fo BTK so please update !

Most notable changes include a full redo of documentation, tutorials; addition of COSMOS Real galaxies generated galaxies via Galsim, using galcheat to manage survey information, and many additions to the metrics package. As a reminder, BTK is pip installable via

 pip install blending-toolkit==1.0.0a1

What's Changed

Read more