https://github.com/JuliaLang/julia
Revision da39287ee63df326bcce24e1fda6851efd06fccf authored by Alfredo Braunstein on 18 June 2019, 14:14:00 UTC, committed by Andreas Noack on 18 June 2019, 14:14:00 UTC
* make SparseMatrixCSC and SparseVector work on non-numerical values

* remove tests for sparse structures with TV=String as it is no longer supported

* define zero(T) and zero(x::T) for user defined types in tests

* fix test

* Remove recently added test of sparse matrix with string elements
1 parent 85603e1
History
Tip revision: da39287ee63df326bcce24e1fda6851efd06fccf authored by Alfredo Braunstein on 18 June 2019, 14:14:00 UTC
make SparseMatrixCSC and SparseVector work on non-numerical values (#30580)
Tip revision: da39287
File Mode Size
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 257 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 21.2 KB
HISTORY.md -rw-r--r-- 258.0 KB
LICENSE.md -rw-r--r-- 5.1 KB
Make.inc -rw-r--r-- 39.7 KB
Makefile -rw-r--r-- 28.0 KB
NEWS.md -rw-r--r-- 2.6 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.7 KB

README.md

back to top