Waldek Hebisch <[email protected]> writes:
> I plan to add the following relase notes for 1.0.7.
>
> Index: src/hyper/pages/releaseNotes.ht
> ===================================================================
> --- src/hyper/pages/releaseNotes.ht (revision 643)
> +++ src/hyper/pages/releaseNotes.ht (working copy)
> @@ -7,6 +7,44 @@
> {http://fricas.sourceforge.net}
>
> \indent{0}
> +FriCAS 1.0.7 news.
> +\indent{3}
> +
> +- Comparisons between expressions are undefined. Earlier version
> + gave confusing results for expressions like '\%e < \%pi' --
> + currently
Comparisons between elements of the Expression domain are
undefined. Earlier versions gave confusing results for expressions
like '\%e < \%pi' -- now FriCAS will complain about '<' being
undefined.
> +- Added domain for general quaternions.
A domain for general quaternions was added.
> +
> +- Equality in Any is now more reasonable -- it uses equality from
> + underlying domain if available.
> +
> +- Messages about loading of components are off by default.
Messages about loading of components are switched off by default.
> +
> +- Release build benefits from parallel make.
> +
> +- In Spad code quote now means that the result is symbol.
In Spad code a single quote now means that the following token is a
symbol.
> +
> +- Reorganization of algebra sources, in particular several types
> + have changed (this may affect users Spad code).
> +
> +Bug fixes, in particular:
> +
> +- Categories with default package can be used justafter definition
Categories with default package can be used just after definition
> + (fixes 1.0.6 regression).
> +
> +- Plots involving 0 or 1 work now.
> +
> +- Numbers in radix bigger than 10 appear correctly in TeX output.
> +
> +- Fixed browser crashes when displaying some domains.
> +
> +- Fix horizontal display of fractions.
> +
> +- Allow local domains in conditionals (in Spad code).
> +
> +- Fixed problem with splitting polynomials and nested extensions.
> +
> FriCAS 1.0.6 news.
> \indent{3}
Martin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---