File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,23 @@ Julia v1.1.0 Release Notes
4
4
New language features
5
5
---------------------
6
6
7
- * ` CartesianIndices ` can now be constructed from two ` CartesianIndex ` es ` I ` and ` J ` with ` I:J ` ([ #29440 ] ).
8
- * ` isnothing(::Any) ` function can now be called to check whether something is a ` Nothing ` , returns a ` Bool ` ([ #29679 ] )
9
7
10
8
Language changes
11
9
----------------
12
10
13
- Standard Library Changes
11
+ * Parser inputs ending with a comma are now consistently treated as incomplete.
12
+ Previously they were sometimes parsed as tuples, depending on whitespace ([ #28506 ] ).
13
+
14
+ New library functions
15
+ ---------------------
16
+
17
+ * ` splitpath(p::String) ` function, which is the opposite of ` joinpath(parts...) ` : it splits a filepath into its components ([ #28156 ] ).
18
+ * ` isnothing(::Any) ` function, to check whether something is a ` Nothing ` , returns a ` Bool ` ([ #29679 ] ).
19
+
20
+ Standard library changes
14
21
------------------------
15
22
16
- * New ` splitpath(p::String) ` function added, which is the opposite of ` joinpath(parts...) ` : it splits a filepath into its components ([ #28156 ] ).
23
+ * ` CartesianIndices ` can now be constructed from two ` CartesianIndex ` es ` I ` and ` J ` with ` I:J ` ([ #29440 ] ).
17
24
18
25
Compiler/Runtime improvements
19
26
-----------------------------
You can’t perform that action at this time.
0 commit comments