swh:1:snp:3a699297f000109a1bc833f294a54171df990207

sort by:
Revision Author Date Message Commit Date
d967295 set for 1.7.0 release (#1579) 12 April 2017, 17:53:16 UTC
626fb2e Add instructions for Docker with X11 connections (#1595) * make docker instructions a separate page per alex's request * cropped image * update size 12 April 2017, 17:52:58 UTC
6411adb added missing semicolon 12 April 2017, 15:48:34 UTC
89633ea network robustness 12 April 2017, 14:00:41 UTC
0876b49 exclude the SEOB V1 and HI rom data due to Travis 20G size constraint 12 April 2017, 12:53:00 UTC
cbf5e72 debug ssh issues 12 April 2017, 12:12:42 UTC
64f08e8 fix permissions 12 April 2017, 11:56:55 UTC
8a3a9cd make the ssh key accessible to the container 12 April 2017, 11:36:23 UTC
cdb354b download roms using rsync as svn from cit is slow 12 April 2017, 11:15:24 UTC
dca37b5 fix docker install 12 April 2017, 10:45:16 UTC
f03d6a5 Add function library to FieldArray, and use FieldArray for loading samples from inference (#1567) * add __all__ to coordinates.py * rename m_p/s to primary/secondar_mass in parameters.py * use conversions functions; fix a bug when setting defaults in FieldArray; add del_attributes/virtualfields properties * change pr,sc to 1,2 * remove virtual fields from waveform array * remove del methods * add cosmology to function library * move function library to FieldArray; put virtualfields back in WaveformArray * load inference samples as FieldArray instead of WaveformArray * remove redshift from WaveformArray virtualfields * fix bug in array_finalize; add ability to add/delete functions to functionlib; update docstring * add a parse_parameters function to FieldArray * have load samples use FieldArray's parse_parameters * fix repeated import * fix issues tagged by QuantifiedCode; condense isinstance calls * fix docstring formatting 12 April 2017, 09:50:19 UTC
67c5c9a add a sleep to wait for container to start 12 April 2017, 05:05:42 UTC
8e45a9b set back to development 12 April 2017, 04:36:01 UTC
b4bf63c set to v1.6.16 12 April 2017, 04:34:27 UTC
8e9be0b fixed docker svn update 12 April 2017, 04:33:30 UTC
10cb990 add svn release argument 12 April 2017, 04:22:15 UTC
4390849 set back to development 12 April 2017, 04:04:45 UTC
63bc1ea set to 1.6.15 for release testing 12 April 2017, 04:03:21 UTC
86b8e2f fix installation of lal rom data 12 April 2017, 04:01:06 UTC
3fb1f82 set back to development 12 April 2017, 03:14:41 UTC
6f1875d set to 1.6.14 for final build test 12 April 2017, 03:13:04 UTC
fe5d973 Add documentation on user Docker containers (#1593) * add typed.min.js * add the lal simulation data * get the lal data via rsync as svn is so slow * auth connection to sugwg-condor * added terminal image * add some descriptive text * add some docker help text * travis now takes care of pypi * added pe * moved goals * Fix typo * Missing semicolon * require base container v1.3 * require base container v1.4 * update copyright * move credit to separate page * make box sightly bigger * cleaned up docs * add forward link 12 April 2017, 02:33:02 UTC
b2a5817 support step in slicing (#1592) * support step in slicing * add support in time series * also for frequencyseries * simplify a bit 11 April 2017, 15:35:25 UTC
5682af7 only push the pycbc docker container 11 April 2017, 11:44:37 UTC
28bfe34 Move docs to sphinx.ext.napoleon (#1587) * Move docs to Napoleon and fix minor issues * Remove numpydoc from requirements * And from install instructions * Remove some cruft in the config * Disable documentation of __init__ * Changes requested 11 April 2017, 11:39:50 UTC
1bd5a98 E@H build: always build minimal LALSuite (#1591) 11 April 2017, 11:20:34 UTC
d3a2567 use --clean-pycbc 11 April 2017, 11:18:25 UTC
9978f06 Add a PyCBC docker container (#1589) * add a dockerfile * renamed regular travis container script * create separate script for docker builds * clean up docker builds and add dist container * add missing semicolons * commit container changes properly 11 April 2017, 00:40:43 UTC
ffa13c4 remote travis debugging cruft 10 April 2017, 21:32:13 UTC
4a8123e add audio example of GW150914 (#1573) * add audio example of GW150914 * fix some doc warnings * travis debug * test * try version of sphinx that works for me * remove unused imports * travis poke * just commit the audio file 10 April 2017, 21:26:19 UTC
74b4184 Explain how to publish to github pages (#1588) * explain how to publish to github pages * update the gh-pages doc page 10 April 2017, 18:54:59 UTC
e88a9b2 Allow the ability to test pycbc_inspiral with the MKL processing scheme (#1584) * add option to pass --processing-scheme to pycbc_inspiral * pass --processing-scheme mkl to pycbc_inspiral * add extra libraries to lib/ before running test * actually add the argument 10 April 2017, 16:47:14 UTC
68b75c2 add modules needed to build docs 10 April 2017, 15:41:40 UTC
af82b8d expand the TRAVIS_TAG for the venv 10 April 2017, 15:37:59 UTC
cee609c set back to development 10 April 2017, 12:22:33 UTC
ae19a9c set to 1.6.12 to test travis 10 April 2017, 12:21:21 UTC
f13505b do not cache rom data 10 April 2017, 09:11:50 UTC
d282922 Fix two problems with the Travis build (#1586) * fix section for datafind check * create cache directory 10 April 2017, 04:33:41 UTC
683a2b3 Speed up Travis using PyCBC docker containers and additional caching (#1583) * cache the e@h build bundles from the sl6 container * use pycbc docker images * remove setup done in docker images * cache additional large files to speed up build * restore the test directory from the travis cache 10 April 2017, 03:50:58 UTC
92e45d5 do not fail if frames are not on disk 10 April 2017, 03:22:02 UTC
3c0498e use local files for veto definer and bank 10 April 2017, 02:29:35 UTC
2f5794b add patch to fix travis on master 10 April 2017, 01:43:37 UTC
c13f567 fix host key check causing travis failure 10 April 2017, 00:48:53 UTC
5211189 Test pycbc_make_coinc_search_workflow in Travis (#1582) * set up ldg tokens * fixed typos * extra paranoia * remove extraneous environment variable * only run workflow test if we can authenticate * Resolved merge conflict by incorporating both suggestions. * use publicly available datafind url * add the cerificate packages * add the crl package and refresh the crl * Revert "add the crl package and refresh the crl" This reverts commit ca6f4ed325fa50e7de07935d74410cd8c03ae679. 10 April 2017, 00:08:28 UTC
7a1f36d create the PYTHONUSERBASE directory 09 April 2017, 19:08:14 UTC
7a449a9 Use yum to remove LAL RPMs and fix virtualenv permissions (#1580) * use yum to remove lal rpms * pip and xdg cache directories need to be readable * force all eggs to be unzipped * put XDG_CACHE_HOME in a user-writable place 09 April 2017, 18:46:11 UTC
44feae9 set back to development 09 April 2017, 13:26:18 UTC
82cc3a9 set to 1.6.11 to test deployment 09 April 2017, 11:53:02 UTC
48c43a3 Suppress output from scp and rsync (#1578) * suppress output from scp and rsync * match any pycbc_inspiral suffix on master 09 April 2017, 11:52:26 UTC
4d3aba9 Set to 1.6.10 to test release deployment (#1577) 09 April 2017, 02:48:01 UTC
2063b75 Add mkl libraries to Travis bundle (#1576) * add mkl libraries to bundle * less output from rsync * remove ssh verbose option * fix path and add debug test * only deploy pages and pypi from build_and_test container * print info for debugging * fixed url * quieter wget option * set for production deployment * set for production deployment of releases 09 April 2017, 02:35:56 UTC
2d19c51 Add a centos 6 and 7 build matrix to Travis (#1568) * add a centos 6 and 7 build matrix * try matrixing sudo * try matrixing docker * try matrixing the addons * use current version of libdb-dev * remove extra element from matrix * test docker * add docker build and test script * exit after docker if centos * use scientific linux 6 and centos 7 * fix typo in docker pull * fix typo in docker pull * only continue if ubuntu * recognize CERN SL6.8 * added execute bit * try and make a virtualenv in centos 7 * install sl6 required software * install required SL7 software * fixed broken symlink in sl6 setup * do not install epel in sl 6 container * build virtualenv in centos 7 container * remove lal from centos 7 and install wget in sl6 * Fix typos in build * Install tar and gzip * Less output from lal make and yum * remove pegasus development files * Add berkley db and remove make, gzip, and curl * set variable properly * install git first * install default git * silence git install * use two build cores * use two build cores * specify lalsuite by hash * install h5py with cython per https://github.com/arq5x/poretools/issues/84 * add extra libraries to centos 7 * Upgrade setuptools before installing pegasus * add key * copy the ssh data * silence some make output * do not build pegasus on sl6 * only use .ssh if secure * deploy virtualenv to sugwg-test1 * deploy latest with rsync delete * pass args via command line * clean up logging * Fixed typo * move ssh setup to install step * turn off bash verbosity * turn off silent for debugging * add bzip2 to sl6 container * add zip to sl6 container * Revert "turn off silent for debugging" This reverts commit d5053a751db0235c1427eb5cd55e22c2b8cfd774. * move unsilent to just before pycbc_inspiral * silence bash verbose output and leave -e to script * rename docker build script * add a description of the build to env * deploy using ssh to sugwg-test1 * speed up SL6 container build * build python on sl6 * add more output to yum 08 April 2017, 22:11:39 UTC
df28586 Dqsegdb now properly on PyPI, YAY!! (#1575) 08 April 2017, 20:52:34 UTC
df82b36 Update index.rst (#1574) 08 April 2017, 13:15:29 UTC
4418ddc Fix namespace conflict. (#1571) 07 April 2017, 20:16:36 UTC
ae4efbe Switch from daswg to software.ligo.org (#1570) * switch from daswg to software.ligo.org * add a backup server for downloading so file 07 April 2017, 18:41:23 UTC
f2c0f23 add gw150914 examples (#1569) 07 April 2017, 15:48:15 UTC
5cb18fc Use template's f_lower in minifollowups (#1563) * Make low-frequency-cutoff a specified argument * This was more complicated than I thought * New command line for template flow * Use new CLI 07 April 2017, 12:21:53 UTC
a663239 Set to 1.6.9 to test Travis 06 April 2017, 19:36:11 UTC
3d4a0a6 Fix SEOBNRv3 errors (#1543) * Fix SEOBNRv3 errors * Add global fail tolerant boolean * Fix some codacy/landscape errors 06 April 2017, 19:25:49 UTC
5438129 add pypi deployment for releases (#1566) 06 April 2017, 18:20:07 UTC
039d5e9 E@H build: don't update scipy until weave was swicthed 06 April 2017, 18:18:37 UTC
d07b7b3 E@H build: make sure weave has and uses bsddb 06 April 2017, 18:18:37 UTC
a035ea5 E@H Etch64 prepare: install package libdb4.4-dev to get Python bsddb 06 April 2017, 18:18:37 UTC
cb7ac57 E@H build: supress grep error when checking for Ubuntu 12 06 April 2017, 18:18:37 UTC
158a334 E@H build: update pip in virtual environment 06 April 2017, 18:18:37 UTC
fd1f21e E@H build: update scipy to 0.19.0 06 April 2017, 18:18:37 UTC
f376eb4 E@H OSX build: prepare for scipy.weave -> weave transition 06 April 2017, 18:18:37 UTC
2bab8b7 Use our weave from PyPi 06 April 2017, 17:32:51 UTC
9bb7a87 Apparently dependency_links is deprecated 06 April 2017, 17:32:51 UTC
8949129 Fix weave URL for release 06 April 2017, 17:32:51 UTC
f8103ba Weave's setup.py is set to 0.16.0-dev 06 April 2017, 17:32:51 UTC
a985a6a Require a weave that has the lib.six patch 06 April 2017, 17:32:51 UTC
82a3f00 rename scipy.weave hook 06 April 2017, 17:32:51 UTC
487b77f Update spa_tmplt_cpu.py 06 April 2017, 17:32:51 UTC
7f45649 Update threshold_cpu.py 06 April 2017, 17:32:51 UTC
26b99bd more fixes 06 April 2017, 17:32:51 UTC
fec9a6f use weave 06 April 2017, 17:32:51 UTC
4ce5266 Use the pycbc.version module (#1564) 06 April 2017, 17:07:10 UTC
5d1b98d Clarification in the inference doc (#1556) * fix typo * update GPS_START_TIME, GPS_END_TIME 05 April 2017, 17:37:29 UTC
4b7623e Add libdb4.8 to requirements per pr/1524 (#1561) 05 April 2017, 17:35:00 UTC
3108ded don't limit the proxy duration (#1560) 05 April 2017, 17:34:49 UTC
c08583e Update lalsuite commit for issue 1558 and force a clean (#1559) * Update lalsuite commit for issue 1558 and force a clean * Remove the clean option 05 April 2017, 16:00:03 UTC
caba2ff E@H build: only 'silence' pycbc_inspiral log outut in --silence-build (#1527) 05 April 2017, 14:50:40 UTC
d4f79fb Add gridftp at Caltech as a third backup (#1557) 05 April 2017, 13:43:43 UTC
7e1a011 Added code to print loudest events to a wiki table (#1554) * Added code to print loudest events to a wiki table * Moved add_wiki_row into script 04 April 2017, 21:42:19 UTC
55120e7 Allow banksim to use HDF input template banks (#1541) * Allow banksim to use HDF input template banks * Remove unused command-line arguments * Revert "Remove unused command-line arguments" This reverts commit 15c38ca7ec6cdf8a3b8639bf7311d8a1db3db1af. * Remove unused command-line argument 04 April 2017, 15:35:40 UTC
3714a6a add import Error from ConfigParser 04 April 2017, 12:54:53 UTC
680bcad delete uniform_angle.py 04 April 2017, 12:54:53 UTC
7a29121 move uniform angle, uniform solid angle into angular; add __all__ to all files 04 April 2017, 12:54:53 UTC
bb90c25 Update function calls. PEP8. 04 April 2017, 12:54:53 UTC
1998766 Add import. 04 April 2017, 12:54:53 UTC
57e4033 Move UniformSolidAngle to sky_location. 04 April 2017, 12:54:53 UTC
a135724 Update import. 04 April 2017, 12:54:53 UTC
a5d9db5 Rename to sky_location module. 04 April 2017, 12:54:53 UTC
54f2033 Move sine and cosine distributions to angular module. 04 April 2017, 12:54:53 UTC
76febb5 Fix import for conversions unit test. 04 April 2017, 12:54:53 UTC
c0b086f Remove one wildcard import. 04 April 2017, 12:54:53 UTC
20e013c Update more docs links. 04 April 2017, 12:54:53 UTC
cdb91d6 Fix local namespace. 04 April 2017, 12:54:53 UTC
back to top