v0.0.11
Pre-release
Pre-release
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 nowMessageReceiver::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 nowMessageReceiver::Object
: Similar to the above change, the symbol representing an outer direction.