Releases: vortex-exoplanet/VIP
Releases · vortex-exoplanet/VIP
VIP v1.3.1
What's Changed
- New iterative spectral deconvolution bad pixel correction by @VChristiaens in #548
- Radon-transform based centering improved + author addition on paper by @VChristiaens in #546
- Addition of references to all papers used in VIP in the documentation of each relevant function by @VChristiaens in #548
- New option in frame padding function to not necessarily force image size parity by @VChristiaens in #548
- Tutorial 2: updated with new bad pixel correction algorithm example and Radon-transform algorithm example by @VChristiaens in #546 and #548
- Paper: solved double affiliation issue by @VChristiaens in #545
- Paper: updated with discussion of similar tools in the field + author addition by @VChristiaens in #548
- Tests: update of various parameters used in automated tests for more reliable results by @VChristiaens in #548
- Minor typo fixes by @IainHammond in #547
Full Changelog: v1.3.0...v1.3.1
VIP v1.3.0
What's Changed
- Optimized NEGFC and FMMF tests + compacted code for clip_array routine by @VChristiaens in #538
- PACO Update by @nenasedk in #539
- Increased test coverage + minor bug fixes by @VChristiaens in #540
- addition of new tests to the ScatteredLightDisk module by @jmilou in #541
- Improved completeness curves/maps algorithms, updated tutorial 4, and additional automatic tests by @VChristiaens in #542
Full Changelog: v1.2.4...v1.3.0
VIP v1.2.4
What's Changed
- Added JOSS paper by @VChristiaens in #523
- Added paper pdf by @VChristiaens in #524
- Comments on the new VIP paper by @avigan in #526
- add authorship by @r4lv in #527
- paper pdf update considering co-authors feedback by @VChristiaens in #528
- Update paper.md by @henry-ngo in #530
- added affiliation and edits by @IainHammond in #529
- Updated paper based on co-author feedback by @VChristiaens in #532
- Introduction of completeness_curve and completeness_map functions by @chdahlqvist in #531
- removal of unnecessary commented lines by @jmilou in #535
- Adding modification of the test function by @kanti92 in #534
- PACO Algorithm into VIP by @nenasedk in #536
- Automatic tests + paper update + PEP8 formatting + minor changes to completeness curves/maps by @VChristiaens in #537
New Contributors
Full Changelog: v1.2.3...v1.2.4
VIP v1.2.3
- Fixed missing
hciplotduring installation; - Minimum version required for exoplanet data challenge - phase 2.
VIP v1.2.2
- Added KLIP and LOCI Forward Model Match Filter algorithms (thanks @chdahlqvist);
- Added new bad pixel correction algorithm for IFS data (leveraging the radial expansion of the PSF for better identification of bad pixels);
- All PCA functions can now run PCA-ADI channel per channel for input 4D IFS cube (i.e. without necessarily using SDI);
- New exclude_negative_side_lobe option for pca_grid (as the negative side lobes can bias the inferred SNR, hence the optimal number of principal components).
VIP v1.2.1
frame_shift: improved frame shifting with 'vip-fft' method: sub-px and integer parts of the shift done separatelycube_inject_companions: better treatment of radial transmission when provided + new optional argumentradial_gradient- Tutorial 5 update
EDIT: pip installation cannot interpret requested version of hciplot. The latter must be installed manually. This will be fixed in the next release.
VIP v1.2.0
VIP v1.1.3
- skimage-based rotation fixed (bug for versions >~0.19 solved by limiting version to <=0.18.3)
- lighter tutorials => lighter package => ~6x faster import of VIP
- opencv dependency added to avoid bug in automatic tests
- flake8 integration
- automatic coverage and documentation updates upon accepted pull requests
VIP v1.1.2
- Modified
protect_psfintoprotect_maskkeyword, for consistency throughout all bad pixel correction routines - Minor bug fixes for bad pixel correction in concentric annuli
- Updated tutorial bad pixel correction example
- Updated requirements for hciplot to solve new backward incompatible update of
jinja2(used inpanel, in turn required inhciplot) - Moved opencv to developer mode requirements
- Typo fixes in tutorials
VIP v1.1.1
- Major documentation update, including tutorials;
- README update;
- Bug fix in bad pixel correction routine (case frame_by_frame=False);
- Convention update regarding new sizes when rescaling images with frame_px_resampling (for bijectivity);
- Fixed Radon-transform based centering algorithm.