|
18 | 18 |
|
19 | 19 | ## News |
20 | 20 |
|
| 21 | +**April 1**: v2.5.0 |
| 22 | +- Improved `get_all_triplets_indices` so that large batch sizes don't trigger the `INT_MAX` error. |
| 23 | +- See the [release notes](https://github.com/KevinMusgrave/pytorch-metric-learning/releases/tag/v2.5.0). |
| 24 | +- Thank you [mkmenta](https://github.com/mkmenta). |
| 25 | + |
21 | 26 | **December 15**: v2.4.0 |
22 | 27 | - Added [DynamicSoftMarginLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#dynamicsoftmarginloss). |
23 | 28 | - Added [RankedListLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#rankedlistloss). |
24 | 29 | - See the [release notes](https://github.com/KevinMusgrave/pytorch-metric-learning/releases/tag/v2.4.0). |
25 | 30 | - Thank you [domenicoMuscill0](https://github.com/domenicoMuscill0), [Puzer](https://github.com/Puzer), [interestingzhuo](https://github.com/interestingzhuo), and [GaetanLepage](https://github.com/GaetanLepage). |
26 | 31 |
|
27 | | -**July 25**: v2.3.0 |
28 | | -- Added [HistogramLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#histogramloss) |
29 | | -- Thank you [domenicoMuscill0](https://github.com/domenicoMuscill0). |
30 | | - |
31 | 32 | ## Documentation |
32 | 33 | - [**View the documentation here**](https://kevinmusgrave.github.io/pytorch-metric-learning/) |
33 | 34 | - [**View the installation instructions here**](https://github.com/KevinMusgrave/pytorch-metric-learning#installation) |
@@ -236,6 +237,7 @@ Thanks to the contributors who made pull requests! |
236 | 237 | | [AlenUbuntu](https://github.com/AlenUbuntu) | [CircleLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#circleloss) | |
237 | 238 | | [interestingzhuo](https://github.com/interestingzhuo) | [PNPLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#pnploss) | |
238 | 239 | | [wconnell](https://github.com/wconnell) | [Learning a scRNAseq Metric Embedding](https://github.com/KevinMusgrave/pytorch-metric-learning/blob/master/examples/notebooks/scRNAseq_MetricEmbedding.ipynb) | |
| 240 | +| [mkmenta](https://github.com/mkmenta) | Improved `get_all_triplets_indices` (fixed the `INT_MAX` error) | |
239 | 241 | | [AlexSchuy](https://github.com/AlexSchuy) | optimized ```utils.loss_and_miner_utils.get_random_triplet_indices``` | |
240 | 242 | | [JohnGiorgi](https://github.com/JohnGiorgi) | ```all_gather``` in [utils.distributed](https://kevinmusgrave.github.io/pytorch-metric-learning/distributed) | |
241 | 243 | | [Hummer12007](https://github.com/Hummer12007) | ```utils.key_checker``` | |
|
0 commit comments