Skip to content

Releases: JWock82/ipycalc

Fixed display of stacked fraction with exponents.

28 Feb 02:14

Choose a tag to compare

Stacked fractions with exponents in the denominator were displaying the exponent on the entire fraction. The equation was evaluating correctly, but the equation itself was displaying improperly. This has been resolved.

Top Aligned Row Output & Code Robustness Improvements

28 Feb 01:54

Choose a tag to compare

Top aligned row output. This improves readability of multi-line calculations by ensuring the description and reference are anchored at the top of each calc row, rather than centered in it.

Also, simplified calculations so that nested tables are no longer used for display. Instead, each row of a multi-line calc is its own row in the table. This approach is compatible with both KaTeX (VSCode environments) and MathJax (Jupyter environments). The former nested array approach was a clunky workaround for KaTeX.

More aggressive print margin control

27 Jan 23:38

Choose a tag to compare

v0.0.79

Update for v0.0.79

Giving `ipycalc` Print Margins Precedence in `nbconvert`

27 Jan 23:28

Choose a tag to compare

Added Support for Percentages

27 Jan 18:22

Choose a tag to compare

v0.0.77

Update for v0.0.76

Reduced Package Size & Made Compatible w/ Jupyterlab 4.5.2

23 Jan 03:54

Choose a tag to compare

Change `min` to `minute` to Avoid Conflicts w/ Python's `min()` Function

05 Jan 15:24

Choose a tag to compare

v0.0.75

Changed `min` to `minute` to prevent conflicts w/ Python's `min()`

Minor Bug Fixes

02 Jan 21:55

Choose a tag to compare

  • Added support for the & symbol in descriptions and reference text.
  • Bug fix for spacing formatting in negative results.

Added Support for String Variables and New Units (rpm, Hz)

24 Dec 20:36

Choose a tag to compare

Support for KaTeX and VS Code

29 Aug 14:58

Choose a tag to compare

Added support for KaTeX and VS Code