~ubuntu-branches/ubuntu/trusty/its/trusty-proposed

« back to all changes in this revision

Viewing changes to inst/changes

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2004-12-18 11:35:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041218113549-7cras23z924x31xh
Tags: 1.0.4-1
* New upstream release
* DESCRIPTION: Set LazyLoad to 'no' to enable chroot building

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
its package release notes
2
 
 
3
 
1.0.3   2004-04-16
4
 
1   fixed bug in priceIts() using patch from Dirk Eddelbuettel
5
 
 
6
 
1.0.2   2004-04-16
7
 
1   fixed bug in newIts()
8
 
 
9
 
1.0.1   2004-03
10
 
1   added require(stats) namespace directive for 1.9.0
11
 
 
12
 
1.0.0   2004-02-12 [n.b. for version>=1.9.0 will need additional namespace directive import(stats)]
13
 
0   licence changed to GPL Version 2
14
 
1   new function 'locf()' (last observation carry forward)
15
 
2   writecsvIts gets extra option 'split' to split large files
16
 
3   as(its,"data.frame") implemented
17
 
4   POSIXlt arguments are coerced to POSIXct
18
 
5   NA handled properly in summary()
19
 
6   new function priceIts()
20
 
 
21
 
0.2.1   2004-01-06
22
 
1   bugfix version to pass Rcmd check on R-devel (0.2.0 not released on CRAN)
23
 
    some fixes to method documentation
24
 
    removed direct calls to POSIX methods for format, plot, seq
25
 
    replaced export() with exportClasses() in namespace
26
 
 
27
 
0.2.0   2003-12-16
28
 
1   new functions: newIts, extractIts, collapseIts
29
 
2   new 'lab' option in plot for labelling series
30
 
3   'leg' option in plot now uses labcurve(), not locator()
31
 
4   renamed the function classifications in documentation (itsFunctions, not its-functions)
32
 
5   dates() accessor & assignment methods for dates 
33
 
6   names() accessor & assignment functions for the dimnames(matrix)[[2]]
34
 
7   core() accessor & assignment functions for the matrix
35
 
8   revised summary()
36
 
9   the package is now in a namespace - a number of internal functions have therefore been withdrawn
37
 
10  added a 'dates' option for row selection using POSIXct in extractor: [i,j,dates]
38
 
11  optional use of POSIXct dates in rangeIts
39
 
12  CRAN package Hmisc is now required
40
 
 
41
 
0.1.2   2003-09-20
42
 
1   removed logic to take special action on logical subscripts
43
 
2   allow append() to operate on NULL
44
 
3   fix and extend documentation
45
 
4   'at' passed to axis.POSIXct() by plot()
46
 
5   'format' passed to axis.POSIXct() by plot()
47
 
6   handling of NAs in plot() - options
48
 
7   linetype options in plot()
49
 
 
50
 
0.1.1   2003-07-22
 
1
its package release notes
 
2
1.0.4   2004-12-01
 
3
1       its now forces all tzones to be UTM, unless tzone is already an attribute of the dates
 
4
        used to create the its object
 
5
2       the Arith group now takes the intersection of the dates.  The past behavior was to fail
 
6
        unless the dates matched exactly.
 
7
 
 
8
1.0.3   2004-04-16
 
9
1   fixed bug in priceIts() using patch from Dirk Eddelbuettel
 
10
 
 
11
1.0.2   2004-04-16
 
12
1   fixed bug in newIts()
 
13
 
 
14
1.0.1   2004-03
 
15
1   added require(stats) namespace directive for 1.9.0
 
16
 
 
17
1.0.0   2004-02-12 [n.b. for version>=1.9.0 will need additional namespace directive import(stats)]
 
18
0   licence changed to GPL Version 2
 
19
1   new function 'locf()' (last observation carry forward)
 
20
2   writecsvIts gets extra option 'split' to split large files
 
21
3   as(its,"data.frame") implemented
 
22
4   POSIXlt arguments are coerced to POSIXct
 
23
5   NA handled properly in summary()
 
24
6   new function priceIts()
 
25
 
 
26
0.2.1   2004-01-06
 
27
1   bugfix version to pass Rcmd check on R-devel (0.2.0 not released on CRAN)
 
28
    some fixes to method documentation
 
29
    removed direct calls to POSIX methods for format, plot, seq
 
30
    replaced export() with exportClasses() in namespace
 
31
 
 
32
0.2.0   2003-12-16
 
33
1   new functions: newIts, extractIts, collapseIts
 
34
2   new 'lab' option in plot for labelling series
 
35
3   'leg' option in plot now uses labcurve(), not locator()
 
36
4   renamed the function classifications in documentation (itsFunctions, not its-functions)
 
37
5   dates() accessor & assignment methods for dates 
 
38
6   names() accessor & assignment functions for the dimnames(matrix)[[2]]
 
39
7   core() accessor & assignment functions for the matrix
 
40
8   revised summary()
 
41
9   the package is now in a namespace - a number of internal functions have therefore been withdrawn
 
42
10  added a 'dates' option for row selection using POSIXct in extractor: [i,j,dates]
 
43
11  optional use of POSIXct dates in rangeIts
 
44
12  CRAN package Hmisc is now required
 
45
 
 
46
0.1.2   2003-09-20
 
47
1   removed logic to take special action on logical subscripts
 
48
2   allow append() to operate on NULL
 
49
3   fix and extend documentation
 
50
4   'at' passed to axis.POSIXct() by plot()
 
51
5   'format' passed to axis.POSIXct() by plot()
 
52
6   handling of NAs in plot() - options
 
53
7   linetype options in plot()
 
54
 
 
55
0.1.1   2003-07-22