Releases: JWock82/ipycalc
Fixed display of stacked fraction with exponents.
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
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
v0.0.79 Update for v0.0.79
Giving `ipycalc` Print Margins Precedence in `nbconvert`
v0.0.78 Update for v0.0.78
Added Support for Percentages
v0.0.77 Update for v0.0.76
Reduced Package Size & Made Compatible w/ Jupyterlab 4.5.2
v0.0.76 Update for v0.0.76
Change `min` to `minute` to Avoid Conflicts w/ Python's `min()` Function
v0.0.75 Changed `min` to `minute` to prevent conflicts w/ Python's `min()`
Minor Bug Fixes
- 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)
v0.0.73 Updated comments
Support for KaTeX and VS Code
Added support for KaTeX and VS Code