| 1 Version 3.0 M1 |
1 Version 3.0 - 2023-07-09 |
| 2 -------------- |
2 ------------------------ |
| 3 work in progress |
3 * complete redesign from scratch |
| |
4 * collections can now store copies of objects and not just pointers |
| |
5 * collections are now dynamically implemented |
| |
6 * users of the library can specify own implementations of collections that work with the UCX API |
| |
7 * low level API for custom lists that do not use the UCX structures |
| |
8 * various fixes and improvements |
| |
9 * drops some other, rarely used, features |
| |
10 * removes testing implementation from the lib |
| 4 |
11 |
| 5 |
12 |
| 6 Version 2.1 - 2019-12-30 |
13 Version 2.1 - 2019-12-30 |
| 7 ------------------------ |
14 ------------------------ |
| 8 |
15 |