Multiworld

Latest version: v0.2.1

Safety actively analyzes 682361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.2.1

What's Changed
* docs: updated readme file by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/86
* refactor: run post_setup script on init by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/87
* fix: error handle in initial configuration by myungjin in https://github.com/cisco-open/pymultiworld/pull/89
* docs: revise description on installation by myungjin in https://github.com/cisco-open/pymultiworld/pull/90
* misc: version 0.2.1 by myungjin in https://github.com/cisco-open/pymultiworld/pull/91


**Full Changelog**: https://github.com/cisco-open/pymultiworld/compare/0.2.0...0.2.1

0.2.0

What's Changed
* feat: added gather example by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/54
* feat: added scatter example by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/61
* doc: added gather doc by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/55
* docs: added send_recv docs by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/62
* docs: resnet documentation by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/63
* feat: boolean function to check if world is broken by myungjin in https://github.com/cisco-open/pymultiworld/pull/66
* chore(deps): bump the github group with 2 updates by dependabot in https://github.com/cisco-open/pymultiworld/pull/14
* chore(deps): bump step-security/harden-runner from 2.8.0 to 2.9.0 by dependabot in https://github.com/cisco-open/pymultiworld/pull/39
* refactor: examples error handling by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/64
* refactor: improved docstring on methods by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/65
* refactor: refactor resnet example by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/67
* misc: minor update on docstring by myungjin in https://github.com/cisco-open/pymultiworld/pull/69
* docs: improved documentation for examples by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/68
* docs: added docs using sphinx by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/70
* fix: fixed tensors by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/73
* docs: updated rst files with updated README by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/72
* docs: installation doc by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/74
* docs: introduction doc by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/77
* chore: added required files for RTD by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/76
* docs: getting started section by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/75
* fix: fix readthedocs build by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/78
* fix: fix requirements for Sphinx build by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/79
* fix: build fix for readthedocs by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/80
* fix: gloo backend by myungjin in https://github.com/cisco-open/pymultiworld/pull/81
* fix: added mock import by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/82
* refactor: restructuring packaging by myungjin in https://github.com/cisco-open/pymultiworld/pull/83
* misc: version 0.2.0 by myungjin in https://github.com/cisco-open/pymultiworld/pull/84
* docs: updated API docs by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/85


**Full Changelog**: https://github.com/cisco-open/pymultiworld/compare/0.1.2...0.2.0

0.1.2

What's Changed
* refactor: nccl's async error handling in pytorch by myungjin in https://github.com/cisco-open/pymultiworld/pull/59
* misc: version to 0.1.2 by myungjin in https://github.com/cisco-open/pymultiworld/pull/60


**Full Changelog**: https://github.com/cisco-open/pymultiworld/compare/0.1.1...0.1.2

0.1.1

Key Changes
* Support for PyTorch 2.4.0 (51)
* Making CCL operations non-blocking for asyncio (52)
* Several fixes: 38, 35, 34, 27

What's Changed
* refactor: update asyncio example by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/25
* fix: fixed stdout not being flushed by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/27
* fix: pytorch v2.2.1 patch by myungjin in https://github.com/cisco-open/pymultiworld/pull/28
* refactor: support for patch files by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/29
* misc: reformatting resnet example by myungjin in https://github.com/cisco-open/pymultiworld/pull/30
* refactor: update collective operations' signatures by myungjin in https://github.com/cisco-open/pymultiworld/pull/31
* doc: update publication by myungjin in https://github.com/cisco-open/pymultiworld/pull/32
* fix: DEFAULT_WORLD_NAME import error by myungjin in https://github.com/cisco-open/pymultiworld/pull/34
* feat: added multiworld all_reduce example by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/33
* nit: keyerror exception handling by myungjin in https://github.com/cisco-open/pymultiworld/pull/35
* fix: incorrect worldstatus list allocation by myungjin in https://github.com/cisco-open/pymultiworld/pull/38
* refactor: updated examples folder structure by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/37
* feat: added all_gather example by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/41
* misc: make m8d-send-recv script flexible by myungjin in https://github.com/cisco-open/pymultiworld/pull/42
* feat: added all_reduce with multiple worlds by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/36
* feat: all reduce docs by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/40
* feat: added all_gather docs by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/44
* feat: added broadcast example by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/45
* feat: added all_gather example for multiple worlds by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/43
* feat: updating examples readme file by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/46
* feat: update broadcast examples by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/48
* feat: pytorch v2.4.0 patch by myungjin in https://github.com/cisco-open/pymultiworld/pull/51
* fix: asyncio-friendly nccl operations by myungjin in https://github.com/cisco-open/pymultiworld/pull/52
* doc: added doc for broadcast by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/49
* feat: added reduce example by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/50
* doc: added doc for reduce example by raresgaia123 in https://github.com/cisco-open/pymultiworld/pull/56
* misc: version bump-up to 0.1.0 by myungjin in https://github.com/cisco-open/pymultiworld/pull/53
* doc: readme revision by myungjin in https://github.com/cisco-open/pymultiworld/pull/57
* misc: version 0.1.1 by myungjin in https://github.com/cisco-open/pymultiworld/pull/58


**Full Changelog**: https://github.com/cisco-open/pymultiworld/compare/0.0.4...0.1.1

0.0.4

What's Changed
* chore: clean up obsolete patch file by myungjin in https://github.com/cisco-open/pymultiworld/pull/19
* misc: Apache 2.0 license update by myungjin in https://github.com/cisco-open/pymultiworld/pull/20
* feat: concurrent world initialization by myungjin in https://github.com/cisco-open/pymultiworld/pull/21
* feat: support for more ccl operations by myungjin in https://github.com/cisco-open/pymultiworld/pull/22
* chore: clean up unnecessary code/files by myungjin in https://github.com/cisco-open/pymultiworld/pull/23
* release: version bump-up to 0.0.4 by myungjin in https://github.com/cisco-open/pymultiworld/pull/24


**Full Changelog**: https://github.com/cisco-open/pymultiworld/compare/0.0.3...0.0.4

0.0.3

What's Changed
* patch: pytorch patch revision for multiworld by myungjin in https://github.com/cisco-open/pymultiworld/pull/18


**Full Changelog**: https://github.com/cisco-open/pymultiworld/compare/0.0.2...0.0.3

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.