Scientific Computing in Rust Monthly #3

Welcome to this month's issue of Scientific Computing in Rust Monthly.

Scientific Computing in Rust Monthly can be viewed online at scientificcomputing.rs/monthly, you can sign up to receive an email copy at mailinglist.scientificcomputing.rs, or you can subscribe using the RSS feed at scientificcomputing.rs/monthly/rss.xml.

Items can be added to the next issue of the newsletter by opening a pull request to the Scientific Computing in Rust Monthly repository on GitHub. You can find more information about adding items here.

Crate of the month: bacon-sci

crates.io ~ docs.rs ~ source

bacon-sci is a crate with function for solving a variety of scientific problems, including polynomial interpolation, root finding, and initial value problems. We recommend starting by reading this blog post all about bacon-sci.

New releases

Bempp 0.2.0

Bempp is a boundary integral operator assembly library that can assemble the operators that are widely used in boundary element method (BEM) applications. The latest release includes a Python user interface to the Rust core of the code.

float8 0.1.1

float8 provides Rust data types for storing 8-bit floating point numbers.

tucanos

tucanos is a 2D and 3D anisotropic mesh adaptation library. Python wrappers can be found at github.com/tucanos/pytucanos