Time Series Analysis in Stingray.jl
From Stargazing Dreams to Code Stargazing:) Ever since childhood, I have been passionate about the mysteries of the universe . Over time, that passion grew into something more technical — not just looking at the stars, but wanting to understand their signals. This summer, through Google Summer of Code 2025 (GSoC) , I had the opportunity to contribute to Stingray.jl , a Julia library for time series analysis in astronomy. What follows is both a story of my personal journey and an exploration of the science and code I worked on. The Beginning – Switching Languages and First Steps When the organization was announced, I immediately started exploring Stingray (the Python version). I wanted to understand the structure, so I made my first PRs there. Soon, I understood the Stingray a bit, then I started working on Stingray.jl , the Julia port of Stingray initiated by Aman Pandey in 2022. That meant learning Julia from scratch! Thankfully, Julia was similar to Python in many ways, so I...