Skip to content

Releases: ML4GLand/SeqPro

0.9.0

09 Nov 04:20

Choose a tag to compare

0.9.0 (2025-11-09)

Feat

  • perf: faster reverse complementing and option to pass pre-alloc output

[main f531309] bump: version 0.8.2 → 0.9.0
2 files changed, 7 insertions(+), 1 deletion(-)

0.8.2

22 Oct 03:34

Choose a tag to compare

0.8.2 (2025-10-22)

Fix

  • wrong shape of Ragged[bytes].to_numpy()

[main cb1afe5] bump: version 0.8.1 → 0.8.2
2 files changed, 7 insertions(+), 1 deletion(-)

0.8.1

22 Oct 03:17

Choose a tag to compare

0.8.1 (2025-10-22)

Fix

  • wrong shape of Ragged[bytes].to_numpy()

[main 1ff0412] bump: version 0.8.0 → 0.8.1
2 files changed, 7 insertions(+), 1 deletion(-)

0.8.0

21 Oct 00:14

Choose a tag to compare

0.8.0 (2025-10-21)

Feat

  • k_shuffle for arbitrary alphabets

Fix

  • change ragged subtype display name to match class name
  • default unknown character for AminoAlphabet.decode_ohe should be X not N
  • Ragged from Array with parameters on non-List* content. perf: no RefCell in kshuffle

[main 479411b] bump: version 0.7.1 → 0.8.0
2 files changed, 13 insertions(+), 1 deletion(-)

0.7.0

22 Aug 21:01

Choose a tag to compare

0.7.0 (2025-08-22)

Makes the seqpro.Ragged class public, which is a subclass of Awkward Arrays.

Feat

  • is_rag_dtype. fix: 2d offsets length calc

Fix

  • catch depcreation warning from pyranges for having an old packaging workflow
  • add informative errors for Ragged.from_offsets

[main fb529b4] bump: version 0.6.1 → 0.7.0
2 files changed, 12 insertions(+), 1 deletion(-)