Releases: JWock82/ipycalc
Releases · JWock82/ipycalc
Fix for trig function displays
v0.0.43 Fix for trig function displays
Trig function fix
v0.0.42 Trig function fix
Fixed display of atan, acos, asin functions
v0.0.41 Bug fix for display of trig arc funtions
Fix for seconds units
v0.0.40 v0.0.40
Changes seconds to `sec` instead of `s`
s
was too generic. We often use s
as a variable name for other things. To eliminate ambiguity, seconds can now only be referenced using only second
or sec
.
Days have similarly been changed from d
or day
to just day
.
Minor bug fixes
v0.0.38 v0.0.38
v0.0.37b
v0.0.37
Added page breaks to `ipycalc` template in `nbconvert`
Add the following to create a page break in Jupyter:
Line break fixes
v0.0.35 Bug fixes