Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QueryR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Julien Lopez
QueryR
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
fa9968646930657124497f97c7d4d61afb367c57
Select Git revision
Branches
2
demo-hceres-2018
master
default
protected
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
23
Nov
22
21
20
16
15
14
13
10
9
8
7
6
3
2
31
Oct
30
27
26
25
24
23
20
19
17
16
14
13
12
11
10
9
6
5
4
3
2
30
Sep
29
28
27
26
25
22
21
20
19
18
15
14
13
12
11
8
7
6
4
1
31
Aug
30
29
28
26
25
24
23
22
21
18
17
16
convert rep_len to VectorAccess
refactor anyNA to use VectorAccess, more correct implementation
implement cumsum/cumprod using VectorAccess
serialize vectors using VectorAccess
replace RVector.verify and RAbstractVector.checkCompelteness with RAbstractVector.verify
remove initial vector access implementation
replaced deprecated Factory26 with StandardFactory
- handle HAS_KEYS and IS_INSTANTIABLE in RAbstractVectorFactory
assigning a zero-length, unnamed list as attributes removes all attributes
check for NA dimensions in matrix
convert Cdist, Cutree and DoubleCentre to VectorAccess
convert raw and connection functions to VectorAccess
convert array, is.na, rep.int, split and transpose to VectorAccess
convert ToString node to VectorAccess
convert RNG and stats functions to VectorAccess
convert raw conversion in RFFI and Rf_copyMatrix to VectorAccess
various fixes
restructure extract/replace nodes and convert to VectorAccess
convert unary reduce and not nodes to VectorAccess
add VectorReuse utility
convert unary and binary (boolean) arithmetic nodes to VectorAccess
add (disabled) functionality to wrap foreign vectors instead of converting them completely
add VectorAccess pattern for efficient access to vectors and implement it for all data types
add profiled and immutable versions of RDataFactory
enable passing tests
if no keys then ListMR should instead of RNull return an empty vector (responding to HAS_SIZE)
added MessageResolution for RComplex and RRaw
some xxxMR haven't been executed
improved some fail messages
[GR-6688] Fixes for coming DSL changes.
Style fix.
Extract one more cached class to make the DSL happy.
Fix on result of test
Use fully qualified name to make javac happy.
Fix invalid limit.
[GR-6432] Disable browser for children contexts.
Use limit="1" for IntersetFastPath to allow it to be used with Fallback.
Remove useless limits.
Add tests between databases
Disable browser for children contexts.
Loading