8000 Comparing v0.2.0...v0.3.0 · nfejzic/mathemascii · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nfejzic/mathemascii
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: nfejzic/mathemascii
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 5 commits
  • 17 files changed
  • 2 contributors

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    87038ff View commit details
    Browse the repository at this point in the history
  2. docs: fix broken badge link

    nfejzic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7925656 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 0.2.0

    github-actions[bot] authored and nfejzic committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    74824f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. feat: reduce redundancy of grouping symbols (#11)

    In some cases groupings are used to indicate that a certain part of
    expression should be interpreted as a single term. For example in
    fractions: `(a + b) / (c + d)`, or when using scripts `x^(n-1)` and so
    on.
    
    In such cases, the grouping symbols don't have to be rendered. For
    example $\frac{a + b}{c + d} \equiv \frac{(a + b)}{(c + d)}$. The same
    holds for the scripts: $x^{n-1} \equiv x^{(n-1)}$.
    
    This PR solves that problem. Also, some structures are simplified by
    using `SimpleExpr::Interm` instead of `SimpleExpr::Grouping` with
    ignored grouping symbols. This makes snapshots somewhat simpler.
    
    Additionally, block rendering in binary is now supported with `-b,
    --block` flag.
    nfejzic authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    176696b View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.3.0

    github-actions[bot] authored and nfejzic committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    ec5a931 View commit details
    Browse the repository at this point in the history
Loading
0