|
1 | 1 | # release notes for the Heart Library and related tests
|
2 | 2 |
|
| 3 | +## Version 5.0.0for32 released on TBD |
| 4 | + |
| 5 | + + Changed the Maven groupId from `jme3utilities` to `com.github.stephengold`. |
| 6 | + + Changed the Maven artifactId from `jme3-utilities-heart` to `Heart`. |
| 7 | + + Deleted the deprecated `Misc` class. (API change!) |
| 8 | + + Deleted the deprecated `copyLineColor()` method |
| 9 | + from the `BoundsVisualizer` class. (API change!) |
| 10 | + + Deleted the deprecated `isSorted(List<Comparable>)` method |
| 11 | + from the `MyMath` class. (API change!) |
| 12 | + + Added 4 methods to the `VectorSet` interface: (API changes!) |
| 13 | + + `add(float, float, float)` |
| 14 | + + `contains(float, float, float)` |
| 15 | + + `toFloatArray()` |
| 16 | + + `toVectorArray()` |
| 17 | + + Added an option to the `VectorSetUsingBuffer` constructor to use wrapped |
| 18 | + arrays instead of a direct buffers. (API change!) |
| 19 | + + Generalized the `hypotenuse()`, `max()`, `min()`, and `sumOfSquares()` |
| 20 | + methods in the `MyMath` class to accept |
| 21 | + variable numbers of arguments. (API changes!) |
| 22 | + + Added a `normalizeLocal()` method to the `MyQuaternion` class. |
| 23 | + + When dumping an `IndexBuffer`, organize the indices into lines or triangles. |
| 24 | + |
3 | 25 | ## Version 4.5.0for32 released on 1 February 2020
|
4 | 26 |
|
5 | 27 | + Bugfix: `Icosphere` lacked a no-arg constructor.
|
@@ -581,4 +603,4 @@ Added `localToWorld(Quaternion)` and
|
581 | 603 | + Removed the Indices class
|
582 | 604 | + Removed findMinMaxHeights() and getMaxY() from MySpatial
|
583 | 605 | + Created jme3-utilities-heart library by splitting off packages from the
|
584 |
| - SkyControl and jme3-utilities-x libraries |
| 606 | + SkyControl and jme3-utilities-x libraries |
0 commit comments