Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 683 Bytes

NEWS.md

File metadata and controls

29 lines (17 loc) · 683 Bytes

Julia v1.1.0 Release Notes

New language features

  • CartesianIndices can now be constructed from two CartesianIndexes I and J with I:J (#29440).

Language changes

  • the constructor BigFloat(::BigFloat) now respects the global precision setting and always returns a BigFloat with precision equal to precision(BigFloat) ([#29127]).

Standard Library Changes

Compiler/Runtime improvements

Deprecated or removed