Skip to content

Releases: pfizer-opensource/bigwig-loader

bfloat16 support and dimension order change

12 Nov 14:38
7635692

Choose a tag to compare

⚠️ BREAKING CHANGE (v0.3.0+): The output matrix dimensionality has changed from (n_tracks, batch_size, sequence_length) to (batch_size, sequence_length, n_tracks). This change was long overdue and eliminates the need for (potentially memory expensive) transpose operations downstream. If you're upgrading from an earlier version, please update your code accordingly (probaby you need to delete one transpose in your code).

NEW FEATURE (v0.3.0+): Full bfloat16 support! You can now specify dtype="bfloat16" to get output tensors in bfloat16 format, reducing memory usage by 50%.

Update kvikio version dependency

23 Oct 14:19
512aa3f

Choose a tag to compare

We needed to add an upper bound to the kvikio version because of nvcomp deprecation. nvcomp did move to nvidia nvcomp but does not expose the same API. We need to find a way to still be able to use it.

v0.2.0

30 Apr 09:56
2185b35

Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.2.0

v0.1.5

23 Apr 09:23
2871cb2

Choose a tag to compare

What's Changed

  • Adding feature to use custom "default_value" as filler for intervals … by @jorenretel in #17

Full Changelog: v0.1.4...v0.1.5

v0.1.4

30 Sep 08:11
b026d84

Choose a tag to compare

Update readme

v0.1.3

26 Sep 10:01
847b020

Choose a tag to compare

fixing MANIFEST.in

v0.1.2

26 Sep 08:25
3604ccc

Choose a tag to compare

update changelog

v0.1.1

25 Sep 21:31
87c9c4f

Choose a tag to compare

fixing pyproject.toml

v0.1.0

25 Sep 21:24
55ff95b

Choose a tag to compare

exclude c files in source dist

v0.0.3

20 Sep 10:21
22a8bb8

Choose a tag to compare

Seeing whether I can build this with the dependencies.