-
Notifications
You must be signed in to change notification settings - Fork 11
Fix issue#16 refrencing issue #17 #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: julia-formatter
Are you sure you want to change the base?
Fix issue#16 refrencing issue #17 #19
Conversation
remove the dependency of metadata and arrayinterface and code is ready to use for julia >=1.10
@fjebaker and @matteobachetti your review required |
if needed later we can change the jullia version from project.toml since I don't want to interrupt current environments of workflow |
I've changed the base to the Julia formatted branch so stylistic diffs are removed. I'll resolve conflicts in a moment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! This looks good! Could you remove some of the docs files and maybe put them in a separate PR? Ideally we just want to fix #16 in this.
168a245
to
763552c
Compare
Hi @kashish2210 could you resolve the conflicts before I review this please? :) Force pushing removed the merge commit I'd added to resolve them previously. |
I'll take care of it soon and let you know once it's done. Sorry for the force pushing |
i have resolve conflicts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kashish2210 this looks great! I'll try to run the tests locally soon, as I suspect the CI will be broken. I'll update the CI in due course with all the latest versions, and then we can get this merged in.
silent::Bool = false, | ||
) | ||
local_show_progress = show_progress | ||
local_show_progress = silent ? identity : show_progress |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍
src/fourier.jl
Outdated
flux_iterable2, | ||
dt::Real; | ||
norm::String = "frac", | ||
function avg_cs_from_iterables_quick(flux_iterable1, flux_iterable2, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like it needs code formatting. Could you run JuliaFormatter over this?
Update Dependencies & GitHub Workflow for Newer Julia Versions
Summary
This PR updates the Stingray.jl project to enhance compatibility with newer Julia versions
for my workflow and see the test results please prefer my [NOTEBOOK]
Key Updates
🔹 Updated Julia Version Compatibility
🔹 Main improvements
Metadata
dependency and replaced it withNamedTuple
for better performance and compatibility.normalize_periodograms
and other spectral analysis functions to ensure correctness across different normalization schemes.compare_tables
function for better reliability in test comparisons.PREVIEW AND TEST RESULTS
Looking forward to your feedback!