Skip to content

Commit c6a21df

Browse files
authored
Prep for v0.15.3 (#501)
1 parent 0c1bb96 commit c6a21df

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Convex"
22
uuid = "f65535da-76fb-5f13-bab9-19810c17039a"
3-
version = "0.15.2"
3+
version = "0.15.3"
44

55
[deps]
66
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

docs/src/release_notes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release notes
22

3+
## v0.15.3 (February 11, 2023)
4+
5+
* Add support for LDLFactorizations v0.10 [#496](https://github.com/jump-dev/Convex.jl/pull/496).
6+
* Replace `randn(m, 1)` with `randn(m)` to be more Julian [#498](https://github.com/jump-dev/Convex.jl/pull/498).
7+
* Add support for indexing expressions with `CartesianIndex` [#500](https://github.com/jump-dev/Convex.jl/pull/500).
8+
9+
## v0.15.2 (August 10, 2022)
10+
11+
* Add support for LDLFactorizations v0.9 [#493](https://github.com/jump-dev/Convex.jl/pull/493).
12+
* Fix use of deprecated functions from `AbstractTrees` [#494](https://github.com/jump-dev/Convex.jl/pull/494).
13+
314
## v0.15.1 (March 28, 2022)
415
* Use `OrderedDict` internally for reproducible results, issue: [#488](https://github.com/jump-dev/Convex.jl/issues/488), fix: [#489](https://github.com/jump-dev/Convex.jl/pull/489).
516

0 commit comments

Comments
 (0)