- • function cartesian_product_list: Cartesian product of lists.
- • function garbage_collect: trigger Lisp garbage collector.
- • variables maxima_frontend, maxima_frontend_version: inform build_info which user interface is in use.
New items in share:
- • killing.dem: a demo for Killing vector fields.
- • package logic: new function logic_simplify implements K-Map reduction(Quine-McCluskey algorithm)
- • function to_cl: now autoloaded.
- • package linearalgebra: autoload all functions.
- • function run_testsuite: summary now not only tells which unexpectedly failed, but also which ones unexpectedly passed.
- • series expansion for expintegral_si and gamma_incomplete; breaks some existing tests, see commit 47a6afd.
- • function translate: generate code which translates conditional expressions with prederror = true
Changes in share:
- • package gentran: new version (thanks to Michael Stern)
- • package simplex: improvements, including symbolic inputs.
- • package ode: test cases.
- • package odepack: works with ECL.
- • package lapack: works with ECL.
- • package sarag: fix missing definition of SQUARE_FREE_ALGORITHM.
- • package sarag: make certificate proof more explicit (verify certificate)
- • share test suite: include tests for packages lapack, sym, and ode.
- • share test suite: a few simple tests for package odepack.
- • ezunits: conversion rule for nondimensional/(sum of dimensional)
- • ezunits: 0 now can have a dimension.
- • package draw: accepts color index number 0, 1, 2, ... 17.
- • package draw: accepts plot titles which are not strings.
- • package wrstcse: improved range and resolution of Monte Carlo analysis.