Revision 3cd6e2675dbaa3119bd0ef7777c445e4bc892978 authored by Rafael Fourquet on 02 January 2015, 08:34:56 UTC, committed by Rafael Fourquet on 02 January 2015, 12:01:49 UTC
The functions randbool, trues and falses are deprecated:
* trues(dims)    ==> ones(Bit, dims)
* falses(dims)   ==> zeros(Bit, dims)
* randbool(dims) ==> rand(Bit, dims)
1 parent 38f1c36
Raw File
.gitmodules
[submodule "deps/libuv"]
	path = deps/libuv
	url = git://github.com/JuliaLang/libuv.git
[submodule "deps/openlibm"]
	path = deps/openlibm
	url = git://github.com/JuliaLang/openlibm.git
[submodule "deps/openspecfun"]
	path = deps/openspecfun
	url = git://github.com/JuliaLang/openspecfun.git
[submodule "deps/Rmath"]
	path = deps/Rmath
	url = git://github.com/JuliaLang/Rmath.git
[submodule "deps/libmojibake"]
	path = deps/libmojibake
	url = git://github.com/JuliaLang/libmojibake.git
back to top