Snappy apps: Update maxima's version number
[maxima/cygwin.git] / changelogs / ChangeLog-5.37.md
blobc31c7bd8c471129a5ee76087c7cc6dbbd9a64fc9
1 Maxima 5.37 change log
2 ======================
4 New items in core:
5 ------------------
7 * new function with_default_2d_display: ensure pretty-printing output 
10 New items in share:
11 -------------------
13 * new package cryptools: tools for cryptography
14 * new package elliptic_curves: elliptic curves over prime fields and binary fields
15 * new function cgrind: output Maxima expressions as C code
16 * package draw: new function vennplot (Venn diagrams)
17 * package stringproc: new functions flush_output, readbyte, and writebyte
19 Changes in core:
20 ----------------
22 * function gf_symmetric renamed to gf_balanced 
25 Changes in share:
26 --------------
28 * functions md5sum, sha1sum, sha256sum and base64_decode: accept and return numbers and octet lists as well as strings 
29 * packages aes and aes2: provide flexible support for different data types, e.g. octet lists 
32 Bug fixes:
33 ----------
35 * [#3005]: Manual is wrong about "sqrt" and "radexpand"
36 * [#2998]: extra () in display2d:false output
37 * [#2988]: documentation error in gf_manual.pdf 
38 * [#2987]: Some divergent integrals give error, some don't
39 * [#2982]: Display of taylor series in wrong order
40 * [#2980]: "rectform" causes infinite recursion depending on variable name 
41 * [#2975]: number of distinct partitions gives wroing result
42 * [#2972]: Wrong limits involving logs
43 * [#2937]: dotscrules and antisymmetric
44 * [#2936]: stack overflow in integrate
45 * [#2934]: dotscrules and antisymmetric
46 * [#2929]: misformatting in debugger help message
47 * [#2905]: Assigning variable twice yields different results
48 * [#2620]: atan2(y,x)+atan2(-y,x) doesn't always return 0
49 * [#2230]: abs(x)^(2*int) doesn't simplify
50 * [#2211]: rtest_sign #77
51 * [#2183]: eigenvectors of a 10 x 10
52 * [#1193]: ev doesn't bind functions safely
54 Unnumbered bugs:
55 ----------------
57 * commit [6779ac0]: zn-nrt: root of zero should be zero
58 * commit [b212487]: Fix up version variables so that load(drawutils) succeeds
59 * mailing list 2015-08-29: [Documentation fails with error][1]
60 * mailing list 2015-08-27: [Warnings from loading cartan package][2]
61 * mailing list 2015-08-25: [Strange symmetry of acoth(x), area cotangens hyperbolicus function (#552)][3]
62 * mailing list 2015-08-17: [trouble with GCL build][4]
63 * mailing list 2015-06-11: [rationalize(0.1) and the manual][5]
65 [1]: https://sourceforge.net/p/maxima/mailman/message/34417174/
66 [2]: https://sourceforge.net/p/maxima/mailman/message/34411188/
67 [3]: https://sourceforge.net/p/maxima/mailman/message/34401610/
68 [4]: https://sourceforge.net/p/maxima/mailman/message/34369023/
69 [5]: https://sourceforge.net/p/maxima/mailman/message/34196346/