v1.0.5
This is the fifth patch release for the Julia long term support version 1.0. It contains bug fixes, documentation enhancements, and performance improvements only, no new features or changes.
Bug fixes
- #29916 - Add
Float16
comparisons - #29331 - stdlib/SparseArrays: fix scalar
setindex!
for vectoreltype
- #30066 - proper diagonal in
copytri!
(fix #30055) - #30989 - fix #14574,
cp
on files >2GB - #31946 - Fix for
optind
ingetopt
on musl libc. - #32040 - fix
isa
fast path for typevars with lower bounds - #32097 - Amend matrix * vector specialization for strided arrays
- #32144 - Fully qualify
@everywhere
, fixes #28966. - #32255 -
readdlm(bytearray)
shouldn't modifybytearray
- #31499 - fixes for
getindex
tab-completion - #32104 - bugfix for
ldiv!(D::Diagonal, B::StridedVecOrMat)
and tests - #32351 - Fix
tryparse
for invalidChar
s - #32356 - codegen, tbaa: fix array
isassigned
tbaa information - #32457 - bug fixed in
read_to_buffer
- #32605 - Fix #32579 - Issue in typeconstraint accumulation
- #32271 - [Statistics] fix type determination in
corm
- #32593 - fix generic
ldiv!
forCholeskyPivoted
- #32139 - fix #32121, macro hygiene bug in named tuples
Performance improvements
- #30972 - another improvement to closure analysis precision
Documentation
- #31484 - Show correct
Dates.format
documentation