
NEWS/ChangeLog for arulesSequences

0.2-25 2020-05-15

    o fixed integer codes from factor.

0.2-24 2020-02-16

    o off-chance R/W fail fixes.

    o fixed unused variables.

0.2-23 2020-02-02

    o added IGNORE_RDIFF.

    o fixed support LHS.

0.2-22 2019-04-15

    o fixed UNPROTECT in similarity.

0.2-21 2019-03-04

    o off-chance PROTECT bug fixes.

0.2-20 2018-07-29

    o off-chance sprintf overflow bug fixes.

    o Fixed missing braces, possibly uninitialized 
      and unused variables.
      
0.2-19 2017-04-09

    o documentation fixes.

    o off-chance PROTECT bug fixes.

0.2-18 2017-01-22

    o Fixed import of native symbols from arules.

0.2-17 2017-01-17

    o Added DLL registry.

0.2-16 2016-07-30

    o Disabled option maxwin in cspade.

0.2-15 2016-05-05

    o import fix.

0.2-14 2016-03-18

    o Added ptree method for is.subset.

    o arules fixes.

0.2-13 2016-01-26

    o Fixed file.exists in cspade to handle
      number of partitions > 1.

    o Fixed dimnames-method for sgCMatrix class.

    o Fixed is.subset-method for sequences class.

    o Added memory management in similarity.c.

    o Added is.redundant-method for class sequencerules.

    o Added closed check in ptree.c. 

0.2-12 2015-11-30

    o Bug fixes.

0.2-11	2015-09-30

    o Fixed and reactivated method ptree.

    o Added is.closed-method for sequences class.

    o Implemented method transactions in
      ruleInduction-method for class sequences.

    o Removed maximal from ruleInduction-method for 
      class sequences.

0.2-10	2015-08-31

    o Removed method ptree from support-method for class
      sequences.

0.2-9	2015-08-27

    o Fixed check of eid in makebin.c.

    o Fixed sequence.cc. to override optional values
      of min_gap that are lower than intended.

    o Tightened the range of mingap in SPparamter-class. 

    o Added method idlists to support-method for class
      sequences.

    o Added encoding to read_baskets.

    o Fixed cspade to handle .idx and .tpose are not
      created.

0.2-8	2015-08-08

    o Added importFrom in NAMESPACE.

0.2-7	2014-09-30

    o Fixed sequence.cc, partition.cc and exttpose.cc to
      use ceil() in computation of MINSUPPORT.

0.2-6	2014-01-17

    o Fixed ambiguous int_arraySubscript name which caused 
      problems on Solaris.

    o Added support for option c to cspade.

0.2-5	2014-01-10

    o Added LDFLAGS in src/Makevars.

    o Fixed overruns in extl2.cc and sequence.cc
      as suggested by BR.

    o Added support for option y to cspade.

    o Added supportingTransactions-method for
      sequences class.

    o Relaxed argument transactions in support-method 
      for sequences class.

    o Upgraded data/zaki.rda.

0.2-4	2012-12-15

    o Upgraded dependencies and tests/*.Rout.save.

0.2-3	2012-11-30

    o Duplicated arraySubscript for code isolation.

0.2-2	2012-08-21

    o Fixed PACKAGE argument in .Call calls.

0.2-1	2012-01-24

    o Fixed Makefiles for Solaris.

0.2-0	2012-01-18

    o Port of the C++ code to Windows by Daniel Diaz
      <Daniel.Diaz@univ-paris1.fr>.

      * implements mmap() replacement for Windows.
      * fixes problems with Windows file mode (default is text mode 
	while binary is needed for data files).
      * fixes uninitialized and unused variables.

    o Fixed installation of binaries to bin/R_ARCH.

    o Replaced configure with Makevars.

    o Replaced non-portable system with system2.

    o Fixed SPControl-class.Rd.

    o Updated reference output in tests.

    o Added setGeneric("format").

0.1-11	2010-10-18

    o Work around format dispatch problems in SPx classes.

0.1-10	2010-04-22

    o Fixed setting of a default C++ compiler as suggested by BR.

    o Added an alias for coverage in sequencerules-class.Rd.

    o Updated reference output in tests.

0.1-9	2010-03-06

    o Fixed cross-references in timedsequences-class.Rd.

0.1-8	2009-06-15

    o Fixed return value of for loop in c-method for timedsequences
      class, for compatibility with R >= 2.10.x

0.1-7	2009-04-27

    o Fixed non-portable includes in the C++ code that caused
      problems on Mac OS. Thanks to Simon Urbanek for helping
      us with this.

0.1-6	2009-01-16

    o Fixed potential problems with unsorted row indexes
      in package Matrix.

0.1-5	2009-01-10

    o Adapted the C++ code to gcc-4.3 [KH].

    o Adapted makebin.c to R-2.9.x.

0.1-4	2008-06-13

    o Adapted to arules-0.6-6.

    o Due to a change in arules the info generic had to be
      replaced by more specific generics.

    o cspade now has a tmpdir argument and provides disk
      usage information.

    o Added support counting for sequences.

    o Added a similarity generic and an implementation
      for sequences.

    o We now restrict the OS-type explicitly to Unix as the
      C functions read, write, and lseek do not work
      properly under Windoze.

0.1-3	2008-04-29

    o Adapted to R-2.7.0.

0.1-2	not released

    * Fixed exttpose.cc to create temporary files in the directory 
      where the output files are created.

    * Inserted missing exit calls when usage information is shown.

    * Added missing option Z to the template in sequence.cc.

    * Fixed the description of options z and Z in README.

0.1-1	2007-06-27

    o Initial release on R-2.5.1.

