Skip to content

Conversation

ChrisRackauckas
Copy link
Member

Summary

Since Julia v1.10 is now the LTS, the version check for v1.6 is no longer needed.

Changes

  • Removed conditional RNG selection in test/noise_wrapper.jl
  • Now always uses Xoroshiro128Plus instead of falling back to MT19937 for older Julia versions

Test plan

  • Tests pass locally
  • CI passes

🤖 Generated with Claude Code

Since Julia v1.10 is now the LTS, the version check for v1.6 is no longer needed.

Removed conditional RNG selection - now always uses Xoroshiro128Plus instead of falling back to MT19937 for older Julia versions.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas merged commit 089e127 into master Jul 28, 2025
18 of 21 checks passed
@ChrisRackauckas ChrisRackauckas deleted the remove-old-version-checks branch July 28, 2025 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants