-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve dot performance #389
Merged
Merged
Changes from 1 commit
Commits
Show all changes
80 commits
Select commit
Hold shift + click to select a range
9ea4053
Update core.py
daletovar aa14159
Merge pull request #1 from daletovar/daletovar-patch-1
daletovar fa9ef22
Update test_coo.py
daletovar 1683e00
Update core.py
daletovar c70d397
Update test_coo.py
daletovar de14873
Add JUnit directory to gitignore.
hameerabbasi fa80a62
Fix Flake8 issues.
hameerabbasi 91e0367
Fix up tests and code.
hameerabbasi e980993
Add docs.
hameerabbasi c826e62
Resolved merge.
daletovar a1f948c
change gxcs with gcxs
daletovar 81b1b03
Update __init__.py
daletovar cf085fb
add html_table
daletovar 551629b
add _repr_html_
daletovar de82d5b
add self.nbytes property and self.format attribute
daletovar 2a0fdba
fix empty indptr for 1d and add self.format
daletovar 16c707e
add self.format
daletovar 937e819
remove whitespace
daletovar 80a958b
remove failed example
daletovar fedd68a
Update _utils.py
daletovar d7516d4
Update compressed.py
daletovar 8827ac4
add format property
daletovar 9a4fd74
add format property
daletovar 667eb57
add format
daletovar 53ccd0f
remove spurious properties, add docs
daletovar a41a054
Update sparse/_utils.py
daletovar 0a441ee
update html table
daletovar 9cfdb09
Update test_compressed.py
daletovar 9f8ccf6
Merge branch 'master' into sparse_html
daletovar 77eabe5
Update compressed.py
daletovar 702ca45
formatting
daletovar 3cdeabd
formatting
daletovar e7a5e1d
formatting
daletovar 341ddba
Update test_compressed.py
daletovar 3cff972
formatting
daletovar fb0757b
Update core.py
daletovar 33df589
formatting
daletovar 5f9d3ef
Merge branch 'master' of https://github.com/pydata/sparse
daletovar e00cccc
add common
daletovar 4928ad5
Resolve merge conflict
daletovar 3d347fa
clean up indexing, fix bug for multiple compressed axes
daletovar 811fcee
update
daletovar 132ca3c
Update core.py
daletovar 77fae53
Update test_coo.py
daletovar 9b1f720
Update core.py
daletovar 9288e47
Update test_coo.py
daletovar bf38b4d
Fix Flake8 issues.
hameerabbasi 0956a25
Fix up tests and code.
hameerabbasi ec0c272
change gxcs with gcxs
daletovar b212d96
add self.nbytes property and self.format attribute
daletovar b1959a1
add self.format
daletovar 196d24f
add format property
daletovar 8017082
add format property
daletovar 3b8b20f
add format
daletovar b886680
formatting
daletovar 8e46dc5
formatting
daletovar cae6710
Merge branch 'master' of https://github.com/daletovar/sparse
daletovar afdcb90
refactor dot code
daletovar 6a56a17
add io for gcxs
daletovar c21fd07
add docs, dot, flatten
daletovar 4b11dfa
add matmul
daletovar 2809752
remove slow csr csc algorithm, formatting
daletovar a5f64b9
Delete umath.py
daletovar 5021b84
fix formatting
daletovar 3dbed96
Merge branch 'dot' of https://github.com/daletovar/sparse into dot
daletovar fc5ed60
add import
daletovar 2dc550b
fix import
daletovar 11c8b6f
add return for COO and add import
daletovar f4be9ae
fix dtypes, add import
daletovar a47abbe
fix test
daletovar abc32b3
fix out dtype
daletovar fbe404c
remove redundant code
daletovar 5b4f08a
add keyerror
daletovar eb8c0e5
remove unused variable
daletovar ae63040
remove coverage for jitted funcs
daletovar 0a741ff
do all sorting after computing dot
daletovar 2d7b159
update tests, docstrings
daletovar 1114383
remove python 2 compat check
daletovar 2b7a8e4
add formatting
daletovar 1296798
add back @ test
daletovar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be added back, only the "if" was unnecessary.