You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add point capability to _produce_type to improve GPU compatibility (#577)
* Add point capability to `_produce_type` to improve GPU compatibility
* fixes
* fix two issues
* slightly nicer fix
* improve coverage
* we actually need a copy there
* set date in changelog
Copy file name to clipboardExpand all lines: Changelog.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,18 @@ The file was started with Version `0.4`.
6
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7
7
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
-
## [0.5.33]unreleased
9
+
## [0.5.33]February 18, 2026
10
10
11
11
### Added
12
12
13
13
* A clarification on the use of AI in the [CONTRIBUTING.md](https://manoptjl.org/stable/contributing/) (#573)
14
+
*`_produce_type` now accepts the point `p` as an optional third argument, which can be used to produce objects with specific point type for internal buffers. The addition has been utilized in `DirectionUpdateRule`s and `Stepsize`s to improve GPU and custom floating point type compatibility. (#577)
14
15
* Added another package and paper using `Manopt.jl` to the about page (#576).
15
16
17
+
### Fixed
18
+
19
+
*`DistanceOverGradientsStepsize` now requires explicitly passing a point as the second argument because it logically depends on receiving the initial point. (#577)
0 commit comments