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
6de22b26dad3747150360a243b1eafc59f66c06c
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
Nov
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
Avoid encoding sequences twice in `lightmotif::sampler` tests
Reorganize AVX2-specific code to keep indices as `__m256i`
Implement `DenseMatrix` iterators without unsafe code
Fix `ScoringMatrix::information_content` returning NaN on matrices with `-inf` scores
Use dispatch based on `Alphabet::K` to decide implementation of `score_f32` on AVX2
Add project homepage to `pyproject.toml` [ci skip]
Fix `information_content` to use all symbols of the alphabet
Fix test values in `lightmotif::sampler::tests`
Add method to build a consensus sequence for a `CountMatrix`
Fix implementation of `CountMatrix::entropy` to use all columns
Update sampler to avoid discarding active sequences in `zoops` mode
Use a dedicated collection in `Sampler` to store active sequences
Add property to get the number of stored sequences in `CountMatrix`
Add builder to create a sampler with various configuration
Add `zoops` mode to Gibbs sampler using information content as criterion
Start reorganizing sampler code to allow `zoops` mode
Document the fields of `GibbsGenerator`
Remove unused imports from `lightmotif`
Rewrite sampler to avoid counting from scratch on every iteration
Manually implement `Debug` for `StripedScores` to drpo the trait bounds on `C` and `A`
Fix `information_content` so they ignore symbols with 0.0 frequency
Add convenience methods for `SymbolCount` and fix `StripedSequence` implementation
Add `information_content` methods to `WeightMatrix` and `ScoringMatrix`
Update sampler to avoid allocating temporary weights array
Implement `AsRef<Vec<T>>` for `Scores<T>`
Reorganize Gibbs sampler code into iterator object
Add initial implementation of a Gibbs sampler for motif detection
Add missing `Background` import in `lightmotif::seq`
Implement `IndexMut<MatrixCoordinates>` for `DenseMatrix`
Use GitHub Gist to get the related projects badges from the documentation [ci skip]
Fix build for Python documentation [ci skip]
Skip `aarch64` Python packaging unless building a release
Add `before-all` configuration for `cibuildwheel` on MacOS
Fix Rust download command for `cibuildwheel`
Update CI configuration for Python package to use a single runner per architecture
Use `maturin` to build Python bindings instead of `setuptools-rust`
Prevent GitHub Actions from releasing to AUR before upload to PyPI [ci skip]
Release v0.9.1
v0.9.1
v0.9.1
Fix deprecated versions in GitHub Actions
Setup deployment of Arch User Repository package
Loading