wheretrue / exon

Exon is an OLAP query engine specifically for biology and life science applications.
https://www.wheretrue.dev/docs/exon/
Other
45 stars 2 forks source link

build(deps): bump lightmotif-io from 0.7.2 to 0.7.3 #543

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps lightmotif-io from 0.7.2 to 0.7.3.

Release notes

Sourced from lightmotif-io's releases.

v0.7.3

Added

lightmotif-io

  • lightmotif_io::jaspar to read matrices in raw JASPAR format.
  • Implementation of Clone and Error for the lightmotif_io::error::Error type.

Changed

lightmotif

  • Use logarithmic subtraction in FrequencyMatrix::to_scoring.
  • Use _mm256_permutevara8x32_ps instead of _mm256_permutevar_ps in AVX2 implementation to avoid special handling of unknown matric character N.

Fixed

lightmotif

  • Striping of empty sequences panicking on AVX2 implementation.
  • Scoring of empty range of rows panicking.
  • Invalid alignment of data in AVX2 code.
  • Clone implementation of DenseMatrix not preserving memory alignment.
Changelog

Sourced from lightmotif-io's changelog.

v0.7.3 - 2024-06-17

Added

lightmotif-io

  • lightmotif_io::jaspar to read matrices in raw JASPAR format.
  • Implementation of Clone and Error for the lightmotif_io::error::Error type.

Changed

lightmotif

  • Use logarithmic subtraction in FrequencyMatrix::to_scoring.
  • Use _mm256_permutevara8x32_ps instead of _mm256_permutevar_ps in AVX2 implementation to avoid special handling of unknown matric character N.

Fixed

lightmotif

  • Striping of empty sequences panicking on AVX2 implementation.
  • Scoring of empty range of rows panicking.
  • Invalid alignment of data in AVX2 code.
  • Clone implementation of DenseMatrix not preserving memory alignment.
Commits
  • 725f3ba Release v0.7.3
  • 0adb5d1 Add documentation to the transfac module of lightmotif-io
  • 63ff343 Use Error::source instead of Error::cause in lightmotif-io
  • be5f093 Improve lightmotif-io error type with Arc for internal errors and support...
  • 4f4bb3f Improve documentation of lightmotif_io::transfac
  • 4b468e0 Document methods of jaspar16::Record in lightmotif-io
  • ba23869 Use aligned loads in AVX2 implementation of Score
  • 18fccd3 Fix incorrect alignment handling in DenseMatrix
  • 72f4270 Fix default alignment used for x86-64 and Aarch64
  • 8aab22d Manually implement Clone for DenseMatrix to enforce memory alignment
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)