Skip to content

Improved documentation and inclusion of set_sig_figs() in imports

Compare
Choose a tag to compare
@HannahSi HannahSi released this 16 Sep 05:29
· 31 commits to master since this release
0eb8b17

This release includes three updates:

  • aguaclara.core.pipes is now included in the AguaClara package documentation
  • The documentation site homepage has instructions on installing, contributing to, and using the package
  • aguaclara.core.units has been added to package level imports, so set_sig_figs() can be accessed like so:
    import aguaclara as ac
    ac.set_sig_figs(3)