Skip to content

v1.0.5

Compare
Choose a tag to compare
@ararslan ararslan released this 09 Sep 19:33
· 13935 commits to master since this release
3af96bc

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 vector eltype
  • #30066 - proper diagonal in copytri! (fix #30055)
  • #30989 - fix #14574, cp on files >2GB
  • #31946 - Fix for optind in getopt 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 modify bytearray
  • #31499 - fixes for getindex tab-completion
  • #32104 - bugfix for ldiv!(D::Diagonal, B::StridedVecOrMat) and tests
  • #32351 - Fix tryparse for invalid Chars
  • #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! for CholeskyPivoted
  • #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