v1.1.1
This is the first patch release for Julia version 1.1. It contains bug fixes, documentation enhancements, and performance improvements only, no new features or changes.
A set of automatically generated patch notes based on backported PRs are given below:
Patch notes for Julia 1.1.1 release
Bug fixes
- #30554 - llvm: fix target triple
- #30564 - fix
lambda-optimize-vars!
with complex assignment RHSs - #30644 - fix #30643, correctly propagate iterator traits through Stateful
- #30754 - Handle :error and :invalid expressions gracefully in REPL helpmode
- #30798 - fix #30792, static param constraints between positional and kw args
- #30804 - fix
at-everywhere using
in Distributed stdlib - #30821 - Fix signature of git_libgit2_opts
- #30930 - fix #30911, bug in
deepcopy
ofUnionAll
- #30880 - fix #30679, call correct method for
invoke
calls injl_invoke
fallback - #31047 - fix #29936, precompile should not assume UnionAlls have stable addresses
- #31312 - allow chop to take an empty string
- #30296 - Fix 29545: Implement unaliascopy for ReinterpretArray
- #30569 - Improve REPL completions
- #31642 - Fix show_vector for long offset arrays with :limit=true
- #31187 - Fix
-
,conj
, andconj!
for sparse matrices with invalid entries innzval
- #31615 - fix parse(ComplexF64, "inf")
- #31443 - minor fixes in multiplication with Diagonals
- #31405 - inference: fix typeof-tfunc impl
- #31699 - Backport bug fix to v1.1: don't Const-prop unitialized structs
Performance improvements
- #30895 - Fallback for copying views into sparse matrices
Documentation
- #30600 - fix typo in string search api docs
- #30697 - some documentation improvements
- #30689 - improve docstring of SparseMatrixCSC
- #30678 - fix typo in devdocs/sysimg.md
- #30717 - Singleton Types H4 -> H3
- #30716 - fix #30499, document behavior of
return
at top level - #30747 - fix #28647, add doc string for
Symbol
- #30745 - Add kw_str for =
- #30761 - Fix RemoteChannel example in parallel-computing.md
- #30736 - Document indexing by different numbers of indices
- #30884 - isapprox() doc mentioned deprecated 'vecnorm'
- #30398 - Fix enumerate documentation