Skip to content

v0.0.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@angelip2303 angelip2303 released this 10 Jun 14:40
· 7 commits to main since this release
6492293

We are pleased to announce the release of pregel-rs version 0.0.11! In this version, we have made some changes to the naming conventions of symbols in order to improve clarity and consistency within the codebase. These changes should help developers better understand the functionality and purpose of various components.

Renamed Symbols

The following symbols have been renamed in this release:

  • MessageReceiver::Src is now MessageReceiver::Subject: To avoid potential naming conflicts and provide a more descriptive name, the symbol representing a the direction of the messages sent in the Pregel model has been renamed.
  • MessageReceiver::Dst is now MessageReceiver::Object: Similar to the above change, the symbol representing an outer direction.