We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe5500 commit ba3a8f2Copy full SHA for ba3a8f2
Project.toml
@@ -1,6 +1,6 @@
1
name = "Convex"
2
uuid = "f65535da-76fb-5f13-bab9-19810c17039a"
3
-version = "0.16.3"
+version = "0.16.4"
4
5
[deps]
6
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
docs/src/changelog.md
@@ -7,6 +7,12 @@ CurrentModule = Convex
7
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
10
+## v0.16.4 (November 19, 2024)
11
+
12
+### Added
13
14
+ - Added support for indexing with `BitVector` and `BitMatrix` (#708) (#710)
15
16
## v0.16.3 (September 10, 2024)
17
18
### Fixed
0 commit comments