Skip to content

Commit 0424ee0

Browse files
authored
Merge branch 'develop' into refactor/parse_config
2 parents 6dbd02f + 4a25655 commit 0424ee0

File tree

15 files changed

+339
-270
lines changed

15 files changed

+339
-270
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,5 +262,6 @@ Francois <819179+fchu@users.noreply.github.com>
262262
witer33 <34513257+witer33@users.noreply.github.com>
263263
Hudsxn <jhudson98new@gmail.com>
264264
Christian Stussak <stussak@mfo.de>
265+
aitee <1228639+aitee@users.noreply.github.com>
265266

266267
# Generated by tools/update-authors.js

HISTORY.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# History
22

3-
# Unpublished changes since 14.3.1
3+
# 2025-03-28, 14.4.0
44

55
- Feat: improve the performance of function `flatten` (#3400). Thanks @dvd101x.
66
- Feat: improve the performance of `map` and `forEach` (#3409).
77
Thanks @dvd101x.
8+
- Feat: add LaTeX representation for fractions (#3434, #3419). Thanks @orelbn.
89
- Fix: #3422 allow dot operators after symbol E (#3425).
10+
- Fix: issue in the `nthRoots` latex function template string (#3427).
11+
Thanks @aitee.
12+
- Fix: upgrade to the latest version of `@babel/runtime`.
913

1014
# 2025-03-06, 14.3.1
1115

@@ -166,9 +170,9 @@
166170
Breaking changes:
167171

168172
- Change `isZero`, `isPositive`, and `isNegative` to respect `config.epsilon`
169-
(#3139, #2838).
173+
(#3139, #2838). Thanks @dvd101x.
170174
- Change the behavior of the internal `nearlyEqual` to align with Python and
171-
Julia (#3152, #2838)
175+
Julia (#3152, #2838). Thanks @dvd101x.
172176
- Upgrade to `fraction.js@4.3.7`,
173177
see <https://github.com/rawify/Fraction.js/issues/68>.
174178
- Dropped support for JavaScript engines that do not fully support ES6 or

0 commit comments

Comments
 (0)