Skip to content

0.5

Compare
Choose a tag to compare
@corywalker corywalker released this 26 Nov 06:53
· 47 commits to master since this release
87b27ec

Changelog

87b27ec Merge pull request #191 from corywalker/corywalker
c13088f Another README tweak.
73e3294 Update readme.
6ad4b29 Grad function.
2e6afc5 Fix some tests.
68e5298 RotationMatrix
a9c7f19 Improve stringification of negatives.
da73d3a Lazy loading of Rubi rules.
b4d0068 Improve stringification.
e689a9e Merge pull request #190 from corywalker/corywalker
ceb71b9 Improve simplification.
8fa7ed6 Fix ordering.
34f22dd Improve simplification.
1c82bc5 Simplify Integrate results.
04496b3 Intersection[]
901bbce Various improvements.
fdc9b70 Fix some integrate test cases by adding rules for automatic trig simplification.
726fb09 Load the Rubi snapshot in test cases.
b6e105f Propagate floats that may be within imaginary numbers.
ad44483 Fix some parts of Integrate.
8870e86 Fix go vet on newline usage.
d5a6590 Loads the rubi snapshot by default on startup.
0482511 Bundle the Rubi binary snapshot in the Expreduce binary.
f3f9078 Compress binary snapshots.
8c8b931 Ability to "go generate" a binary snapshot of Rubi.
fe5a81f Add ability to generate Rubi binary snapshot.
a2d2b6e Merge pull request #189 from corywalker/corywalker
668a657 Fix lint issue.
894b39e Support loading Rubi from a binary snapshot.
17ffa92 Expression serialization using Gob.
be34356 Names[] function.
b980d9d Merge pull request #188 from corywalker/corywalker
d5784fa Basic test for Plot.
c8d1386 Add some more tests.
9e88686 Improve Im[].
1adfa8b Better Arg and Conjugate.
e8d014f Improve display of inverse square roots.
6b25c91 Merge pull request #187 from cznic/master
49f1580 Move github.com/cznic to modernc.org
9aeb959 Move github.com/cznic to modernc.org
31fe496 Merge pull request #186 from corywalker/corywalker
08ba3e0 Allow for raising reals to complex numbers.
c8f2216 Better support for Re and Im.
f7e2c9f Fix an eval loop.
0fce452 Linter should pass now.
af676bf Try again.
894c171 Try again with golangci-lint.
4ac0900 Just use golangci-lint as other linters make it difficult to disable checks.
5c434c0 Try an updated Travis config.
beeb517 More linters and fixes.
20439b2 Also run a goimports check.
adf2cf7 Try to run linter via Travis.
8a509db Merge pull request #184 from corywalker/corywalker
86039e5 Fix some lint issues.
e06fc74 Tests should be fixed.
0d8d621 Improve ComplexExpand.
cfe2dd4 Improve printing of complex numbers and Square roots.
5f2b9f5 Allow for more advanced plotting and graphics.
cc03100 Allow very basic plotting.
c0c521a Fix imaginary artifacts appearing in exponent evaluation.
d559b80 Use GobEncode for hashing atoms.
c84c39d Streams function.
5d78d83 Use Streams.
a8cb473 Narrow the required state visibility of the stringer.
671ca5d Remove the other String functions.
1a2dcc2 Remove String from the Ex interface.
ec56547 Use an evalStateForParser interface for the parser.
c614702 Simplify IsSameQ.
db35a2f Fix some lint cases.
5b4caed Tests should be fixed.
eef18a3 Fix some lint issues.
945a91e Fix some lint issues.
835f8ec Unexport atoms, parser, timecounter.
79e23ca Unexport from matcher.
c8107f1 Unexport.
b9f16a4 Add back EasyRun.
abba9e0 Factor out iterspec.
ce29539 Factor out parser.
dcfaced Remove some dead code.
7f3964a Factor out matcher.
6d7975e Finish factoring out atoms.
0ad4227 Checkpoint.
b27ee78 Checkpoint.
620a1d5 Fix client too.
69ad0f2 Test passes again.
3a5832f Checkpoint.
6889997 Checkpoint.
f0eab78 Checkpoint
10486e4 Refactor checkpoint.
1c4555f Refactor checkpoint.
763f41e Refactor checkpoint.
f3913c0 Checkpoint.
f193dce Checkpoint.
81d7378 Checkpoint
ead23b0 Just need to add interface functions.
d8bc8b4 Checkpoint.
2de2408 Refactor checkpoint.
4a91670 Merge pull request #181 from corywalker/corywalker
36e8541 Fix tests.
13a9b0a Improve TeXForm.
52753fe Better TeXForm.
c5597e6 Support a hack of OutputStream. Fixes #171.
c09c1bd Merge pull request #179 from corywalker/corywalker
96a3dce StringReplace and ExportString. Fixes #174 and #172.
f60788b Add ParallelTable.
d18b2b2 Add Pause[].
b8d70c6 Test for race conditions with Travis.
cdd66bd Fix some race conditions.
04eff84 Turn off state freezing by default.
332a558 Use thread-safe map for Definition storage.
464b8e9 Factor out definition map access.
ecd591b Basic form of TeXForm.
f4e7c37 Support . Fixes #176.
ffdafa7 Fix #169.
ae8753d Add support for rawterm.
6d7cc29 Merge pull request #168 from corywalker/corywalker
ae04b4e Add tests for concurrent evaluation on the same EvalState.
76de0a3 Merge pull request #167 from corywalker/corywalker
1f2f743 Test more Go versions.
731ea52 Remove the global toStringFns map.
fd5082e Merge pull request #150 from darvin/feature/batch_script_execution
44ba434 fixed merge conflict
2f48d8e batch script file support with -script
31f3296 -script option introduced,slight refactoring
340cfab Merge pull request #149 from corywalker/corywalker
ccca051 Add some support for percent identifiers to fix #129.
1f358fd Support In/Out, part of #129
fd53381 Fix: Traditional and standart form of strings should not include quotes #127
7abaeb2 Fix #140 - ToString[] should respect Form.
b75227c Support ? and ?? operations.
2749274 Better support for Definition[].
a883178 Fix stringification of Definition[].