Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 4089

Macaulay2-1.3.1-8.fc15.i686.rpm

<?xml version="1.0" encoding="utf-8" ?>  <!-- for emacs: -*- coding: utf-8 -*- -->
<!-- Apache may like this line in the file .htaccess: AddCharset utf-8 .html -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"	 "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head><title>changes, 1.2</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_changes_cm_sp1.3.html">next</a> | <a href="_changes_cm_sp1.0_spand_sp1.1.html">previous</a> | <a href="_changes_cm_sp1.3.html">forward</a> | <a href="_changes_cm_sp1.0_spand_sp1.1.html">backward</a> | <a href="_changes_spto_sp__Macaulay2_cm_spby_spversion.html">up</a> | <a href="index.html">top</a> | <a href="master.html">index</a> | <a href="toc.html">toc</a> | <a href="http://www.math.uiuc.edu/Macaulay2/">Macaulay2 web site</a></div>

    </td>
  </tr>
</table>
<div><a href="index.html" title="">Macaulay2Doc</a> > <a href="_changes_spto_sp__Macaulay2_cm_spby_spversion.html" title="">changes to Macaulay2, by version</a> > <a href="_changes_cm_sp1.2.html" title="">changes, 1.2</a></div>
<hr/>
<div><h1>changes, 1.2</h1>
<div><ul><li>major improvements and additions:<ul><li>Improved old documentation and added many new descriptions of functions.</li>
<li>Greatly improved the debugger. In particular, the debugger will put you directly onto the line of the program with an error, and allows the user to execute a given number of steps of the program (see <a href="_step.html" title="step by single lines in the debugger">step</a>) and to conveniently display and change values of variables as they evolve.</li>
<li>Improved the making of packages: made it much easier for a user to create a complete package, including documentation.</li>
<li>Improved the handling of symmetric algebras and Rees algebras; improved implementation of things like analytic spread.</li>
<li>Improved handling of finite fields: <a href="___G__F.html" title="make a finite field">GF</a> now uses <a href="../../ConwayPolynomials/html/index.html">Conway polynomials</a> when possible.  Maps between Galois fields made with them are now easy to produce with <tt>map(E,F)</tt>.  (Note: actually, the user must load the package manually.)</li>
<li>The function <a href="_hilbert__Function.html" title="the Hilbert function">hilbertFunction</a> is now faster at computing power series expansions.</li>
<li>Homomorphisms (maps) of modules over different rings with respect to a ring homomorphism between them are now supported.  Composition, coimage (replacing pushForward1), and kernel work.  An option has been added to <a href="_basis.html" title="basis of all or part of a module or ring">basis</a> to ask it to return such a homomorphism.  See <a href="_map_lp__Module_cm__Module_cm__Ring__Map_cm__Matrix_rp.html" title="homomorphism of modules over different rings">map(Module,Module,RingMap,Matrix)</a>, <a href="_map_lp__Module_cm__Module_cm__Ring__Map_cm__Matrix_rp.html" title="homomorphism of modules over different rings">map(Module,Nothing,RingMap,Matrix)</a>, and <a href="_map_lp__Module_cm__Module_cm__Ring__Map_cm__Matrix_rp.html" title="homomorphism of modules over different rings">map(Module,RingMap)</a>.</li>
<li>The total Ext functor now accepts multigraded modules, see <a href="___Ext_lp__Module_cm__Module_rp.html" title="total Ext module">Ext(Module,Module)</a>.</li>
<li>Macaulay2 now incorporates <a href="_pari.html" title="">pari</a>, a free library for computing in number theory.  It is used by <a href="_factor_lp__Ring__Element_rp.html" title="factor a ring element">factor(ZZ)</a>, <a href="_factor_lp__Ring__Element_rp.html" title="factor a ring element">factor(QQ)</a>, <a href="_is__Pseudoprime_lp__Z__Z_rp.html" title="whether an integer is a pseudoprime">isPseudoprime(ZZ)</a>, and <a href="_is__Prime.html" title="whether a integer, polynomial, or ideal is prime">isPrime(ZZ)</a>.</li>
<li>new packages, included:<ul><li><span><a href="../../BGG/html/index.html" title="Bernstein-Gel'fand-Gel'fand correspondence">BGG</a> -- Bernstein-Gel'fand-Gel'fand correspondence</span></li>
<li><span><a href="../../BoijSoederberg/html/index.html" title="Betti diagram routines">BoijSoederberg</a> -- Betti diagram routines</span></li>
<li><span><a href="../../Bruns/html/index.html" title="produces an ideal with three generators whose 2nd syzygy module is isomorphic to a given module">Bruns</a> -- produces an ideal with three generators whose 2nd syzygy module is isomorphic to a given module</span></li>
<li><span><a href="../../ConwayPolynomials/html/index.html" title="database of Conway polynomials for use with GF">ConwayPolynomials</a> -- database of Conway polynomials for use with GF</span></li>
<li><span><a href="../../EdgeIdeals/html/index.html" title="A package for working with the edge ideals of (hyper)graphs">EdgeIdeals</a> -- A package for working with the edge ideals of (hyper)graphs</span></li>
<li><span><a href="../../FourTiTwo/html/index.html" title="Interface for 4ti2">FourTiTwo</a> -- Interface for 4ti2</span></li>
<li><span><a href="../../gfanInterface/html/index.html" title="a Macaulay2 interface to gfan">gfanInterface</a> -- a Macaulay2 interface to gfan</span></li>
<li><span><a href="../../LocalRings/html/index.html" title="Polynomial rings localized at a maximal ideal">LocalRings</a> -- Polynomial rings localized at a maximal ideal</span></li>
<li><span><a href="../../Polyhedra/html/index.html" title="for computations with convex polyhedra, cones, and fans">Polyhedra</a> -- for computations with convex polyhedra, cones, and fans</span></li>
<li><span><a href="../../Polymake/html/index.html" title="a package for interfacing with polymake">Polymake</a> -- a package for interfacing with polymake</span></li>
<li><span><a href="../../SimpleDoc/html/index.html" title="simpler documentation for functions and methods">SimpleDoc</a> -- simpler documentation for functions and methods</span></li>
<li><span><a href="../../StatePolytope/html/index.html" title="computes state polytopes of ideals">StatePolytope</a> -- computes state polytopes of ideals</span></li>
<li><span><a href="../../SymmetricPolynomials/html/index.html" title="the algebra of symmetric polynomials">SymmetricPolynomials</a> -- the algebra of symmetric polynomials</span></li>
<li><span><a href="../../Text/html/index.html" title="">Text</a></span></li>
</ul>
</li>
<li>downloadable <a href="http://www.math.uiuc.edu/Macaulay2/Packages/">packages</a>:<ul><li><em>Kronecker</em>, Kronecker normal form of a matrix pencil, by Edward Carter</li>
<li><em>LDL</em>, the <tt>LDL'</tt> factorization of a positive semidefinite matrix, by Helfried Peyrl</li>
</ul>
</li>
<li>improved packages:<ul><li><span><a href="../../HyperplaneArrangements/html/index.html" title="hyperplane arrangements">HyperplaneArrangements</a> -- hyperplane arrangements</span></li>
<li><span><a href="../../ReesAlgebra/html/index.html" title="Compute Rees algebra">ReesAlgebra</a> -- Compute Rees algebra</span></li>
<li><span><a href="../../PieriMaps/html/index.html" title="Methods for computing Pieri inclusions">PieriMaps</a> -- Methods for computing Pieri inclusions</span></li>
<li><span><a href="../../Schubert2/html/index.html" title="A package for computations in Intersection Theory">Schubert2</a> -- A package for computations in Intersection Theory</span></li>
<li><span><a href="../../SchurFunctors/html/index.html" title="for computing Schur functors">SchurFunctors</a> -- for computing Schur functors</span></li>
</ul>
</li>
</ul>
</li>
<li>new functions:<ul><li><span><a href="_group__I__D.html" title="the process group identifier">groupID</a> -- the process group identifier</span></li>
<li><span><a href="_heft.html" title="heft vector of ring, module, graded module, or resolution">heft</a> -- heft vector of ring, module, graded module, or resolution</span></li>
<li><span><a href="_insert_lp__Z__Z_cm__Thing_cm__Visible__List_rp.html" title="copy a list, inserting an element">insert</a> -- copy a list, inserting an element</span></li>
<li><span><a href="_inverse__Permutation.html" title="inverse permutation">inversePermutation</a> -- inverse permutation</span></li>
<li><span><a href="_is__Sorted_lp__Visible__List_rp.html" title="whether a list is sorted">isSorted</a> -- whether a list is sorted</span></li>
<li><span><a href="_multidegree.html" title="multidegree">multidegree</a> -- multidegree</span></li>
<li><span><a href="_run__Length__Encode_lp__Visible__List_rp.html" title="run length encoding">runLengthEncode</a> -- run length encoding</span></li>
<li><span><a href="_select__Variables_lp__List_cm__Polynomial__Ring_rp.html" title="make a subring of a polynomial ring generated by selected variables">selectVariables</a> -- make a subring of a polynomial ring generated by selected variables</span></li>
<li><span><a href="_step.html" title="step by single lines in the debugger">step</a> -- step by single lines in the debugger</span></li>
<li><span><a href="_switch_lp__Z__Z_cm__Z__Z_cm__Visible__List_rp.html" title="copy a list, switching two elements">switch</a> -- copy a list, switching two elements</span></li>
</ul>
</li>
<li>new methods for old functions:<ul><li><span><a href="_all_lp__Basic__List_cm__Function_rp.html" title="whether all elements of a list satisfy a specified condition">all(ZZ,Function)</a> -- whether all elements of a list satisfy a specified condition</span></li>
<li><span><a href="_any_lp__Basic__List_cm__Function_rp.html" title="whether any elements of a list satisfy a specified condition">any(ZZ,Function)</a> -- whether any elements of a list satisfy a specified condition</span></li>
<li><span><a href="_degrees__Monoid.html" title="get the monoid of degrees">degreesMonoid(List)</a> -- get the monoid of degrees</span></li>
<li><span><a href="_degrees__Ring_lp__Ring_rp.html" title="the ring of degrees">degreesRing(GeneralOrderedMonoid)</a> -- the ring of degrees</span></li>
<li><span><a href="_degrees__Ring_lp__List_rp.html" title="the ring of degrees">degreesRing(List)</a> -- the ring of degrees</span></li>
<li><span><a href="_export.html" title="package item: export functions">export(String)</a> -- package item: export functions</span></li>
<li><span><a href="_find__Files.html" title="find files recursively">findFiles(List)</a> -- find files recursively</span></li>
<li><span><a href="_flatten__Ring.html" title="write a ring as a (quotient) of a polynomial ring over ZZ or a prime field">flattenRing(Ideal)</a> -- write a ring as a (quotient) of a polynomial ring over ZZ or a prime field</span></li>
<li><span><a href="_gcd.html" title="greatest common divisor">gcd(RingElement,ZZ)</a> -- greatest common divisor</span></li>
<li><span><a href="_gcd.html" title="greatest common divisor">gcd(ZZ,RingElement)</a> -- greatest common divisor</span></li>
<li><span><a href="_indices_lp__Ring__Element_rp.html" title="indices of variables occurring in a polynomial">indices(Matrix)</a> -- indices of variables occurring in a polynomial</span></li>
<li><span><a href="_map_lp__Module_cm__Module_cm__Ring__Map_cm__Matrix_rp.html" title="homomorphism of modules over different rings">map(Module,Module,RingMap,Matrix)</a> -- homomorphism of modules over different rings</span></li>
<li><span><a href="_map_lp__Module_cm__Module_cm__Ring__Map_cm__Matrix_rp.html" title="homomorphism of modules over different rings">map(Module,Nothing,RingMap,Matrix)</a> -- homomorphism of modules over different rings</span></li>
<li><span><a href="_map_lp__Module_cm__Module_cm__Ring__Map_cm__Matrix_rp.html" title="homomorphism of modules over different rings">map(Module,RingMap)</a> -- homomorphism of modules over different rings</span></li>
<li><span><a href="_map_lp__Module_cm__Module_cm__Ring__Element_rp.html" title="construct the map induced by multiplication by a ring element on the generators">map(Module,ZZ,ZZ)</a> -- construct the map induced by multiplication by a ring element on the generators</span></li>
<li><span><a href="_max_lp__Graded__Module_rp.html" title="maximum of elements of a list">max(GradedModule)</a> -- maximum of elements of a list</span></li>
<li><span><a href="_min_lp__Graded__Module_rp.html" title="minimum of elements of a list">min(GradedModule)</a> -- minimum of elements of a list</span></li>
<li><span><a href="_part_lp__Z__Z_cm__Z__Z_cm__Visible__List_cm__Ring__Element_rp.html" title="select terms of a polynomial by degree or weight">part(InfiniteNumber,InfiniteNumber,VisibleList,RingElement)</a> -- select terms of a polynomial by degree or weight</span></li>
<li><span><a href="_part_lp__Z__Z_cm__Z__Z_cm__Visible__List_cm__Ring__Element_rp.html" title="select terms of a polynomial by degree or weight">part(InfiniteNumber,InfiniteNumber,RingElement)</a> -- select terms of a polynomial by degree or weight</span></li>
<li><span><a href="_part_lp__Z__Z_cm__Z__Z_cm__Visible__List_cm__Ring__Element_rp.html" title="select terms of a polynomial by degree or weight">part(InfiniteNumber,ZZ,VisibleList,RingElement)</a> -- select terms of a polynomial by degree or weight</span></li>
<li><span><a href="_part_lp__Z__Z_cm__Z__Z_cm__Visible__List_cm__Ring__Element_rp.html" title="select terms of a polynomial by degree or weight">part(InfiniteNumber,ZZ,RingElement)</a> -- select terms of a polynomial by degree or weight</span></li>
<li><span><a href="_part_lp__Z__Z_cm__Z__Z_cm__Visible__List_cm__Ring__Element_rp.html" title="select terms of a polynomial by degree or weight">part(Nothing,Nothing,VisibleList,RingElement)</a> -- select terms of a polynomial by degree or weight</span></li>
<li><span><a href="_part_lp__Z__Z_cm__Z__Z_cm__Visible__List_cm__Ring__Element_rp.html" title="select terms of a polynomial by degree or weight">part(Nothing,Nothing,RingElement)</a> -- select terms of a polynomial by degree or weight</span></li>
<li><span><a href="_part_lp__Z__Z_cm__Z__Z_cm__Visible__List_cm__Ring__Element_rp.html" title="select terms of a polynomial by degree or weight">part(Nothing,ZZ,VisibleList,RingElement)</a> -- select terms of a polynomial by degree or weight</span></li>
<li><span><a href="_part_lp__Z__Z_cm__Z__Z_cm__Visible__List_cm__Ring__Element_rp.html" title="select terms of a polynomial by degree or weight">part(Nothing,ZZ,RingElement)</a> -- select terms of a polynomial by degree or weight</span></li>
<li><span><a href="_part_lp__Z__Z_cm__Z__Z_cm__Visible__List_cm__Ring__Element_rp.html" title="select terms of a polynomial by degree or weight">part(ZZ,InfiniteNumber,VisibleList,RingElement)</a> -- select terms of a polynomial by degree or weight</span></li>
<li><span><a href="_part_lp__Z__Z_cm__Z__Z_cm__Visible__List_cm__Ring__Element_rp.html" title="select terms of a polynomial by degree or weight">part(ZZ,InfiniteNumber,RingElement)</a> -- select terms of a polynomial by degree or weight</span></li>
<li><span><a href="_part_lp__Z__Z_cm__Z__Z_cm__Visible__List_cm__Ring__Element_rp.html" title="select terms of a polynomial by degree or weight">part(ZZ,VisibleList,RingElement)</a> -- select terms of a polynomial by degree or weight</span></li>
<li><span><a href="_part_lp__Z__Z_cm__Z__Z_cm__Visible__List_cm__Ring__Element_rp.html" title="select terms of a polynomial by degree or weight">part(ZZ,Nothing,VisibleList,RingElement)</a> -- select terms of a polynomial by degree or weight</span></li>
<li><span><a href="_part_lp__Z__Z_cm__Z__Z_cm__Visible__List_cm__Ring__Element_rp.html" title="select terms of a polynomial by degree or weight">part(ZZ,Nothing,RingElement)</a> -- select terms of a polynomial by degree or weight</span></li>
<li><span><a href="_part_lp__Z__Z_cm__Z__Z_cm__Visible__List_cm__Ring__Element_rp.html" title="select terms of a polynomial by degree or weight">part(ZZ,ZZ,VisibleList,RingElement)</a> -- select terms of a polynomial by degree or weight</span></li>
<li><span><a href="_part_lp__Z__Z_cm__Z__Z_cm__Visible__List_cm__Ring__Element_rp.html" title="select terms of a polynomial by degree or weight">part(ZZ,ZZ,RingElement)</a> -- select terms of a polynomial by degree or weight</span></li>
<li><span><a href="_quotient__Remainder_lp__Ring__Element_cm__Ring__Element_rp.html" title="quotient and remainder">quotientRemainder(Number,RingElement)</a> -- quotient and remainder</span></li>
<li><span><a href="_quotient__Remainder_lp__Ring__Element_cm__Ring__Element_rp.html" title="quotient and remainder">quotientRemainder(RingElement,Number)</a> -- quotient and remainder</span></li>
<li><span><a href="_quotient__Remainder_lp__Ring__Element_cm__Ring__Element_rp.html" title="quotient and remainder">quotientRemainder(RingElement,RingElement)</a> -- quotient and remainder</span></li>
<li><span><a href="_scan__Lines.html" title="apply a function to each line of a file">scanLines(Function,List)</a> -- apply a function to each line of a file</span></li>
<li><span><a href="_support.html" title="list of variables occurring in a polynomial or matrix">support(Matrix)</a> -- list of variables occurring in a polynomial or matrix</span></li>
<li><span><a href="__lt-.html" title="assignment with left side evaluated">Sequence &lt;- Thing</a> -- assignment with left side evaluated</span></li>
<li><span><a href="_promote.html" title="promote to another ring">Number _ Ring</a> -- promote to another ring</span></li>
<li><span><a href="___Graded__Module__Map_sp_vb_sp__Graded__Module__Map.html" title="a binary operator, often used for horizontal concatenation">GradedModuleMap | GradedModuleMap</a> -- a binary operator, often used for horizontal concatenation</span></li>
<li><span><a href="_symmetric__Algebra.html" title="the symmetric algebra of a module">symmetricAlgebra(Matrix)</a> -- the symmetric algebra of a module</span></li>
<li><span><a href="_symmetric__Algebra.html" title="the symmetric algebra of a module">symmetricAlgebra(Nothing,Nothing,Matrix)</a> -- the symmetric algebra of a module</span></li>
<li><span><a href="_symmetric__Algebra.html" title="the symmetric algebra of a module">symmetricAlgebra(Nothing,Ring,Matrix)</a> -- the symmetric algebra of a module</span></li>
<li><span><a href="_symmetric__Algebra.html" title="the symmetric algebra of a module">symmetricAlgebra(Ring,Nothing,Matrix)</a> -- the symmetric algebra of a module</span></li>
<li><span><a href="_symmetric__Algebra.html" title="the symmetric algebra of a module">symmetricAlgebra(Ring,Ring,Matrix)</a> -- the symmetric algebra of a module</span></li>
<li><span><a href="_lift.html" title="lift to another ring">RingElement ^ Ring</a> -- lift to another ring</span></li>
<li><span><a href="_lift.html" title="lift to another ring">Number ^ Ring</a> -- lift to another ring</span></li>
<li><span><a href="_lift.html" title="lift to another ring">RingElement ^ RingFamily</a> -- lift to another ring</span></li>
<li><span><a href="_lift.html" title="lift to another ring">Number ^ RingFamily</a> -- lift to another ring</span></li>
<li><span><a href="_lift.html" title="lift to another ring">Constant ^ Ring</a> -- lift to another ring</span></li>
<li><span><a href="_lift.html" title="lift to another ring">Constant ^ RingFamily</a> -- lift to another ring</span></li>
</ul>
</li>
<li>new variables:<ul><li><span><a href="_current__Layout.html" title="relative locations of Macaulay2 files">currentLayout</a> -- relative locations of Macaulay2 files</span></li>
<li><span><a href="_prefix__Path.html" title="absolute locations of Macaulay2 files">prefixPath</a> -- absolute locations of Macaulay2 files</span></li>
<li><span><a href="_match_lp__String_cm__String_rp.html" title="regular expression matching">lastMatch</a> -- regular expression matching</span></li>
</ul>
</li>
<li>new symbols:<ul><li><span><a href="___Flat__Monoid.html" title="">FlatMonoid</a></span></li>
<li><span><a href="___Join.html" title="name for an optional argument">Join</a> -- name for an optional argument</span></li>
<li><span><a href="___Reduce.html" title="name for an optional argument">Reduce</a> -- name for an optional argument</span></li>
<li><span><a href="___Result.html" title="name for an optional argument">Result</a> -- name for an optional argument</span></li>
<li><span><a href="___Run__Examples.html" title="name for an optional argument">RunExamples</a> -- name for an optional argument</span></li>
<li><span><a href="___Separate__Exec.html" title="name for an optional argument">SeparateExec</a> -- name for an optional argument</span></li>
<li><span><a href="___Source__Ring.html" title="name for an optional argument">SourceRing</a> -- name for an optional argument</span></li>
</ul>
</li>
<li>new optional arguments to functions:<ul><li><span><a href="___G__F.html" title="make a finite field">GF(..., SizeLimit => ...)</a> -- make a finite field</span></li>
<li><span><a href="_basis.html" title="basis of all or part of a module or ring">basis(..., SourceRing => ...)</a> -- basis of all or part of a module or ring</span></li>
<li><span><a href="_check.html" title="perform tests of a package">check(..., UserMode => ...)</a> -- perform tests of a package</span></li>
<li><span><a href="_fill__Matrix.html" title="fill a mutable matrix with random numbers">fillMatrix(..., Height => ...)</a> -- fill a mutable matrix with random numbers</span></li>
<li><span><a href="_flatten__Ring.html" title="write a ring as a (quotient) of a polynomial ring over ZZ or a prime field">flattenRing(..., Result => ...)</a> -- write a ring as a (quotient) of a polynomial ring over ZZ or a prime field</span></li>
<li><span><a href="_get__Package_lp__String_rp.html" title="download a package from the repository">getPackage(..., Configuration => ...)</a> -- download a package from the repository</span></li>
<li><span><a href="_get__Package_lp__String_rp.html" title="download a package from the repository">getPackage(..., UserMode => ...)</a> -- download a package from the repository</span></li>
<li><span><a href="_hilbert__Series_lp..._cm_sp__Reduce_sp_eq_gt_sp..._rp.html" title="reduce the Hilbert series">hilbertSeries(..., Reduce => ...)</a> -- reduce the Hilbert series</span></li>
<li><span><a href="_install__Package.html" title="load and install a package and its documentation ">installPackage(..., CacheExampleOutput => ...)</a> -- load and install a package and its documentation </span></li>
<li><span><a href="_install__Package.html" title="load and install a package and its documentation ">installPackage(..., RunExamples => ...)</a> -- load and install a package and its documentation </span></li>
<li><span><a href="_install__Package.html" title="load and install a package and its documentation ">installPackage(..., SeparateExec => ...)</a> -- load and install a package and its documentation </span></li>
<li><span><a href="_install__Package.html" title="load and install a package and its documentation ">installPackage(..., UserMode => ...)</a> -- load and install a package and its documentation </span></li>
<li><span><a href="_install__Package.html" title="load and install a package and its documentation ">installPackage(..., Verbose => ...)</a> -- load and install a package and its documentation </span></li>
<li><span><a href="_lift.html" title="lift to another ring">lift(..., Verify => ...)</a> -- lift to another ring</span></li>
<li><span><a href="_map_lp__Ring_cm__Ring_cm__Matrix_rp.html" title="make a ring map">map(..., DegreeLift => ...)</a> -- make a ring map</span></li>
<li><span><a href="_monoid.html" title="make or retrieve a monoid">monoid(..., DegreeLift => ...)</a> -- make or retrieve a monoid</span></li>
<li><span><a href="_monoid.html" title="make or retrieve a monoid">monoid(..., Join => ...)</a> -- make or retrieve a monoid</span></li>
<li><span><a href="_new__Package_lp__String_rp.html" title="package item: start a new package">newPackage(..., CacheExampleOutput => ...)</a> -- package item: start a new package</span></li>
<li><span><a href="_new__Ring.html" title="make a copy of a ring, with some features changed">newRing(..., DegreeLift => ...)</a> -- make a copy of a ring, with some features changed</span></li>
<li><span><a href="_new__Ring.html" title="make a copy of a ring, with some features changed">newRing(..., DegreeMap => ...)</a> -- make a copy of a ring, with some features changed</span></li>
<li><span><a href="_new__Ring.html" title="make a copy of a ring, with some features changed">newRing(..., Join => ...)</a> -- make a copy of a ring, with some features changed</span></li>
<li><span><a href="_symmetric__Algebra.html" title="the symmetric algebra of a module">symmetricAlgebra(..., DegreeLift => ...)</a> -- the symmetric algebra of a module</span></li>
<li><span><a href="_symmetric__Algebra.html" title="the symmetric algebra of a module">symmetricAlgebra(..., DegreeMap => ...)</a> -- the symmetric algebra of a module</span></li>
<li><span><a href="_symmetric__Algebra.html" title="the symmetric algebra of a module">symmetricAlgebra(..., Join => ...)</a> -- the symmetric algebra of a module</span></li>
<li><span><a href="_tensor_lp__Ring_cm__Ring_rp.html" title="tensor product">tensor(..., DegreeLift => ...)</a> -- tensor product</span></li>
<li><span><a href="_tensor_lp__Ring_cm__Ring_rp.html" title="tensor product">tensor(..., DegreeMap => ...)</a> -- tensor product</span></li>
<li><span><a href="_tensor_lp__Ring_cm__Ring_rp.html" title="tensor product">tensor(..., Join => ...)</a> -- tensor product</span></li>
</ul>
</li>
<li>functionality removed or changed:<ul><li>Comparison of rings and ring maps with <a href="__eq_eq.html" title="equality">==</a> is no longer supported.  Old code can be fixed by changing the comparison operator to <a href="___Thing_sp_eq_eq_eq_sp__Thing.html" title="strict equality">===</a>.</li>
<li>The variable <tt>randomHeight</tt> has been removed, replaced by <a href="_fill__Matrix.html" title="fill a mutable matrix with random numbers">fillMatrix(..., Height => ...)</a> and <a href="_random_lp__Type_rp.html" title="random element of a type">random(..., Height => ...)</a>.</li>
<li>The function <a href="_betti.html" title="display degrees">betti</a> now uses the dot product of the heft vector of the ring with the (multi)degrees of the basis elements in a chain complex in its display.  See <a href="_heft_spvectors.html" title="">heft vectors</a>.</li>
<li>The behavior of <a href="_return.html" title="return from a function">return</a> in the debugger has changed: it now stops in the debugger at the next available opportunity.</li>
<li>The function <a href="_minors_lp__Z__Z_cm__Matrix_rp.html" title="ideal generated by minors">minors</a> has been altered so the ideal of <tt>n</tt> by <tt>n</tt> minors that it provides for negative values of <tt>n</tt> is the unit ideal.</li>
<li>The optional argument to <a href="_monoid.html" title="make or retrieve a monoid">monoid</a> and to polynomial ring creation named <tt>ConstantCoefficients</tt> has been removed.  Specifying <tt>ConstantCoefficients=>false</tt> can be accomplished by specifying <tt>Join=>false</tt>.  See <a href="___Join.html" title="name for an optional argument">Join</a>.</li>
</ul>
</li>
<li>functionality added or improved:<ul><li>Filenames starting with <tt>~/</tt> will have the tilde replaced by the home directory.</li>
<li>The <em>D</em> language, in which the Macaulay2 interpreter is written, is now type-safe</li>
<li>During compilation of Macaulay2, as much of the computation as possible is now done to satisfy the make-target <tt>all</tt>, with the resulting files placed in a staging area, ready for quickly satisfying the make-target <tt>install</tt>.</li>
<li>During compilation of Macaulay2, it is now possible to keep the architecture independent files in a separate directory tree, saving time if versions for multiple architectures are to be built.  Including those files in a source tar file will allow the distribution of a <em>fat</em> source tar file, speeding up compilation.</li>
<li>Pressing the RET key in the Macaulay2 interaction buffer on a line containing a source file name and line number will open up the source file at that position in a new buffer.  This allows error messages to be treated with dispatch.</li>
<li>The behavior of <a href="_setup.html" title="">setup</a> has changed, in that the commands that set the paths are now placed in separate files in the home directory of the user, and those files are sourced only if they are present.  That enables the user to continue to share the usual init files on multiple machines, even though Macaulay2 may be installed in various different locations.</li>
<li>A new division algorithm has been implemented in rings with monomials less than 1, e.g., where the monomials can involve negative exponents, and hence do not form a well-ordered set.  See <a href="_division_spin_sppolynomial_springs_spwith_spmonomials_spless_spthan_sp1.html" title="">division in polynomial rings with monomials less than 1</a>.</li>
<li>A bug in <a href="_irreducible__Characteristic__Series.html" title="irreducible characteristic series of an ideal">irreducibleCharacteristicSeries</a>, upon with <a href="_minimal__Primes.html" title="minimal associated primes of an ideal">minimalPrimes</a> depends, was fixed.  Now the new ring supporting the characteristic series will have variables with the same names and degrees, but the ordering of the variables and the monomial ordering will be different.  This ensures that homogeneity will be preserved.  Also, for convenience, the routine now returns a sequence, instead of a list, suitable for immediate parallel assignment.</li>
<li>The function <a href="_part.html" title="select terms of a polynomial by degree or weight">part</a> has been altered so that for multigraded rings, it does not use the first component of the degree vector.  New functionality has been added, and the method for <tt>part(Sequence,RingElement)</tt> has been removed.</li>
<li>Heft vectors are now automatically computed, see <a href="_heft_spvectors.html" title="">heft vectors</a>.  Users who specify the Heft option explicitly may be able to avoid that now.</li>
<li>The description of a ring provided by <a href="_describe.html" title="real description">describe</a> is now abbreviated by making use of run length encoding.</li>
<li>Browsers started by <a href="_view__Help.html" title="view online doc with a web browser">viewHelp</a> are now run in a separate process group so they don't die when Macaulay2 terminates.</li>
<li>The function <a href="_prune.html" title="prune, e.g., compute a minimal presentation">prune</a> and <a href="_minimal__Primes.html" title="minimal associated primes of an ideal">decompose</a> are no longer exact synonyms of <a href="_minimal__Presentation.html" title="compute a minimal presentation">minimalPresentation</a> and <a href="_minimal__Primes.html" title="minimal associated primes of an ideal">minimalPrimes</a>, respectively.</li>
<li>The function <a href="_get.html" title="get the contents of a file">get</a> has been fixed so it returns an error message if the process associated with the pipe has died.</li>
<li>The function <a href="_search__Path_lp__List_cm__String_rp.html" title="search a path for a file">searchPath</a> now does what the documentation said it would do.</li>
<li>The output operation <tt>s&lt;&lt;x</tt>, when <tt>s</tt> is a string, has been changed so that if a file with filename <tt>s</tt> is already open, that file will be used instead of opening a new file with the same name, erasing the data already written to the file.</li>
<li>Tensor product of a module with a ring has been modified so it will make a ring map between the two rings that is derived from the names of the variables.</li>
<li>The degrees in symmetric algebras have been corrected.</li>
<li>The default for polynomial rings over polynomial rings is now to join the degree vectors of monomials in the base to the degree vectors of the top level monoid, usually resulting in a multigraded ring.  For example, QQ[x][y] is now bigraded.</li>
<li>Inverting a noninvertible matrix results in an error message now.</li>
<li>The function <a href="_export.html" title="package item: export functions">export</a>, given a string (rather than a symbol) will now make a new symbol with that name, even if a symbol with the same name already exists in another visible package.</li>
<li>The function <a href="_basis.html" title="basis of all or part of a module or ring">basis</a> will now check finite dimensionality in advance, to avoid running out of memory.</li>
<li>Functions and types associated with hypertext and documentation have been isolated in a new package called <a href="../../Text/html/index.html">Text</a>, which gets loaded automatically by <a href="_begin__Documentation.html" title="package item: start documentation section">beginDocumentation</a>.</li>
<li><tt>errorCode</tt> has been renamed to <a href="_current.html" title="the pseudocode that produced an error">current</a></li>
<li>The file layout system, as described by <a href="_current__Layout.html" title="relative locations of Macaulay2 files">Layout</a>, formerly called <tt>LAYOUT</tt>, now supports separation of architecture independent files from architecture dependent files.</li>
<li>The cross reference hyperlinks in the info form of the documentation have been improved, but we recommend reading it in emacs with <tt>M-x info</tt>, configuring the emacs variable <tt>Info-hide-note-references</tt> so its value is <tt>hide</tt>.  See <a href="_reading_spthe_spdocumentation.html" title="">reading the documentation</a>.</li>
<li>Now the function <a href="_needs.html" title="read Macaulay2 commands if necessary">needs</a> will reload the requested file not only if the file has not been loaded before, but also if it has changed since the previous time.</li>
<li>It is now possible to represent a series of three or more slashes within a string delimited by <a href="__sl_sl_sl.html" title="delineate a string with slashes">///</a> by typing a longer series.</li>
<li>The conversion of <a href="../../Text/html/___T__E__X.html" title="hypertext TEX item">TEX</a> to html has been improved and documented, see <a href="../../Text/html/_html_lp__T__E__X_rp.html" title="conversion of TeX to html">html(TEX)</a>.</li>
<li>Unicode, encoded in <tt>utf-8</tt> format, is supported in documentation pages, both in html form and in emacs info form: 你好.</li>
<li>When an error occurs within a string being evaluated with <a href="_value.html" title="evaluate">value</a>, the appropriates lines of the string will be displayed if the debugger is entered.</li>
<li>A new method for <a href="_substring.html" title="extract part of a string">substring</a> accepts a pair of integers as first argument of the sort returned by <a href="_regex.html" title="">regex</a>.</li>
<li>Regular expression handling, by the functions <a href="_regex.html" title="">regex</a>, <a href="_match_lp__String_cm__String_rp.html" title="regular expression matching">match</a>, <a href="_replace.html" title="replacement in strings and lists">replace</a>, and <a href="_select.html" title="select from a list, hash table, or string">select</a>, is now much faster because strings are not copied.</li>
<li>The function <a href="_regex.html" title="">regex</a> now has a form that restricts the range of the search.</li>
<li>Macaulay2 now incorporates <a href="_frobby.html" title="">frobby</a>, a free library for computing the Alexander dual of a monomial ideal (see <a href="_dual_lp__Monomial__Ideal_rp.html" title="the Alexander dual of a monomial ideal">dual(MonomialIdeal)</a>).</li>
<li>The function <a href="_select.html" title="select from a list, hash table, or string">select</a> will now give an error message if the function provided to it returns something neither <a href="_true.html" title="">true</a> nor <a href="_false.html" title="">false</a>.</li>
<li>The quotient and remainder for two ring elements can now be obtained simultaneously, saving time.  See <a href="_quotient__Remainder_lp__Ring__Element_cm__Ring__Element_rp.html" title="quotient and remainder">quotientRemainder(RingElement,RingElement)</a>.</li>
<li>The binary representation of a real number is now available using <a href="_promote.html" title="promote to another ring">promote(RR,type of QQ)</a>.  The code for <a href="_lift.html" title="lift to another ring">lift(RR,type of QQ)</a> has been tightened up so a rational number is provided that provides exactly the same real number when promoted.</li>
<li>The emacs commands <tt>M-x M2</tt>, bound to <tt>f12</tt>, and <tt>M2-send-to-program</tt>, bound to <tt>f11</tt>, have some new capability.  With prefix argument <tt>C-u C-u</tt> to <tt>M2</tt>, the tag from which the buffer name is constructed (by prepending and appending asterisks) can be entered in the minibuffer.  With a prefix argument to <tt>M2-send-to-program</tt>, the name of the buffer to which this and future uses of the command (in this buffer) should be sent can be entered, with history.</li>
<li>The function <a href="_symmetric__Algebra.html" title="the symmetric algebra of a module">symmetricAlgebra</a> is now functorial.</li>
</ul>
</li>
</ul>
</div>
</div>
</body>
</html>