Skip to content

Version 0.2.1

Latest
Compare
Choose a tag to compare
@rossellhayes rossellhayes released this 21 May 18:32

New features

  • fracture() and frac_mat() no longer return an error when receiving a vector containing NA or Inf values (#14).
    • fracture(NA) now returns NA.
    • fracture(Inf) now returns "Inf/1".

Bug fixes

  • Fixed a bug where frac_style() would print integers in mixed fractures as "1 ⁰/₀" instead of "1" (#12).