Added functions for reading feature chunks.#37
Added functions for reading feature chunks.#37gulamungon wants to merge 7 commits intoKarelVesely84:masterfrom
Conversation
|
Hi Johan, Also, I think, there should be support of slicing matrices without compression. The current 'master' supports slices of matrices in 'scp' files, but the implementation loads the full matrix and applies slices afterwards. In the ideal case it should read only the data that are necessary, as you have it in your PR... Would you like to continue working on it, or should I take over and finish it? K. |
|
See the last PR: #38 |
… in master branch.
…om an scp lines provided in a python list.
Merge branch 'master' into read_feature_chunk
|
I have made the changes. Please see Comment 1 and Comment 2 in _read_range_slice for some potential issues. |
|
FWDing info from Johann: I fixed it. In summary:
So how do I do to make the pull request? I have the code as before in my fork in a branch called "read_feature_chunk" and I have commited it locally. I guess I should somehow continue on the previous pull request? |
|
Karels reaction:
Ad limitations:
The pull request is still sitting there from the last time :) |
26f1f9d to
a208fba
Compare
I added some functions for reading chunks of features.