Libra v0.4.0 Release Notes

Release Date: 2018-04-03 // about 6 years ago
  • 🚀 This release brings a huge revamp to the internal package structure, making Libra a lot easier to extend with new units. The imports are now:

    import libra._
    import libra.implicits._
    

    ⬆️ Upgrades

    ⬆️ Shapeless has been upgraded to 2.3.3

    Notable PRs

    • 🔨 #60 Refactor package structure
    • #59 Add as method to align quantities of the same dimension
    • ⬆️ #58 Upgrade shapeless to 2.3.3