Menu

Mavscript / News: Recent posts

Mavscript 2.0.2 released

This release updates the algebra system Yacas. It brings complete support for scientific notation.

Changes:
- Yacas 1.6.0 (master branch git cafc5a3)
refer to http://www.yacas.org/release_1_6_0/ for details.

Posted by A. Vontobel 2016-11-06

Mavscript 2.0.1 released

This release updates the algebra system Yacas.

Changes:
- Yacas 1.5.0+ (develop branch git 22f4188) --> accept scientific notation "2.0e-3"

Posted by A. Vontobel 2016-08-09

Mavscript 2.0.0 released

This stable release provides the recent version 1.4 of the algebra system Yacas.

Changes:
- Default control character set to § (§m, §i, §io, §o, §n).
- The previously used dollar char is available using the option --controlchar $ (or -D$).
- Yacas 1.4.2 --> native unicode support (for all platforms)
- mavscript-yacas transfers unicode chars to yacas, without parameter --ascii (Windows too).

Posted by A. Vontobel 2016-04-18

Mavscript available from rpm-repository (Linux)

Mavscript has been uploaded to a software repository on the opensuse build server.

Go to http://software.opensuse.org/package/mavscript?search_term=mavscript. There are repos for various rpm based Linux distributions like openSUSE, Redhat, Fedora, ScientificLinux.
You can add http://download.opensuse.org/repositories/home:/qwert2003/openSUSE_Leap_42.1/ (choose your distro) to your favorite repos, that way you'll get update notifications.

Posted by A. Vontobel 2015-11-15

Mavscript 0.1.9 released

This release enables drawing functionality inside mavscript templates. Drawj2d (drawj2d.sourceforge.net) is required.

Changes:
- mavscript-yacas (init.ys) provides functions for Drawj2d: SetVar(), Att(), Drawj2d()
- example template with Drawj2d drawing
- example template using Markdown markup
- Yacas 1.3.6+ (svn r3323 / git ac9da7d) --> native unicode support
- mavscript-yacas transfers unicode chars to yacas, without parameter --ascii (Linux + Mac).
- chars ² und ³ will not be converted to ^2 und ^3

Posted by A. Vontobel 2015-09-03