-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* hypersparse dnn checkpoint. * better to_image function * test fixups. * hypersparse dnn checkpoint. * update lagraph and 4.0.0 rework. * a few test failures yet but most of 4.0.0 including positional ops and new lagraph. * fix bad error call and add get_implemetation/spec_version() and setup local script. * 4.0.1 * positional binary and unary ops * fixup notebook docker. * tracking more 4.0.1 changes, added conda environment. * tracking more 4.0.1 changes, added conda environment. * env for binder. * GxB_HYPER_SWITCH * add getter/setters for options and remove old functions, black * new options, new official 4.0.1 header file. * version updates * add implementation and spec tuples. * travis ci fixes. * more travis fixes.
- Loading branch information
Showing
63 changed files
with
24,130 additions
and
25,453 deletions.
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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: pygraphblas | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- pygraphblas | ||
- numpy | ||
- cffi | ||
- numba | ||
- scipy | ||
- pip | ||
- pip: | ||
- pytest | ||
- pytest-cov | ||
- ipdb | ||
- graphviz | ||
- pandas | ||
- networkx | ||
- py_d3 | ||
- git+https://github.com/taynaud/python-louvain.git | ||
- pypng | ||
- numpngw | ||
- ipycytoscape | ||
- Pillow | ||
- matplotlib | ||
- colorcet | ||
- imageio | ||
- imageio-ffmpeg | ||
- pygifsicle | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
numpy | ||
scipy | ||
numba | ||
pytest | ||
pytest-cov | ||
setuptools | ||
ipython | ||
contextvars |
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.