Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 2c481db

Browse files
committed
update history.md
1 parent f307e7b commit 2c481db

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

HISTORY.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# History
22

3+
4+
## 2017-10-26, version 0.1.7
5+
6+
There's been a lot of great changes since the last release, here are the main updates
7+
8+
Functionality and Teaching Enhancements:
9+
10+
- new pedagogy for multiply powers integers #153
11+
- exposing the factoring module and adding more coverage #148
12+
- simplify roots of any degree #183
13+
- more cases for cancelling terms #182
14+
- greatest common denominator substep #188
15+
- multiply nthRoots #189
16+
- multiply fractions with parenthesis #185
17+
- remove unnecessary parens before solving equations #205
18+
- multiply denominators with terms #88
19+
- Better sum-product factoring steps #210
20+
21+
22+
Bug Fixes
23+
24+
- fix the check for perfect roots of a constant when there's roundoff error #224
25+
- large negtive number rounding #216
26+
27+
Other:
28+
29+
- (code structure) generalizing polynomial terms #190
30+
- latex printing for equations
31+
- added linting rules #222
32+
33+
334
## 2017-04-03, version 0.1.6
435

536
updated mathjs to incorporate vulnerability patch #149

0 commit comments

Comments
 (0)