Skip to content

Commit

Permalink
v0.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
JWock82 committed Oct 29, 2022
1 parent 7bc8f3c commit 1ffb934
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Here are a few useful things to keep in mind when using `ipycalc`:
* `If` statements and `else` statements are available using python's inline `if` statement notation.
* Square roots can be displayed using `sqrt`.
* Prime characters can be displayed using `^prime`.
* US units are built in via `Pint`. Metric units are not yet supported.
* If a line gets too long for printing, you can add a line break to the description, equation, or reference by inserting `//`.
* US units are built in via `Pint`. Basic support is available for some more common metric units.
* `ipycalc` has a built in `nbconvert` template called `ipycalc` that works just like the `webpdf` template, except it fixes the the bad margins in the `webpdf` template.

IPycalc is still in its infancy. I'm sure there are bugs, so be cautious and use your head. A special thanks to @connorferster for `handcalcs` which inspired this project: https://github.com/connorferster/handcalcs
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="ipycalc",
version="0.0.31",
version="0.0.32",
author="D. Craig Brinck, PE, SE",
author_email="[email protected]",
description="Clean looking engineering calculations for IPython",
Expand Down

0 comments on commit 1ffb934

Please sign in to comment.