Skip to content

Underworld of the Unsigned

Pre-release
Pre-release
Compare
Choose a tag to compare
@matthewfallan matthewfallan released this 25 Oct 00:13
· 902 commits to main since this release

What's new in 0.9.1

Bug fixes

  • Fixed a bug in seismicrna.core.batch.index: calling np.full(target.max(initial=-1) + 1, -1) where target is a NumPy NDArray of unsigned integer type would implicitly convert -1 to an unsigned integer with the maximum value of its data type (e.g. 4,294,967,295 for a 32-bit integer) and attempt to allocate memory for an enormous array of this size. On some systems, this would cause a crash, and on others would simply waste time allocating the memory.