Releases: TransGirlCodes/Twiddle.jl
Releases · TransGirlCodes/Twiddle.jl
v1.1.2
v1.1.1
v1.1.1 (2019-07-23)
A refactor release
Code Refactor (#10) * Deprecate repeatbyte in favour of repeatpattern * Update nibble counting methods * Issue depwarn for repeatbyte * Correct count_zero_nibbles function * Correct count_nonzero_nibbles * Refactor bit pair count methods * Added additional bit swapping methods * Modify bitswapping.jl * Modify bitswapping.jl * Fix bitswapping.jl * Move code to counting.jl and masking.jl * Add dprecation warnings for counting methods * Add docstrings and tests for all counting functions * Correct runtests.jl * Add counting bits doc page
The Julia v0.7 / v1.0 release
v1.0.0 Update ci badges
New swapbits function and documentation layout
v0.4.0 Update require
Hotfix release
v0.3.1
Added mask function.
Convenience function added for creating a bit-masks starting from the LSB to bit N.
Generalised nibble tricks
Nibble manipulation tricks in version 0.1.0 have been generalised to work on other word sizes besides 64 bit words.
First release
This first release of Twiddle contains code for identifying certain nibbles and pairs of bits in UInt64 words.