Tioga_README in tioga-1.14 vs Tioga_README in tioga-1.15
- old
+ new
@@ -20,18 +20,13 @@
along with Tioga; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<< What's new >>
- Tioga 1.14 fixes all known problems of Tioga with Ruby 1.9.1 and
-higher (to the point that it runs with ctioga2, and the samples run
-too !).
+ Tioga 1.15 brings in some new iterators in Dvector and some minor
+bug fixes (in particular for gem builds).
- It also brings in the possibility to customize the number of major
-ticks after which log plots don't show minor ticks, via the
-log_minor_ticks_limit accessor.
-
<< Quick Installation of Tioga >>
Are you feeling lucky? If so, try QUICK_INSTALL. This simply
does the steps for you that are described below. The install needs to
copy some files to the ruby directory. On the Mac, this probably
@@ -170,17 +165,29 @@
<< What's old >>
Here are the old release messages:
+ Tioga 1.14 fixes all known problems of Tioga with Ruby 1.9.1 and
+higher (to the point that it runs with ctioga2, and the samples run
+too !).
+
+ It also brings in the possibility to customize the number of major
+ticks after which log plots don't show minor ticks, via the
+log_minor_ticks_limit accessor.
+
+ --------------------------------------------------
+
+
Tioga 1.13 brings in a fix for a well-hidden memory leak that was
unlikely to hit you unless you were allocating a huge number of
vectors.
More interestingly, a few instance functions that did not depend on
FigureMaker's internal state (color conversion functions and
contouring algorithms) were made available as module functions too.
+ --------------------------------------------------
Tioga 1.12 has seen quite a lot of action. The first and major
change is the switch from a custom rewrite of mkmf.rb for
building/installing to the standard setup.rb tool, which finally has
the gem version build exactly the same way as the pristine one.