swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: ed99c7185be9c8ab9c2668b99d7569dc877c7fd8 authored by Steven G. Johnson on 23 December 2020, 19:05:30 UTC
rm ill-advised Fix2/Fix3 special casing
Tip revision: ed99c71
NEWS.md
Julia v1.7 Release Notes
========================

New language features
---------------------
* `count` and `findall` now accept an `AbstractChar` argument to search for a character in a string ([#38675]).
* An underscore `_` as a function argument, e.g. `f(_, y)`, is now shorthand
  for the "curried" anonymous function `x -> f(x, y)` ([#24990]).

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


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


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


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


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


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

* Two argument methods `findmax(f, domain)`, `argmax(f, domain)` and the corresponding `min` versions ([#27613]).
* `isunordered(x)` returns true if `x` is value that is normally unordered, such as `NaN` or `missing`.

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


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

* `islowercase` and `isuppercase` are now compliant with the Unicode lower/uppercase categories ([#38574]).

#### Package Manager


#### LinearAlgebra


#### Markdown


#### Printf


#### Random


#### REPL


#### SparseArrays


#### Dates


#### Statistics


#### Sockets


#### Distributed


#### UUIDs


#### Mmap


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


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


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


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