File tree 1 file changed +17
-7
lines changed
1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -43,18 +43,28 @@ Library improvements
43
43
44
44
* `cov` and `cor` don't use keyword arguments anymore and are therefore now type stable ([#13465]).
45
45
46
- * New method for generic QR with column pivoting ([#13480]).
46
+ * Linear algebra:
47
47
48
- * A new `SparseVector` type allows for one-dimensional sparse arrays. Slicing
49
- and reshaping sparse matrices now return vectors when appropriate. The
50
- `sparsevec` function returns a one-dimensional sparse vector instead of a
51
- one-column sparse matrix.
48
+ * New `normalize` and `normalize!` convenience functions for normalizing
49
+ vectors ([#13681]).
50
+
51
+ * QR
52
+
53
+ * New method for generic QR with column pivoting ([#13480]).
54
+
55
+ * New method for polar decompositions of `AbstractVector`s ([#13681]).
56
+
57
+ * A new `SparseVector` type allows for one-dimensional sparse arrays.
58
+ Slicing and reshaping sparse matrices now return vectors when
59
+ appropriate. The `sparsevec` function returns a one-dimensional sparse
60
+ vector instead of a one-column sparse matrix. ([#13440])
52
61
53
62
Deprecated or removed
54
63
---------------------
55
64
56
- * The method `A_ldiv_B!(SparseMatrixCSC, StrideVecOrMat)` has been deprecated in favor
57
- of versions that require the matrix to in factored form ([#13496]).
65
+ * The method `A_ldiv_B!(SparseMatrixCSC, StrideVecOrMat)` has been deprecated
66
+ in favor of versions that require the matrix to be in factored form
67
+ ([#13496]).
58
68
59
69
Julia v0.4.0 Release Notes
60
70
==========================
You can’t perform that action at this time.
0 commit comments