June 2018 Commit Log

Number of Commits:
42
Number of Active Developers:
2
jdowell 2018-06-21 13:48 Rev.: 2428

Fixed a few documentation formatting problems in lsl.imagaing.selfCal introduced in r2427 somehow.

15 lines of code changed in 1 file:

jdowell 2018-06-21 13:45 Rev.: 2427

Fixed a few problems with the lsl.reader.cor module and added actual unit tests for COR (yay).

180 lines of code changed in 7 files:

jdowell 2018-06-18 20:36 Rev.: 2394

Updated the LSL tests for PEP8.

10391 lines of code changed in 39 files:

jdowell 2018-06-18 20:27 Rev.: 2393

The scripts. Now for the tests.

5840 lines of code changed in 30 files:

jdowell 2018-06-18 20:17 Rev.: 2392

Oops, forgot about lsl.imaging. Now on to the scripts.

3449 lines of code changed in 5 files:

jdowell 2018-06-18 20:02 Rev.: 2391

Finally lsl.reder to PEP8. I think that is it for the modules. On to the scripts.

5713 lines of code changed in 10 files:

jdowell 2018-06-18 19:53 Rev.: 2390

lsl.correlator to PEP8.

657 lines of code changed in 3 files:

jdowell 2018-06-18 19:35 Rev.: 2389

lsl.statistics to PEP8.

735 lines of code changed in 3 files:

jdowell 2018-06-18 19:32 Rev.: 2388

Even more work on getting LSL to PEP8. Now for lsl.writer.

3012 lines of code changed in 5 files:

jdowell 2018-06-18 19:26 Rev.: 2386

Even more work on getting LSL to PEP8. Now it is lsl.sim.

2616 lines of code changed in 7 files:

jdowell 2018-06-18 19:21 Rev.: 2385

More work on getting LSL to PEP8. lsl.misc now.

3381 lines of code changed in 12 files:

jdowell 2018-06-18 19:12 Rev.: 2384

More work on getting LSL to PEP8. This time lsl.common.

11645 lines of code changed in 16 files:

jdowell 2018-06-18 19:07 Rev.: 2383

Started working on making LSL PEP8 compliant.

5007 lines of code changed in 5 files:

jayce 2018-06-18 08:49 Rev.: 2382

More workin on modernizing LSL. This commit moves the README files over to markdown and adds a few more PyPi classifiers.

105 lines of code changed in 6 files:

jayce 2018-06-16 09:30 Rev.: 2381

Fixed a bug in the lsl.test() feature that pops up when there are multiple versions of Python. Updated setup.py to get us out of beta.

8 lines of code changed in 2 files:

jdowell 2018-06-14 13:15 Rev.: 2380

Fixed a couple of bugs in the lsl.correlator.filterbank module.

16 lines of code changed in 2 files:

jdowell 2018-06-13 18:46 Rev.: 2379

Updated the lsl.common.sdf/sdfADP.Project.writeto() method to have a 'clobber' keyword to keep things from being accidentally overwritten.

8 lines of code changed in 2 files:

jdowell 2018-06-12 16:48 Rev.: 2378

Borrowed an idea for PyTables and added file tracking to lsl.reader.ldp so that things get closed out. Also, added __enter__() and __exit() methods to the various LDP classes so that they can be used with 'with' statements.

74 lines of code changed in 3 files:

jdowell 2018-06-12 16:38 Rev.: 2377

Fixed a problem in lsl.misc.total_ordering that caused existing methods to be overwritten by the decorator.

15 lines of code changed in 2 files:

jdowell 2018-06-12 13:47 Rev.: 2376

Added a new lsl.misc.total_sorting module to help move away from the old __cmp__() methods. Updated various modules/classes to use this new decorator.

159 lines of code changed in 9 files:

jdowell 2018-06-12 13:28 Rev.: 2375

Removed calls to os.system in favor of subprocess.check_call. Added a new writeto() method to the lsl.common.sdf/sdfADP.Project class. Small change to geodesy.py to make it look more like ionosphere.py.

57 lines of code changed in 7 files:

jdowell 2018-06-12 12:07 Rev.: 2374

Cleaned up a few more file using 'with' statements.

558 lines of code changed in 6 files:

jdowell 2018-06-12 11:39 Rev.: 2373

Updated lsl.writer.sdfits to use a cleaner interface to PyFITS.

25 lines of code changed in 1 file:

jdowell 2018-06-12 11:20 Rev.: 2372

Updated the various clases in lsl.reader.ldp to take into account any junk at the beginning of a file when determining the number of frames in a file.

4 lines of code changed in 1 file:

jdowell 2018-06-12 11:02 Rev.: 2370

Cleaned up lsl.sim.nec_util to try and make sure the files are closed when we are done with them.

100 lines of code changed in 2 files:

jdowell 2018-06-12 10:52 Rev.: 2369

Updated to lsl.misc.geodesy to use 'with' statements when dealing with files.

39 lines of code changed in 1 file:

jdowell 2018-06-12 10:32 Rev.: 2368

Fixed a problem introduced in r2367.

1 lines of code changed in 1 file:

jdowell 2018-06-12 10:18 Rev.: 2367

Removed ob.next() in favor of next(ob) throughout LSL. Removed float_ and complex_ in favor of float32 and complex64.

71 lines of code changed in 6 files:

jdowell 2018-06-11 20:26 Rev.: 2366

Converted lsl.common.metabundle/metabundleADP over to using 'with' statements for opening files to make sure things get closed out properly. Improved C structure parsing in lsl.common.mcs/mcsADP by allowing it to deal with blank lines.

364 lines of code changed in 4 files:

jdowell 2018-06-11 20:05 Rev.: 2365

More work on getting the lsl.reader.TBFFile class into a useable state. I think this one is actually robust.

153 lines of code changed in 1 file:

jdowell 2018-06-07 15:05 Rev.: 2360

More work on the various extensions in LSL to get them to compile *and* import under Python3.

142 lines of code changed in 8 files:

jdowell 2018-06-06 20:12 Rev.: 2355

Or not since I left an 'a' out of 'communicate'.

3 lines of code changed in 1 file:

jdowell 2018-06-06 20:09 Rev.: 2354

Cleaned up the new setup.py to get it working with Python2.6 again.

20 lines of code changed in 1 file:

jdowell 2018-06-06 19:31 Rev.: 2353

Worked on getting setup.py ready for Python3.

42 lines of code changed in 2 files:

jdowell 2018-06-06 19:21 Rev.: 2352

Worked on getting the various C extensions ready for Python3.

233 lines of code changed in 8 files:

jdowell 2018-06-06 16:49 Rev.: 2349

More work on the new TBF buffer, including tests of it in test_buffer.py.

219 lines of code changed in 2 files:

jdowell 2018-06-06 16:31 Rev.: 2348

Initial work on adding a ring buffer for TBF data now that we can capture ~1 second of data at a time.

105 lines of code changed in 1 file:

jdowell 2018-06-06 15:43 Rev.: 2347

Fixed a bug in r2345 that killed automatic format determination in lsl.reader.ldp.

15 lines of code changed in 1 file:

jayce 2018-06-04 21:50 Rev.: 2346

Added the missing CHANGELOG entry for r2345.

1 lines of code changed in 1 file:

jayce 2018-06-04 21:49 Rev.: 2345

Fixed a bug in lsl.reader.ldp.LWADataFile that caused TBF files to be incorrectly identified as DRX.

8 lines of code changed in 1 file:

jdowell 2018-06-04 20:12 Rev.: 2344

Worked on making the lsl.reader extensions more flexible by adding support for StringIO and GzipFile instances. Other file-like objects are supported as well as long as they have read() and seek() methods.

178 lines of code changed in 8 files:

jdowell 2018-06-04 20:01 Rev.: 2343

Merged the non-windowed and windowed function in the lsl.correlator extensions to help de-duplicate the codebase for LSL.

45 lines of code changed in 5 files:

May 2018 »

Generated by StatSVN 0.7.0