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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
004b99a48b23b22cb33ecb47a9444857b69a8ac6
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
Begin with the selected commit
Created with Raphaël 2.2.0
20
Jun
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
Make `Score` pipeline trait generic over the score type
Make `Maximum` and `Threshold` pipeline traits generic over the element type
Make `StripedScores` generic over the score type
Make `lightmotif::scores::Scores` generic over the element type
Use marker trait for `DiscreteMatrix` element types
Add `DiscreteMatrix` type to `lightmotif::pwm`
Cache the `Pipeline` used in `lightmotif::scan::Scanner`
Fix requirement for `Debug` element in `Clone` implementation of `DenseMatrix`
Release v0.7.3
v0.7.3
v0.7.3
Add documentation to the `transfac` module of `lightmotif-io`
Use `Error::source` instead of `Error::cause` in `lightmotif-io`
Improve `lightmotif-io` error type with `Arc` for internal errors and support for `Clone`
Improve documentation of `lightmotif_io::transfac`
Document methods of `jaspar16::Record` in `lightmotif-io`
Use aligned loads in AVX2 implementation of `Score`
Fix incorrect alignment handling in `DenseMatrix`
Fix default alignment used for x86-64 and Aarch64
Manually implement `Clone` for `DenseMatrix` to enforce memory alignment
Hotfix issue with alignment of data in AVX2 code
Rename JASPAR (2016) benchmark in `lightmotif-io`
Make AVX2 implementation of `score_into` with `gather` more generic
Use `_mm256_permutevar8x32_ps` in AVX2 `Score` to avoid special case for default Dna symbol
Add helper functions to read any format in `lightmotif-io`
Add `lightmotif-io` module to parse the raw JASPAR format
Fix issue with scoring of an empty range of rows
Fix striping of empty sequence panicking with AVX2 implementation
Remove unused file from `lightmotif-tfmpvalue` [ci skip]
Use substraction in `FrequencyMatrix.to_scoring` method
Release v0.7.2
v0.7.2
v0.7.2
Implement `__getitem__` for row access for matrices of `lightmotif-py`
Allow changing log base in `WeightMatrix.log_odds` method
Add `__len__` implementation for all matrix classes of `lightmotif-py`
Release v0.7.1
v0.7.1
v0.7.1
Fix resizing of striped scores in NEON score implementation
Release v0.7.0
v0.7.0
v0.7.0
Fix compilation of NEON code [ci skip]
Remove `lightmotif-transfac` from workspace [ci skip]
Remove the deprecated `lightmotif-transfac` crate
Remove direct mutable access to `StripedSequence` attributes
Replace direct attribute access with getters in `StripedSequence`
Loading