Skip to content

Releases: TransGirlCodes/Twiddle.jl

v1.1.2

03 Jun 18:03
bf8ea0f

Choose a tag to compare

Twiddle v1.1.2

Diff since v1.1.1

Closed issues:

  • Release a new version (#12)

Merged pull requests:

v1.1.1

24 Jul 06:10
v1.1.1

Choose a tag to compare

A refactor release

23 Oct 13:27
eb05a79

Choose a tag to compare

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

14 Aug 17:22

Choose a tag to compare

v1.0.0

Update ci badges

New swapbits function and documentation layout

30 Jun 00:01

Choose a tag to compare

Hotfix release

12 May 14:15

Choose a tag to compare

Added mask function.

12 May 13:49

Choose a tag to compare

Convenience function added for creating a bit-masks starting from the LSB to bit N.

Generalised nibble tricks

05 May 15:10

Choose a tag to compare

Nibble manipulation tricks in version 0.1.0 have been generalised to work on other word sizes besides 64 bit words.

First release

03 May 10:52

Choose a tag to compare

This first release of Twiddle contains code for identifying certain nibbles and pairs of bits in UInt64 words.