https://github.com/JuliaLang/julia
Raw File
Tip revision: 376647ed4ad6dc93a330aceaa20d037f17223a33 authored by Shuhei Kadowaki on 29 September 2022, 00:29:05 UTC
make `CallInfo` propagate effects
Tip revision: 376647e
NEWS.md
Julia v1.10 Release Notes
========================

New language features
---------------------

Language changes
----------------


Compiler/Runtime improvements
-----------------------------


Command-line option changes
---------------------------


Multi-threading changes
-----------------------


Build system changes
--------------------


New library functions
---------------------


New library features
--------------------


Standard library changes
------------------------


#### Package Manager

- "Package Extensions": support for loading a piece of code based on other
  packages being loaded in the Julia session.
  This has similar applications as the Requires.jl package but also
  supports precompilation and setting compatibility.
#### LinearAlgebra


#### Printf


#### Profile


#### Random


#### REPL


#### SuiteSparse


#### SparseArrays


#### Test


#### Dates


#### Distributed


#### Unicode


#### DelimitedFiles


Deprecated or removed
---------------------


External dependencies
---------------------


Tooling Improvements
--------------------


<!--- generated by NEWS-update.jl: -->
back to top