Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LightMotif
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Larralde
LightMotif
Graph
43065afc9bb7798d4eab02533f70c14a2026ce3b
Select Git revision
Branches
1
main
default
Tags
17
v0.9.1
v0.9.0-post2
v0.9.0-post1
v0.9.0
v0.8.0
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.0
v0.5.1
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.1
v0.1.0
18 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
7
Mar
6
25
Feb
11
27
Jan
19
6
Dec
13
Nov
12
8
7
6
4
1
31
Oct
30
29
28
3
Sep
2
1
31
Aug
30
29
28
28
Jun
25
24
21
20
19
17
16
15
14
13
8
May
12
Mar
11
10
9
8
28
Jan
15
Dec
14
13
12
11
2
Nov
31
Aug
30
10
9
7
31
Jul
28
18
28
Jun
27
26
25
20
16
19
May
17
16
17
16
15
11
10
9
8
6
4
3
2
1
30
Apr
29
28
Fix pointer variable confusion in `score_f32_neon`
main
main
Fix `dense::test::stride` always expecting 32 bytes alignment
Remove `check` stage from `rust.yml` Actions workflow
Run tests on Aarch64 in GitHub Actions to test NEON code
Pin MacOS runner version used in GitHub Actions to `macos-13`
Replace `Py_NewRef` with manual `Py_INCREF` calls in `__getbuffer__` code
Fix deprecated API use in `lightmotif/tests/unittest.rs`
Add constant and skip `memoryview`-based tests when compiling Python with Limited API
Add support for building Python bindings in Limited API mode
Bump `pyo3` dependency to `v0.23`
Use constant pointers to avoid matrix indexing inside pipeline hot loops
Add blanket implementation for `&T` where `T` is `SymbolCount`
Apply `clippy` suggested fixes to `lightmotif` modules
Remove `const fn` declaration where it makes no sense
Use `_mm256_broadcast_ps` in `score_f32_avx2_permute` to reduce data latency
Bump MacOS runner version used in GitHub Actions
Update `cover` step of `rust.yml` Actions workflow to run with up-to-date `cargo-tarpaulin`
Use native GitHub Actions runners to build `aarch64` wheels
Bump `nom` dependency of `lightmotif-io` to `v8.0`
Update `dna.rs` benchmark to reference the PSSM matrix in a constant variable
Add SVG figure with method detail to `docs/_static`
Always pre-allocate additional rows when creating a new `StripedSequence` for wrap rows
Allow accessing and configuring the row capacity of a `DenseMatrix`
Make the `ravel` methods of `DenseMatrix` unsafe as they may expose uninitialized elements
Add a trait to compute correlations for `lightmotif::pwm` matrices
Use macros to refactor common code in `lightmotif-py`
Fix slow implementation of `SymbolCount::count_symbols` fo r `StripedSequence`
Inline some short functions in `lightmotif` core modules
Use default column type based on current platform in most `lightmotif` types
Add dedicated trait for positive column dimensions in `lightmotif`
Add tests for `SymbolCount` for `EncodedSequence` and `StripedSequence`
Use macros in `lightmotif-py` to reduce duplicated code between alphabets
Allow accessing the sampled survival function distribution for a PSSM in `lightmotif-py`
Use the `Dispatch` columns for matrices in `lightmotif-py`
Add new `ScoreDistribution` Python type to help with p-value computation
Update type hints to show different p-value methods
Update `lightmotif-py` to use the MEME implementation of p-value computation
Mark most `ScoreDistribution` methods as `inline`
Add small example to `lightmotif::pwm::dist` documentation
Add `ScoringMatrix::to_score_distribution` method and document `ScoreDistribution` methods
Loading