What's Changed
- adds available_device to test_mutual_information #3335 by @BanzaiTokyo in #3367
- At end of epoch on an IterableDataset ensure engine.state.output rema… by @mtauraso in #3373
- Add output_transform type check in Metric class (#3352) by @HyeSungP in #3371
- Make test_iterator_state_output more readable by @mtauraso in #3375
- Updated conda recipe by @vfdev-5 in #3370
- removes deprecated save_as_state_dict param that was raising an error. fixes #3377 by @BanzaiTokyo in #3378
- [skip ci] Added merge_group to update unit-tests.yml by @vfdev-5 in #3386
- adds available device to test_davies_bouldin_score.py #3335 by @BanzaiTokyo in #3383
- adds available device to test_silhouette_score.py #3335 by @BanzaiTokyo in #3384
- adds available_device to RootMeanSquaredError #3335 by @BanzaiTokyo in #3380
- adds available device to test_top_k_categorical_accuracy.py #3335 by @BanzaiTokyo in #3381
- adds available device to test_calinski_harabasz_score.py #3335 by @BanzaiTokyo in #3382
- [skip ci] Fixed a typo in docs by @vfdev-5 in #3388
- Test fbeta available device #3335 by @BanzaiTokyo in #3360
- adds available_device to RocCurve #3335 by @BanzaiTokyo in #3379
- test: use absolute tolerance in FID test to account for float32 numer… by @BanzaiTokyo in #3390
- temporarily skip SR example if Caltech101 dataset fails to download by @BanzaiTokyo in #3393
- fix test_distrib_integration by @BanzaiTokyo in #3392
- adds available device to nlp tests #3335 by @BanzaiTokyo in #3385
- replace python setup.py install with pip install . by @BanzaiTokyo in #3396
- adds available_device to test_precision_recall_curve #3335 by @BanzaiTokyo in #3368
- add available device to test_epoch_metric.py #3335 by @BanzaiTokyo in #3395
- Regression metrics updates mps #3335 by @BanzaiTokyo in #3402
- 1 regression tests available device #3335 by @BanzaiTokyo in #3403
- 2 regression tests available device #3335 by @BanzaiTokyo in #3404
- 3 regression tests available device #3335 by @BanzaiTokyo in #3405
- available device in test_object_detection_map.py by @BanzaiTokyo in #3409
- 5 regression tests available device #3335 by @BanzaiTokyo in #3407
- 6 regression tests available device #3335 by @BanzaiTokyo in #3408
- Fix cocotools change for missing info key by @goanpeca in #3416
- Update expected output to fix doctests by @goanpeca in #3415
- Add dependabot to keep actions on wokflows updated by @goanpeca in #3417
- Update typing to fix errors [skip netlify] by @goanpeca in #3414
- Run pre-commit to fix end-of-file-fixer and trailing-whitespace by @goanpeca in #3418
- Bump the github-actions group with 9 updates by @dependabot[bot] in #3419
- Add commit that fixed style to several files to git blame file by @goanpeca in #3422
- Update to use pyproject.toml only by @goanpeca in #3413
- Use pre-commit to update code style. by @goanpeca in #3423
- Fix build backend by @goanpeca in #3425
- Add channels explicitely in github action by @goanpeca in #3429
- Update pre-commit file and configuration by @goanpeca in #3412
- Use astral uv on CI testing by @goanpeca in #3420
- Replaced links on Blue, Rouge etc papers by @vfdev-5 in #3431
- Add 3.13 to unit-tests.yml by @vfdev-5 in #3432
- Update build constraints by @goanpeca in #3433
- Update docker images by @goanpeca in #3430
- Add fixes to doctest and fix incorrect link by @goanpeca in #3443
- Fix codecov deprecation warning by @goanpeca in #3445
- Add typing and style checks as separate workflows by @goanpeca in #3442
- Fix MPS by @goanpeca in #3444
- Bump the github-actions group across 1 directory with 3 updates by @dependabot[bot] in #3446
- Add has_registered_events method to Engine class by @JeevanChevula in #3449
- Fix dataset check and run super resolution example by @vfdev-5 in #3452
- Update GitHub Actions runner to macOS 14 by @ZainRizvi in #3450
- Use weak reference to break circular reference and memory leaks by @goanpeca in #3447
- Add SAVED_CHECKPOINT event to Checkpoint handler by @JeevanChevula in #3440
- Fix failing distributed sampler test by @vfdev-5 in #3453
- Exposed FBResearchLogger in ignite.handlers by @vfdev-5 in #3457
- Fix FutureWarning: Replace torch.cuda.amp.GradScaler with torch.amp.GradScaler by @Copilot in #3458
- Fixed iteration visual value in fbresearch_logger by @vfdev-5 in #3459
- Remove dev tools installation from CI workflow by @vfdev-5 in #3462
- Fixed AMP error messages by @vfdev-5 in #3460
- Updated pytorch-version-tests.yml by @vfdev-5 in #3461
- Removed python 3.9 from CI by @vfdev-5 in #3463
- Fixed failing mypy on python 3.13 by @vfdev-5 in #3464
- Removed torch<2 from CI by @vfdev-5 in #3465
New Contributors
- @mtauraso made their first contribution in #3373
- @goanpeca made their first contribution in #3416
- @dependabot[bot] made their first contribution in #3419
- @JeevanChevula made their first contribution in #3449
Full Changelog: v0.5.2...v0.5.3