Skip to content

Releases: JWock82/ipycalc

Support fo Linebreaks Inside Functions

Choose a tag to compare

@JWock82 JWock82 released this 28 Jun 15:19

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

Choose a tag to compare

@JWock82 JWock82 released this 16 Jun 20:37
v1.0.7

Update to v1.0.7

Allow Users to Overwrite Units with Variables

Choose a tag to compare

@JWock82 JWock82 released this 27 Mar 15:02
v1.0.6

Update for v1.0.6

Fixed Multiline Indent in Jupyter Lab

Choose a tag to compare

@JWock82 JWock82 released this 26 Mar 00:21
v1.0.5

Update for v1.0.5

Bug fix for importing variables

Choose a tag to compare

@JWock82 JWock82 released this 25 Mar 22:50

The name import_vars was being overwritten when cells were running, leading to recursion and infinite loops

Bug Fix for Multiline Calculation Display

Choose a tag to compare

@JWock82 JWock82 released this 25 Mar 22:29

Indents were acting strange in equations, sometimes displaying text out of the window margins.

Bug fix

Choose a tag to compare

@JWock82 JWock82 released this 20 Mar 21:29
v1.0.2

Bug fix for %%calc not recognized

Made Module Imports More Robust

Choose a tag to compare

@JWock82 JWock82 released this 20 Mar 20:21
v1.0.1

Update for v1.0.1

v1.0.0 Release!

Choose a tag to compare

@JWock82 JWock82 released this 19 Mar 18:55

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

Choose a tag to compare

@JWock82 JWock82 released this 05 Mar 20:24
v0.0.87

Update for v0.0.87