-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
add _repr_html_ #283
Merged
Merged
add _repr_html_ #283
Changes from 38 commits
Commits
Show all changes
40 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 53c3b8e
added documentation
daletovar 5c3fc1a
Fix up docs.
hameerabbasi 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
from .compressed import GXCS | ||
from .compressed import GCXS |
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
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
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
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
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
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
Oops, something went wrong.
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 will be highly inaccurate, I suggest you remove it, since it's a Python dict and not a NumPy one.