root/trunk/timeseries


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1570 [1570] 11/03/08 13:08:09 pierregm * fixed setdates to force sorting.
(edit) @1569 [1569] 11/03/08 00:33:27 pierregm trecords * fixed setslice * fixed fromrecords and fromarrays for automatic …
(edit) @1554 [1554] 10/21/08 18:20:33 pierregm tseries : time_series : make sure that the dates are copied when …
(edit) @1552 [1552] 10/19/08 14:29:46 pierregm * tseries : fixed view * trecords : got rid of _fieldmask. …
(edit) @1528 [1528] 10/08/08 12:29:25 mattknox_ca Some doc cleanup
(edit) @1527 [1527] 10/08/08 11:50:29 mattknox_ca removed license.txt. This information is now contained in doc folder and …
(edit) @1526 [1526] 10/08/08 11:48:18 mattknox_ca removed readme, not needed anymore
(edit) @1521 [1521] 10/04/08 07:11:51 mattknox_ca fixed small typo
(edit) @1518 [1518] 09/30/08 23:46:55 pierregm * make sure that a reshaping of the dates is not propagated
(edit) @1517 [1517] 09/29/08 15:02:19 pierregm replaced assert with self.failUnless
(edit) @1512 [1512] 09/28/08 17:17:34 mattknox_ca updated requirements info
(edit) @1510 [1510] 09/28/08 16:13:05 mattknox_ca removed fill_missing_dates (is actually a TimeSeries function)
(edit) @1508 [1508] 09/28/08 16:03:23 mattknox_ca major re-org / cleanup of docs
(edit) @1507 [1507] 09/28/08 14:07:33 pierregm docscraper * fixed _fix_see_also to allow the use of fields
(edit) @1506 [1506] 09/28/08 14:02:27 pierregm add unittest for the append method
(edit) @1505 [1505] 09/28/08 13:28:45 pierregm tstables * fixed tabulate to allow the processing of standard ndarrays * …
(edit) @1503 [1503] 09/27/08 11:15:06 mattknox_ca use strftime from datetime object instead of standard c strftime function
(edit) @1502 [1502] 09/27/08 08:47:18 mattknox_ca added support for parsing year information by itself
(edit) @1501 [1501] 09/27/08 08:06:16 mattknox_ca just leave version as None if not able to detect automatically rather than …
(edit) @1480 [1480] 09/24/08 19:01:04 mattknox_ca make plot_directive work on windows again while hopefully not breaking …
(edit) @1479 [1479] 09/24/08 18:04:24 mattknox_ca fixed bug with creating quarterly frequency dates using datetime objects
(edit) @1478 [1478] 09/24/08 15:00:35 pierregm plotlib * TimeSeriesPlot?.ydata is deprecated for TimeSeriesPlot?.series * …
(edit) @1460 [1460] 09/23/08 23:09:33 pierregm documentation update
(edit) @1459 [1459] 09/23/08 23:09:10 pierregm * docstring update * introduced set_datelims as a shortcut to …
(edit) @1458 [1458] 09/23/08 22:49:26 pierregm plot_directive * make sure 'linenos' is not carried along docscraper * …
(edit) @1457 [1457] 09/23/08 22:46:55 pierregm * introduce convert_to_float
(edit) @1425 [1425] 09/21/08 17:28:44 mattknox_ca further improvements to date addition error handling
(edit) @1423 [1423] 09/20/08 08:34:58 mattknox_ca improved error handling for add method of Date class
(edit) @1418 [1418] 09/19/08 15:32:15 pierregm tseries * prevent getitem to return masked on flexible-type masked …
(edit) @1404 [1404] 09/17/08 20:32:15 pierregm doc update: * fixed plot_directive so that build/plots is created if …
(edit) @1398 [1398] 09/16/08 20:06:33 pierregm plotlib : fixed a pb with docstring updates + use add_subplot instead of …
(edit) @1397 [1397] 09/16/08 16:51:35 pierregm simplify docstring update
(edit) @1396 [1396] 09/16/08 14:56:15 pierregm lib.moving_funcs : force NaNs? to be masked + proper handling of …
(edit) @1390 [1390] 09/15/08 21:15:57 mattknox_ca filled in some missing setup information
(edit) @1359 [1359] 09/14/08 16:19:00 mattknox_ca revamped plotting documentation to use plot directive
(edit) @1357 [1357] 09/14/08 13:05:31 mattknox_ca cleaned up report documentation
(edit) @1356 [1356] 09/14/08 12:45:34 mattknox_ca removed old archives folder
(edit) @1355 [1355] 09/14/08 12:44:31 mattknox_ca Documentation updates/fixes
(edit) @1305 [1305] 09/13/08 16:22:00 pierregm * introduce lib.tstables to save MaskedArrays? and TimeSeries to HDF5 file. …
(edit) @1302 [1302] 09/11/08 15:14:23 pierregm * fix view to force an update of _varshape when switching between …
(edit) @1271 [1271] 09/05/08 19:01:53 pierregm * fixed TimeSeries.new so that deepcopy would work properly.
(edit) @1264 [1264] 09/04/08 12:25:44 pierregm Docstring update
(edit) @1263 [1263] 09/03/08 19:47:48 pierregm dosctring and doc update
(edit) @1262 [1262] 09/03/08 13:31:52 pierregm * fixed lib.interpolate to work when maxgap is not None
(edit) @1260 [1260] 09/03/08 11:32:01 pierregm More doc update
(edit) @1255 [1255] 09/02/08 22:45:35 pierregm Documentation update
(edit) @1254 [1254] 09/02/08 11:36:50 pierregm doc update
(edit) @1249 [1249] 08/31/08 11:08:42 mattknox_ca deferred scipy import until actual usage
(edit) @1248 [1248] 08/31/08 11:07:45 mattknox_ca documentation cleanup
(edit) @1247 [1247] 08/31/08 10:06:35 mattknox_ca fixed problem with case sensitivity in position argument of convert method
(edit) @1245 [1245] 08/30/08 10:58:49 pierregm * fixed tseries._tsarraymethod when called with optional arguments
(edit) @1244 [1244] 08/30/08 10:11:04 pierregm --
(edit) @1243 [1243] 08/30/08 10:10:37 pierregm doc update
(edit) @1232 [1232] 08/26/08 19:22:43 pierregm * added moving_funcs.all and interpolate.all to lib.all for …
(edit) @1231 [1231] 08/26/08 19:21:52 pierregm * Doc update
(edit) @1228 [1228] 08/20/08 21:37:51 pierregm trecords: make sure that _optinfo is updated in array_finalize
(edit) @1220 [1220] 08/11/08 17:41:46 mattknox_ca fix bug when prevbusday called on a weekend returning incorrect date
(edit) @1218 [1218] 08/10/08 14:57:57 mattknox_ca - changed html output file extension to .html from .xhtml (xhtml is …
(edit) @1215 [1215] 08/08/08 21:56:38 pierregm --
(edit) @1214 [1214] 08/08/08 21:56:24 pierregm --
(edit) @1213 [1213] 08/08/08 21:55:05 pierregm doc update
(edit) @1212 [1212] 08/08/08 10:28:18 pierregm doc reorganization
(edit) @1211 [1211] 08/08/08 10:28:01 pierregm doc reorganization
(edit) @1210 [1210] 08/08/08 10:26:58 pierregm doc reorganization
(edit) @1209 [1209] 08/08/08 10:25:31 pierregm doc reorganization
(edit) @1208 [1208] 08/08/08 10:24:48 pierregm doc formatting
(edit) @1204 [1204] 08/07/08 00:52:15 pierregm docstring formatting
(edit) @1203 [1203] 08/06/08 19:39:41 mattknox_ca fixed bug with setitem and rewrote setitem to work more like …
(edit) @1202 [1202] 08/05/08 20:59:59 mattknox_ca fix to preserve compatibility with numpy 1.1.x branch until numpy 1.2.x is …
(edit) @1201 [1201] 08/05/08 17:14:46 pierregm * the name of a _tsmethod can now be accessed by self.name * minor doc …
(edit) @1169 [1169] 07/29/08 19:51:12 pierregm * fixed .reshape to accept a list of integers and an additional order
(edit) @1166 [1166] 07/28/08 18:45:08 pierregm * tseries : rationalize .getitem
(edit) @1165 [1165] 07/28/08 12:03:43 pierregm * tseries: work around the lack of 'finally' in Python 2.4 * tests: use …
(edit) @1163 [1163] 07/26/08 09:19:47 mattknox_ca doc string updates
(edit) @1151 [1151] 07/20/08 20:45:42 mattknox_ca performance improvements for scalar indexing
(edit) @1150 [1150] 07/20/08 12:52:34 mattknox_ca performance improvement for getitem method
(edit) @1149 [1149] 07/20/08 11:16:42 mattknox_ca added fill_missing_dates method to DateArray? class
(edit) @1127 [1127] 07/13/08 19:21:57 mattknox_ca improved performance for forward_fill/backward_fill
(edit) @1126 [1126] 07/13/08 19:01:46 mattknox_ca corrected error in documentation
(edit) @1125 [1125] 07/13/08 18:41:16 mattknox_ca removed some redundant code invoked during getitem (which was also …
(edit) @1124 [1124] 07/13/08 17:07:14 mattknox_ca added contains method to DateArray? class
(edit) @1120 [1120] 07/12/08 10:38:00 mattknox_ca added test for previous check in
(edit) @1119 [1119] 07/12/08 10:33:51 mattknox_ca automatically determine frequency if list of timeseries.Date objects …
(edit) @1114 [1114] 07/08/08 19:20:38 mattknox_ca invoke autoscale_view when default xlim settings still in place. This is …
(edit) @1113 [1113] 07/08/08 18:20:31 mattknox_ca renamed fmtfunc and wrapfunc parameters to fmt_func and wrap_func
(edit) @1112 [1112] 07/08/08 18:00:47 mattknox_ca fixed bug with mask_rep
(edit) @1111 [1111] 07/08/08 17:54:24 mattknox_ca fixed problem with date sorting with string dates in _list_parser
(edit) @1071 [1071] 06/28/08 13:15:59 mattknox_ca merged information from doc/README into license.txt
(edit) @1070 [1070] 06/28/08 12:16:35 mattknox_ca doc infrastructure enhancements
(edit) @1062 [1062] 06/25/08 18:30:50 mattknox_ca initial check-in of sphinx docs. Largely incomplete
(edit) @1060 [1060] 06/24/08 20:48:29 mattknox_ca extract actual version number in fall back scenario
(edit) @1057 [1057] 06/23/08 19:50:20 mattknox_ca restored proper behaviour for slicing with dates and added corresponding …
(edit) @1056 [1056] 06/23/08 19:10:43 mattknox_ca fixed setitem behaviour for date strings
(edit) @1053 [1053] 06/23/08 13:18:05 pierregm * tseries : attempt at simplifying getitem
(edit) @1051 [1051] 06/22/08 18:13:44 pierregm tseries: * fixed getitem for the case of an integer index larger than …
(edit) @1050 [1050] 06/22/08 16:41:09 mattknox_ca in align_series, if series have missing dates, fill them first (rather …
(edit) @1048 [1048] 06/20/08 16:59:58 mattknox_ca added nomask to all
(edit) @1046 [1046] 06/19/08 17:02:03 mattknox_ca added fill_missing_dates as a method of TimeSeries class
(edit) @1044 [1044] 06/18/08 20:42:59 mattknox_ca - removed hard coded version references - removed old commented out code
(edit) @1043 [1043] 06/17/08 19:30:39 mattknox_ca converted windows format files to unix format
Note: See TracRevisionLog for help on using the revision log.