File: NEWS

package info (click to toggle)
r-cran-itertools 0.1-3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 316 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,112 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
NEWS/ChangeLog for itertools
----------------------------

0.1-3	2014-2-27
    o	added "mode" argument to ichunk function
    o	added iRNGStream and iRNGSubStream functions which could
	be useful for parallel random number generation.
    o	added ireaddf function for reading data frames from files
    o	added writedf.combiner function for writing data frames to files
    o	added iarray function for creating iterators over arrays
    o	add ibreak function for creating iterators that can be stopped

0.1-2	2012-6-20
    o	added irecord and ireplay functions for recording and
	replaying iterables
    o	added iter.connection method

0.1-1   2010-1-14
    o	added ichunk function to aid in manual chunking
    o	added utility functions written by Hadley Wickham
    o	added "isplit" functions for iterating over data structures
    o	added timeout function for creating iterator timeouts
    o	added ireadBin function for iterating over binary connections
    o	made irep much more like the rep function, and added new irepeat
	to be like the old irep function

0.1	2009-12-29
    o	project created on r-forge