Skip to content

Releases: varnio/fedsim

static user algorithm methods

21 Sep 17:57
Compare
Choose a tag to compare

Full Changelog: v0.8.3...v0.9.0

  • make all user methods in algorithms static (no self argument).
  • better encapsulation.
  • expand definition of storage for read and write protection.
  • added FedDF to algorithms

vaid split for global datsets

18 Sep 19:30
Compare
Choose a tag to compare

What's Changed

  • global valid portion in basic data manager` by @fvarno in #71

Full Changelog: v0.8.2...v0.8.3

better readme compatibility

12 Sep 22:22
Compare
Choose a tag to compare

change readme paths with links

Full Changelog: v0.8.1...v0.8.2

minor link bug

12 Sep 21:50
Compare
Choose a tag to compare

updated docs and docstrings

12 Sep 21:48
Compare
Choose a tag to compare

What's Changed

  • major edit to user guide, add missing docstrings by @fvarno in #65

Full Changelog: v0.7.0...v0.8.0

v0.7.0

10 Sep 15:55
Compare
Choose a tag to compare

What's Changed

  • organize included models by @fvarno in #63
  • better data encapsulation

Full Changelog: v0.6.2...v0.7.0

v0.6.2

01 Sep 02:21
Compare
Choose a tag to compare

What's Changed

  • dummy optimizer out of lr scheduler by @fvarno in #60

Full Changelog: v0.6.1...v0.6.2

fixed bug in basicdatamanager

18 Aug 02:31
Compare
Choose a tag to compare

What's Changed

  • Dev by @fvarno in #55

  • fixed bug in partition_global_data of BasicDataManager

  • some changes in default values for better log storage and aggregation

Full Changelog: v0.6.0...v0.6.1

V0.6.0

17 Aug 15:22
Compare
Choose a tag to compare
  • changed the name of cli directory
  • added cli tests
  • added support for pytorch original lr schedulers
  • improved docs
  • added version option to fedsim-cli

Full Changelog: v0.5.0...v0.6.0

better lr schedulers

15 Aug 23:17
Compare
Choose a tag to compare
  • completed lr schedulers and generalized them for all levels
  • changed some argument names and default values
    Full Changelog: v0.4.1...v0.5.0