Skip to content

What used feature in BioSequences v3 requires Julia v1.5? #2

Answered by jakobnissen
CiaranOMara asked this question in Q&A
Discussion options

You must be logged in to vote

The use of bitreverse, which was added in 1.5.
Now, one could argue that we might as well roll our own implementation and continue to support v1.0, and we certainly could (indeed, Base's implementation was suggested by me, who copied it from Sabrina's implementation in Twiddle.jl which is already a dep of BioSequences).

However, I would argue that it's a good idea that we continually drop support for older, unsupported Julia versions. It will be easier to write code and maintain it that way, since we only need to test on current and LTS versions and our test suite will be quicker.
Also, I think it does not cause any real issues with reproducability/stability. For new projects, all users s…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@TransGirlCodes
Comment options

@kescobo
Comment options

@CiaranOMara
Comment options

@jakobnissen
Comment options

@kescobo
Comment options

Answer selected by jakobnissen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants