Skip to content

Commit 6439158

Browse files
authored
Prep for v0.16.1 (#696)
1 parent 6031860 commit 6439158

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
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.16.0"
3+
version = "0.16.1"
44

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

docs/src/changelog.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,26 @@ CurrentModule = Convex
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## v0.16.1 (June 18, 2024)
11+
12+
### Added
13+
14+
- Added a `dims` argument to `LogSumExpAtom` and [`logsumexp`](@ref) that
15+
reduces the summation along `dims` (#692)
16+
- Added support for `AbstractArray` arguments to [`relative_entropy`](@ref) and
17+
[`log_perspective`](@ref) (#695)
18+
19+
### Other
20+
21+
- Minor updates to the README (#687), (#688), (#689), (#690)
22+
- Added API documentation (#610)
23+
- Fixed `solve!` docstring (#693)
24+
1025
## v0.16.0 (May 21, 2024)
1126

1227
This release contains a large number of changes, including some breaking
1328
changes. However, despite the large number of changes, most user code should not need
14-
to change.
29+
to change.
1530

1631
If you encounter an issue updating to this release, please open a GitHub issue,
1732
or post on the JuMP community forum: https://jump.dev/forum.

0 commit comments

Comments
 (0)