What's Changed
- Terminal releases by @WhiteBlackGoose in #488
- Update TerminalNightly.yml by @WhiteBlackGoose in #489
- Assembly loader on computation expressions by @WhiteBlackGoose in #493
- New discord badge by @WhiteBlackGoose in #492
- Lambdas and functions by @WhiteBlackGoose in #496
- Function syntax for lambdas by @WhiteBlackGoose in #499
- Memory diagnoser added and perf report update by @WhiteBlackGoose in #501
- Issue 491 by @WhiteBlackGoose in #503
- Issue 502 by @WhiteBlackGoose in #504
- Generic math impl by @WhiteBlackGoose in #509
- Licenses fix by @WhiteBlackGoose in #513
- Separating experimental from the safe one by @WhiteBlackGoose in #517
- Update README.md by @WhiteBlackGoose in #518
- Versioning by @WhiteBlackGoose in #519
- Terminal as global tool by @WhiteBlackGoose in #521
- Terminal fixes by @WhiteBlackGoose in #522
- Removed *.user files. Issue 514 by @willTyler1 in #520
- Minor fixes by @WhiteBlackGoose in #523
- Memory usage benchmark by @WhiteBlackGoose in #527
- Imprecise equality by @WhiteBlackGoose in #533
- Links changed by @WhiteBlackGoose in #535
- Implement piecewise compilation by @Illuminati-CRAZ in #532
- Added more default defined symbols by @dogayalcin in #538
- Fixes of the terminal and compilation protocol by @WhiteBlackGoose in #543
- Versioning by @WhiteBlackGoose in #546
- Interactive Plot.polar draft implementation (#544) by @cyberillithid in #547
- Minor work by @WhiteBlackGoose in #551
- Updated versions for formatting by @WhiteBlackGoose in #553
- Bash Automation to Update Copyright information from 2021 to 2022 by @bimal-parajuli in #555
- Fix tests by @WhiteBlackGoose in #556
- Fix by @WhiteBlackGoose in #560
- Eta reduction by @WhiteBlackGoose in #564
- Update CODE_OF_CONDUCT.md by @WhiteBlackGoose in #566
- Tan bug fixed by @WhiteBlackGoose in #570
- Citation info by @WhiteBlackGoose in #574
- Use the highest version for prereleases instead of the lowest by @WhiteBlackGoose in #577
- Implemented xor simplification and xor sort by @DavidBeh in #576
- Fixing CI... by @WhiteBlackGoose in #578
- dib for C# by @WhiteBlackGoose in #581
- Matrix concatenation by @WhiteBlackGoose in #582
- More docs by @WhiteBlackGoose in #583
- Working on more docs by @WhiteBlackGoose in #586
- Fixed link for changelog (#528) by @djvoelker in #589
- Deb simple by @WhiteBlackGoose in #593
- New archs by @WhiteBlackGoose in #594
- minor fixes by @WhiteBlackGoose in #595
- Update pack-deb-linux.sh by @WhiteBlackGoose in #598
- Merging AngouriMath.Experimental by @WhiteBlackGoose in #612
- Infinite recursion in integral fix by @WhiteBlackGoose in #613
- Improvements to operations with collections and indexables by @Lehonti in #614
- Replaced Jupyter badge with .NET Interactive badge #545 by @mgnslndh in #616
- Issue 619 Bug: Solving a system of equations... by @adk7507 in #622
- Fix LaTeX for 2 * {3}^{4} by @Happypig375 in #638
- LaTeX overhaul by @Happypig375 in #639
- Fix CI by @Happypig375 in #640
- Upgrade ANTLR to 4.13.1 by @vignesh-jeevanandam in #633
- Update Benchmark.yml by @WhiteBlackGoose in #588
- fix: issue620 Updated referenced versions by @ArchiBC in #621
- Move AngouriMath up a folder by @Happypig375 in #643
- Move AngouriMath up a folder and fix paths by @Happypig375 in #644
- Fix by @Happypig375 in #645
- Extend NuGet workflow to support both MyGet and NuGet.org publishing by @Copilot in #646
- Add AngouriMath.Terminal to NuGet publishing workflow and use ProjectReference for internal dependencies by @Copilot in #647
- Deprecated -> No longer actively maintained by @Happypig375 in #649
- LaTeX chained comparison fix by @Happypig375 in #648
- Keep domains on simplify ("x/x" becomes "1 provided not x = 0"), fix 0/0 = 0 (now becomes undefined), fixed arcotanh and gamma definitions by @Happypig375 in #650
- Parenthesize LaTeX limit target for one-sided limits, parenthesize Provided by Priority by @Happypig375 in #651
- Do not simplify x in {1} to false, InnerEval merge with InnerSimplify, simplify 0/0 to NaN in InnerSimplify by @Happypig375 in #652
- Display not equals in Latexise, simplify Notf(Andf) and Notf(Orf) by @Happypig375 in #653
- Fix stack overflow for nonexistent two-sided limits by @Happypig375 in #654
- Change AngouriMath.Experimental to AngouriMath.Terminal MyGet on README by @Happypig375 in #655
- Place calculus operator priority between addition/subtraction and mutiplication/division in Latexise by @Happypig375 in #656
- Add C to integration result, change integral node to support range instead of iterations, implement u-substitution and quadratic denominator integral, integration of abs(x), sgn(x) and ln(abs(x))^2 by @Happypig375 in #657
- Place set union and minus at same precedence, place xor above or in precedence, fix chained comparison parsing by @Happypig375 in #658
- Additional definite integral testing by @Happypig375 in #659
- Stringize provided as associative by @Happypig375 in #660
New Contributors
- @willTyler1 made their first contribution in #520
- @Illuminati-CRAZ made their first contribution in #532
- @dogayalcin made their first contribution in #538
- @cyberillithid made their first contribution in #547
- @bimal-parajuli made their first contribution in #555
- @DavidBeh made their first contribution in #576
- @djvoelker made their first contribution in #589
- @Lehonti made their first contribution in #614
- @mgnslndh made their first contribution in #616
- @adk7507 made their first contribution in #622
- @vignesh-jeevanandam made their first contribution in #633
- @ArchiBC made their first contribution in #621
- @Copilot made their first contribution in #646
Full Changelog: v1.0.0...v1.4.0