Skip to content

Releases: vortex-exoplanet/VIP

VIP v1.6.2

12 Sep 14:19
e60b1c8
Compare
Choose a tag to compare

What's Changed

  • more robust mu sigma calculation, new seeing function, memory improvements, typo fixes by @IainHammond in #644
  • Additional features for PCA, IPCA and median-sub functions by @VChristiaens in #645:
    • median-RDI now possible, both in full-frame and annular mode in median_sub;
    • list of npc matching the number of annuli in pca_annular (for either ADI, RDI or ASDI) now accepted and documented;
    • improved convergence behaviour in incremental IPCA.
  • minor bug fix for contrast curve function (which could occur when max pixel radius was not an integer) by @VChristiaens in #645
  • improved behaviour for various utilities including mask_circle, cube_detect_badfr_pxstats and fixed warning messages in contrast_curve function by @VChristiaens in #645

Full Changelog: v1.6.1...v1.6.2

VIP v1.6.1

01 Aug 10:46
4c16ea8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

VIP v1.6.0

28 Mar 14:31
ccf6c9c
Compare
Choose a tag to compare

What's Changed

  • Inclusion of IROLL, IPCA, NEGFD routines and new features to NEGFC routines by @VChristiaens in #628
  • Replacement of sci_cube_skysub with DIKL by @Sand-jrd in #629
  • Adapted cube_collapse function to also accept an input 4D cube by @VChristiaens in #630
  • Updated tests and reverted to original contrast curve definition by @VChristiaens in #631
  • Updated readme & fixed links in tutorials shown in docs by @VChristiaens in #632

Full Changelog: v1.5.3...v1.6.0

VIP v1.5.3

02 Jan 18:07
8c3268e
Compare
Choose a tag to compare

What's Changed

  • Fix for GPU-based SVD calculation options by @VChristiaens in #619
  • cube_recenter_satspots with filter_freq by @ElenaKoko in #621
  • fixed VIP installation problems related to scikit-image, general improvements for recenter functions and docstrings , PEP8 imports by @IainHammond in #622
  • Correction to how the reference dataset is built in do_pca_patch by @Julat300 in #625
  • Made the contrast_curve function more robust to classes with inherited attributes by @Julat300 in #626

New Contributors

  • @ElenaKoko made their first contribution in #621
  • @Julat300 made their first contribution in #625

Full Changelog: v1.5.2...v1.5.3

VIP v1.5.2

07 Sep 07:32
7bcc0c0
Compare
Choose a tag to compare

What's Changed

  • Bug fix for new behaviour of photutils.detect_sources (photutils version>0.7) in roc.compute_binary_map by @VChristiaens in #616
  • Improvements to pca and pca_annular functions, including possibility to calculate results for an input ncomp list by @VChristiaens in #617

Full Changelog: v1.5.1...v1.5.2

Note: version required to use the latest features in Applefy.

VIP v1.5.1

11 Aug 09:12
61cfa53
Compare
Choose a tag to compare

What's Changed

Important note: the header parameter of the open_fits function was inadvertently changed to get_header in v1.5.0. It is now back to header in v1.5.1 for retrocompatibility.

Full Changelog: v1.5.0...v1.5.1

VIP v1.5.0

02 Aug 09:07
f046ff0
Compare
Choose a tag to compare

What's Changed

  • Improvement pca upgrade by @Eixalde in #601
  • Remove strenum optional dependancy by @Eixalde in #604
  • Positionnal arguments retro compatibility by @Eixalde in #605
  • Updated requirements to solve broken dependencies by @VChristiaens in #606
  • Save results fits by @Eixalde in #607
  • Updated README, CI tests and requirements to drop support to 3.7 but include support to 3.11 by @VChristiaens in #610
  • Re-organization of new OO utilities and solution to Params class incompatibility with contrast curve functions by @VChristiaens in #611

Important: Support for Python 3.7 is no longer provided. Support for Python 3.11 is now covered with CI tests.

Full Changelog: v1.4.2...v1.5.0

VIP v1.4.2

13 May 00:40
10d7540
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

VIP v1.4.1

11 May 18:15
4f4d378
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

VIP v1.4.0

10 Feb 14:44
0ac5797
Compare
Choose a tag to compare

What's Changed

  • Updated attribution to include new JOSS paper by @VChristiaens in #572
  • Incorporating multiprocessing into time consuming functions. by @SrikanthKom in #573
  • New options for bad pixel correction + optimized NEGFC for NMF annular by @VChristiaens in #574
  • Minor bug fix for PACO + added options for correct_ann_outliers function by @VChristiaens in #575

New Contributors

Full Changelog: v1.3.6...v1.4.0