Skip to content

v0.5.0

Compare
Choose a tag to compare
@yutannihilation yutannihilation released this 05 Jun 13:50
· 45 commits to master since this release
a1047c2
  • Update the default precomputed bindings to R 4.3.0.
  • Remove deprecated API VECTOR_PTR from bindings. [#165]
  • Use Rust types such as u32 and i16 instead of C types such as c_uint and c_short for enums. [#160]
  • Remove mathematical constants (e.g., M_PI), which are also provided by Rust's std (e.g., std::f64::consts::PI). [#160]
  • Exclude "non-API" calls. [#135]
  • Refactor version logging in generated bindings. [#159]
  • Redefine R-devel's Rcomplex. [#156]