Releases: JWock82/ipycalc
Release list
Support fo Linebreaks Inside Functions
This update resolves a bug where linebreaks inside functions caused the equations to not render. Functions like max and min usually have multiple equations inside them, causing the lines to run long. It's helpful to be able to break the equations into multiple lines with \\ for a cleaner display. That's now possible.
Added support for cotangent
v1.0.7 Update to v1.0.7
Allow Users to Overwrite Units with Variables
v1.0.6 Update for v1.0.6
Fixed Multiline Indent in Jupyter Lab
v1.0.5 Update for v1.0.5
Bug fix for importing variables
The name import_vars was being overwritten when cells were running, leading to recursion and infinite loops
Bug Fix for Multiline Calculation Display
Indents were acting strange in equations, sometimes displaying text out of the window margins.
Bug fix
Made Module Imports More Robust
v1.0.1 Update for v1.0.1
v1.0.0 Release!
ipycalc has matured enough to earn a 1.0 release! A major new feature in this release is the ability to share variables between jupyter notebooks. This allows you to build out a folder of calculations that can talk to each other and share variables.
Bug Fix for Header Numbering in Exporter
v0.0.87 Update for v0.0.87