Skip to content

Commit

Permalink
Add new version
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesYang007 committed Nov 7, 2023
1 parent 914940b commit 2fd22de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4
1.1.5
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class MatrixNaiveSNPUnphased : public MatrixNaiveBase<ValueType>
const dyn_vec_string_t _filenames; // (F,) array of file names
const vec_index_t _file_begins; // (F+1,) array of file begin indices.
// _file_begins[i] == starting feature index for file i.

const size_t _n_threads;

auto init_file_begins(
Expand Down

0 comments on commit 2fd22de

Please sign in to comment.