Releases: soar-telescope/goodman_pipeline
Releases · soar-telescope/goodman_pipeline
v1.3.11
What's Changed
- Add background extraction controls by @simontorres in #418
Full Changelog: v1.3.10...v1.3.11
v1.3.10
What's Changed
- Packaging updates by @simontorres in #411
- Add parameters for line detection by @simontorres in #414
Full Changelog: v1.3.9...v1.3.10
v1.3.9 Release
What's Changed
- Add comparison lamps 2100@3900A and 2100_650nm by @Allonck in #403
- Update pypi release by @simontorres in #409
- Change action version and trigger action by @simontorres in #410
Full Changelog: v1.3.8...v1.3.9
v1.3.8
What's Changed
- Small fixes 2023 by @simontorres in #373
- Remove 'o' prefix by @Allonck in #381
- Change in plotting with Qt5Agg backend by @Allonck in #382
- removed old sql script from a telemetry experiment, updated .gitignore by @simontorres in #386
- Fix Wavemode Detection by @simontorres in #387
- Update dcr by @Allonck in #389
- Add help messages by @Allonck in #385
- Add test for relative path in flats and fix reduced path basename by @Allonck in #392
- add change history for version 1.3.8 by @simontorres in #393
- Fix teardown in test by @Allonck in #394
- Update docs and change variable name by @Allonck in #395
- Update change_history.rst by @Allonck in #397
- Add the lamps 1200_CaNIR and 2100_6507A by @Allonck in #401
Full Changelog: v1.3.7...v1.3.8
Release V1.3.7
What's Changed
- Fixed big size of files by @simontorres in #368
- pipe through --ignore-bias to create_master_flats by @griffin-h in #365
- updated theme and configuration by @simontorres in #370
- Added timeout to github request and handled ConnectionError exception by @simontorres in #371
New Contributors
- @griffin-h made their first contribution in #365
Full Changelog: v1.3.6...v1.3.7
Release V1.3.6
- Updated HgArNe reference lamps for 400M1 and 600MID GG395
- Fixed deprecation warning for numpy.float conversion
Release V1.3.5
- Created
--target-min-width
and--target-max-width
flags to allow extraction of extended sources. - Replaced coveralls with codecov for code coverage.
- Documentation improvements and updates.
- Fixed issue with extracted spectrum that where masked in 2D.
- Code style improvements.
Release V1.3.4
- Updated default search pattern for
redspec
- Fixed branch name in Github Actions
Release V1.3.3
- Fixed bug that caused overscan and bias correction happen in the same image resulting in double bias level subtraction.
Release V1.3.2
- Fixed Github Actions setup
- Removed pandas version constraint and implemented workaround to be able to
use latest pandas version. - Modified installation of dcr on travis and Github Actions