Exotic

Latest version: v4.2.3

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 19

4.2.3

- **HOTFIX**
- Modify flux calculations to ignore empty data cutouts and workaround with intelligent defaults
- This impacts broad ranging data sets that are either noisy or drifting toward edge of frame

HOTFIX -- What's Changed
* Issue 1340: Resolve TypeError for noisy or drifting background imaging by ivenzor in https://github.com/rzellem/EXOTIC/pull/1341

New Contributors
* Recognition for contributing to [Exoplanet Watch](https://exoplanets.nasa.gov/exoplanet-watch)

**Full Changelog**: https://github.com/rzellem/EXOTIC/compare/4.2.2...4.2.3

4.2.2

- **HOTFIX**
- Fix to alleviate new installation issues due to module import errors
- Temporary default to `no` for synchronizing with AAVSO comp stars until revised solution in next release

HOTFIX -- What's Changed
* Issue 1331: Fix importlib module import error that resulted in inconsistent std library usage by ivenzor in https://github.com/rzellem/EXOTIC/pull/1332
* Issue 1125: Temporarily disabling automatic AAVSO Comp Star synchronization for Colab users by tamimfatahi in https://github.com/rzellem/EXOTIC/pull/1335

New Contributors
* Recognition for contributing to [Exoplanet Watch](https://exoplanets.nasa.gov/exoplanet-watch)

**Full Changelog**: https://github.com/rzellem/EXOTIC/compare/4.2.1...4.2.2

4.2.1

- **HOTFIX**
- Updated array of user request/response queries at CLI to fix missing value descriptions
- Add missing comparison star default values for reduction inputs
- Fix scales on field of view (FOV) plots and axial range setting
- Set circular reticule to red when aperture photometry is selected
- Add `opt_method`, `aper` and `annulus` labels to legend
- Properly scale bound for host star isolation in plate solutions
- Account for J2000 RA and DEC
- Bound user coordinates for accuracy (limit 5 point spread function[PSF])
- Update conditions for using PSF versus aperture identification
- Stability improvements in querying and analyzing known archive priors
- Dependency updates to support Python 3.12+
- Various enhancements, bug fixes and stability improvements

HOTFIX -- What's Changed
- Issue 1125: Include AAVSO comparison stars as default during initialization file construction for Colab by tamimfatahi in https://github.com/rzellem/EXOTIC/pull/1329
- Issue 1327: Adding in additional planetary parameter prompts for proper motion values by tamimfatahi in https://github.com/rzellem/EXOTIC/pull/1328

What's Changed
- Issues 1099, 1317: Modifying margin from 100" to using PSF for user-entered coordinates and updating coordinates with proper motion by tamimfatahi in https://github.com/rzellem/EXOTIC/pull/1318
- Issue 1303: FOV legend to either display annulus or aperture depending on optimal method chosen by IraLeeBell in https://github.com/rzellem/EXOTIC/pull/1315
- Issue 1310: Fixing plate scale format on FOV Plots by ivenzor in https://github.com/rzellem/EXOTIC/pull/1311
- Issue 1313: Use urllib.parse.quote for URL-encoding the ADQL query (Part 1) by ivenzor in https://github.com/rzellem/EXOTIC/pull/1312
- Issue 1313: Using Regex to Query Planet Name (Part 2) by tamimfatahi in https://github.com/rzellem/EXOTIC/pull/1314
- Issue 1322: General security updates for application dependencies by jpl-jengelke in https://github.com/rzellem/EXOTIC/pull/1323

New Contributors
* Recognition for contributing to [Exoplanet Watch](https://exoplanets.nasa.gov/exoplanet-watch)

**Full Changelog**: https://github.com/rzellem/EXOTIC/compare/4.1.0...4.2.1

4.1.0

* Introducing the [EXOTIC user chatbot](https://hf.co/chat/assistant/66c0cb652a9c7710cec9341c) -- A guided help system
* Scripts to promote [radial velocity (RV)](https://science.nasa.gov/resource/exoplanet-detection-radial-velocity-method/) archive querying with joint fit analysis
* Resolution improvement of [field of view (FOV)](https://spacemath.gsfc.nasa.gov/Grade67/10Page34.pdf) plots
* Enable [trusted publishing](https://docs.pypi.org/trusted-publishers/) on the [Python Package Index (PyPi)](https://pypi.org/)

What's Changed
* Issue 1298: Improving FOV Plots by tamimfatahi in https://github.com/rzellem/EXOTIC/pull/1299
* Issue 1287: Implement trusted publishing by jpl-jengelke in https://github.com/rzellem/EXOTIC/pull/1300
* Issue 1281: Add rv scripts for joint fit by sdcorle1 in https://github.com/rzellem/EXOTIC/pull/1296
* Issue 1218: Introducing the [EXOTIC user chatbot](https://hf.co/chat/assistant/66c0cb652a9c7710cec9341c)! Plus, further updated documentation and fixed links by pearsonkyle in https://github.com/rzellem/EXOTIC/pull/1297

New Contributors
* sdcorle1 made their first contribution in https://github.com/rzellem/EXOTIC/pull/1296

**Full Changelog**: https://github.com/rzellem/EXOTIC/compare/4.0.1...4.1.0

4.0.1

- Calculate exoplanet host star magnitudes and make file for user upload to the [AAVSO International Database (AID)](https://www.aavso.org/aavso-international-database)
- Scrape comparison stars from AAVSO using either a pre-existing or downloaded plate solution
- Extend plate solution download timeouts
- [TESS](https://exoplanetarchive.ipac.caltech.edu/cgi-bin/TblView/nph-tblView?app=ExoTbls&config=TOI) candidate processing capabilities:
- Quick assessment/joint analysis script (`toi_indiv_lc.py`) to rapidly perform a reduction based on pre-existing inits
- Global fit reduction processing (`toi.py`)
- Scripts to aid in setting initial processing defaults (`inits`) for candidates
- Fix for Bokeh breaking API changes (1290)
- Fix for documentation not showing in Markdown READMEs (1289)
- Various modern build improvements, enhancements and bug fixes

What's Changed
* Issue 563: Add support for fpack based extensions by mikeprimm in https://github.com/rzellem/EXOTIC/pull/1251
* Issue 1125: Fix for AAVSO comp additions - particularly when one matches target star by mikeprimm in https://github.com/rzellem/EXOTIC/pull/1253
* Issue 1164: Printing variable star name and coordinates by tamimfatahi in https://github.com/rzellem/EXOTIC/pull/1238
* Issue 1229: Bug for removing variable stars by tamimfatahi in https://github.com/rzellem/EXOTIC/pull/1237
* Issue 1235: Changing fitting prior from a/Rs to inc by tamimfatahi in https://github.com/rzellem/EXOTIC/pull/1236
* Issue 1240, 1094, 1067: Bringing back AID Uploads by tamimfatahi in https://github.com/rzellem/EXOTIC/pull/1242
* Issue 1259: Updating Centroid Plots by tamimfatahi in https://github.com/rzellem/EXOTIC/pull/1260
* Issue 1264: Plate solution timeout extension ... by IraLeeBell in https://github.com/rzellem/EXOTIC/pull/1270
* Issue 1265: Add candidate inits file maker script by noguerfederico in https://github.com/rzellem/EXOTIC/pull/1266
* Issue 1273: Add tess_individ_lc.py for individual TESS time series extraction and fitting by noguerfederico in https://github.com/rzellem/EXOTIC/pull/1262
* Issue 1274/1275 add toi_indiv_lc.py, add for_toi_py_candidate_inits_maker.py and update README.md by noguerfederico in https://github.com/rzellem/EXOTIC/pull/1280
* Issue 1282: Update and normalize build system, add fixed timeout vars by jpl-jengelke in https://github.com/rzellem/EXOTIC/pull/1283
* Issue 1285: Fix for malformed variable name breaking Dynesty/Windows reductions by ivenzor in https://github.com/rzellem/EXOTIC/pull/1286

New Contributors
* ivenzor made their first contribution in https://github.com/rzellem/EXOTIC/pull/1286
* IraLeeBell made their first contribution in https://github.com/rzellem/EXOTIC/pull/1267
* noguerfederico made their first contribution in https://github.com/rzellem/EXOTIC/pull/1266

**Full Changelog**: https://github.com/rzellem/EXOTIC/compare/3.3.0...4.0.1

3.3.0

**Full Changelog**: https://github.com/rzellem/EXOTIC/compare/3.2.4...3.3.0

Page 1 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.