v0.0.12
Pre-releaseWe're excited to announce the release of pregel-rs
version 0.0.12! This release brings several improvements and bug fixes, with a major change in functionality.
Removed remove_nulls
functionality
In response to user feedback and to streamline the library, we have decided to remove the remove_nulls
functionality from pregel-rs
. This feature was initially introduced to handle null values in the graph data, but it has been found to create unnecessary complexity and potential confusion.
Removing the remove_nulls
functionality simplifies the codebase and reduces the cognitive load when working with the library. It also aligns with the design principle of keeping pregel-rs
lightweight and focused on its core features.
We understand that some users may have been utilizing this functionality in their projects. If you rely on remove_nulls
, we recommend updating your code to handle null values directly before invoking pregel-rs
. This approach allows for better control and customization based on your specific use case.