Skip to content

Releases: VectorInstitute/FL4Health

pFL combinations, new checkpointing modules, early stopping, more nnUnet integration, way better smoke tests

28 Jan 15:53
Compare
Choose a tag to compare

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #267
  • Modify LR Scheduler + Test by @jewelltaylor in #268
  • try except block for dataset.json in case nnunet_raw is unavailable by @scarere in #266
  • Bump waitress from 3.0.0 to 3.0.1 by @dependabot in #269
  • Address Shawns CR on previous PR by @jewelltaylor in #270
  • Elapsed time was backwards by @scarere in #271
  • modified progress bar formatting to inherit from flwr formatting by @scarere in #273
  • Modify curr step of LR Scheduler to start at 0 instead of 1 by @jewelltaylor in #274
  • Fix typing on assertion for ReportsManager by @jewelltaylor in #276
  • Changes to Support Expanded Experimentation with FedDG-GA by @emersodb in #252
  • Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 by @dependabot in #277
  • Adaptive and Fed DG-GA PFL Experimentation by @emersodb in #251
  • Add More Logging To FedDG-GA Strategy by @emersodb in #272
  • Updating the FLamby installation instructions to reflect some changes on their end. by @emersodb in #275
  • Lowercasing torch device variables throughout library when not global by @emersodb in #279
  • Pinning a source of randomness in server-side aggregation. by @emersodb in #278
  • First pass at optionally shutting down server (and remaining clients) on failures by @emersodb in #280
  • Adding a touch of logging for checkpointing errors by @emersodb in #281
  • Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 by @dependabot in #284
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #282
  • More Masked Layers for FedPM by @yc7z in #283
  • Fixing infinite base server test by @emersodb in #289
  • Moving relevant files to use the future annotations import for 'in-class' return values by @emersodb in #286
  • Modified some of the reporting keys and overhauled the wandb reporter by @scarere in #288
  • Small update to FLamby install instructions to avoid cluster failures. by @emersodb in #287
  • Bump aiohttp from 3.10.3 to 3.10.11 by @dependabot in #290
  • Name change for server folder to servers by @emersodb in #292
  • Add resume wandb reporter by @jewelltaylor in #293
  • Update deep mmd client and loss implementation by @sanaAyrml in #285
  • Custom nnunet trainer by @jewelltaylor in #296
  • Bump mlflow from 2.15.1 to 2.16.0 by @dependabot in #297
  • Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 by @dependabot in #302
  • Converting to masked layers bug fix by @yc7z in #303
  • Server storing FL configs and Consolidating Base Server Functionality by @emersodb in #294
  • Add max_num_validation_steps member of config and client and related … by @jewelltaylor in #304
  • Nnunet amp integration by @jewelltaylor in #305
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #306
  • Upgrading peotry lock to include jinja update. by @emersodb in #308
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #310
  • Consolidating model and state checkpointing on the client and server sides. by @emersodb in #298
  • Mypy Typing Migration and Some typo fixes by @emersodb in #299
  • A few fixes to our Examples by @emersodb in #300
  • Keras vulnerability ignore until there is a fix by @emersodb in #312
  • [CI] Add github action for creating Github release by @nerdai in #311
  • Small download script changes for RxRx1 by @emersodb in #315
  • Smoke test bug fix for Andrei with the state checkpointers by @emersodb in #316
  • [CU-868byqhk5] Fix smoke tests for GPU by @nerdai in #314
  • Pin PyArrow to v^17.0 by @nerdai in #317
  • Rxrx1 research running scripts by @sanaAyrml in #309
  • Move assert statements out of run_smoke_test and into the actual test (for graceful shutdown in case of failure) by @nerdai in #318
  • Add early stop module by @sanaAyrml in #301
  • Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 by @dependabot in #324

New Contributors

Full Changelog: v0.2.2...v0.3.0

Second patch fix for a few small straggler errors

26 Oct 18:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

Small patch release to include the proper core dependencies in the library toml

22 Oct 19:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

New nnunet integrations, better heterogeneous sampling, MMD constraints, reporter refactors

22 Oct 13:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.17...v0.2.0

New methods, strategies, library support, and more.

16 Aug 16:41
cc7efbd
Compare
Choose a tag to compare

There are several big additions in this release.

  • We now support federated model merging without requiring training
  • The server-side strategy FLASH is now supported
  • Native support for FedPM has been implemented
  • FENDA+Ditto is now available
  • FedSimCLR is now supported for self-supervised contrastive learning.
  • A ton of support for nnUnet is now in the library.

What's Changed

New Contributors

Full Changelog: v0.1.16...v0.1.17

Client Simplifications, PICAI preprocessing, README updates.

12 Jun 16:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.15...v0.1.16

FedRep, MR-MTL, FedDG-GA, upgrading torch, flwr versions and more!

09 May 14:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.13...v0.1.15

Add Ditto, Aggregation utils, PICAI dataset utils

05 Mar 15:34
fa28519
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.1.13

Sparse Parameter Exchanger and Federated Autoencoders.

22 Feb 14:58
Compare
Choose a tag to compare

What's Changed

  • Relax Floating Point Number Tolerance for PCA test by @yc7z in #106
  • Add separate functions to save aggregated and old local models in Fenda and Moon by @sanaAyrml in #109
  • Sparse Parameter Exchange by @yc7z in #103
  • Federated ae by @fatemetkl in #82

Full Changelog: v0.1.11...v0.1.12

Smoke Tests, Fed PCA, Small Bug Fixes, README update

09 Feb 13:43
Compare
Choose a tag to compare

What's Changed

  • Upgrading jinja2 to 3.1.3 to fix a security issue by @lotif in #96
  • Add federated checkpointing by @sanaAyrml in #95
  • Federated PCA by @yc7z in #89
  • Add a reporter to save the metrics to a parseable file by @lotif in #92
  • Smoke tests: Fix random seed on smoke tests and add asserts on results by @lotif in #97
  • Ignoring one more pillow 9.5.0 vulnerability by @lotif in #99
  • Initial Parameter Retrieval Code Duplication Reduction by @emersodb in #104
  • README Update to include all of the new work! by @emersodb in #105
  • Splitting Loss into EvaluationLoss and TrainLoss by @lotif in #100
  • Update personalized approaches section header by @amrit110 in #107
  • Fixing a small, but significant, bug with MOON. by @emersodb in #108

Full Changelog: v0.1.10...v0.1.11