- Aug 09, 2021
-
-
Adam Mercer authored
-
Adam Mercer authored
this is a temporary workaround until the proper fix can be implemented
-
Adam Mercer authored
-
Adam Mercer authored
-
Adam Mercer authored
-
Adam Mercer authored
-
Adam Mercer authored
-
Adam Mercer authored
-
Adam Mercer authored
-
Adam Mercer authored
-
Adam Mercer authored
-
Adam Mercer authored
-
Adam Mercer authored
-
Adam Mercer authored
-
Adam Mercer authored
-
Adam Mercer authored
allow icc build to fail See merge request lscsoft/lalsuite!1664
-
- Aug 07, 2021
-
-
Adam Mercer authored
-
- Aug 06, 2021
-
-
Leo P. Singer authored
Automake 1.16.4 included the following change (https://git.savannah.gnu.org/cgit/automake.git/tree/NEWS): > The PYTHON_PREFIX and PYTHON_EXEC_PREFIX variables are now set from > Python's sys.prefix and sys.exec_prefix; use the new configure options > --with-python_prefix and --with-python_exec_prefix to specify explicitly. This required some changes to how the our build system expands autoconf/automake variables to generate the setup.py script for the wheel build.
-
- Aug 05, 2021
-
-
Adam Mercer authored
lalburst: python 3 update See merge request lscsoft/lalsuite!1662
-
Adam Mercer authored
lal: python 3 updates See merge request lscsoft/lalsuite!1661
-
- Aug 04, 2021
-
-
David Keitel authored
XLALComputeAtomsForFmetric(): remove redundant, unused integral calculations Closes #454 See merge request lscsoft/lalsuite!1649
-
- Aug 03, 2021
-
-
Kipp Cannon authored
- now that python 3 is required, some clean-up can be done - remove "u" flags from string constants in XML I/O paths (all strings are unicode in python 3) - remove "from __future__ import print_function" everywhere - drop DictMixin compatibility code - adopt the "yield from ..." construct - update some neglected comments here and there
-
Kipp Cannon authored
- now that python 3 is required, some clean-up can be done - remove "u" flags from string constants in XML I/O paths (everything is unicode in python 3) - remove __ne__() method from rate.Bins (automatically implemented using __eq__() in python 3)
-
Kipp Cannon authored
-
- Aug 02, 2021
-
-
Adam Mercer authored
lalapps_bucluster: add a proof-of-life test See merge request lscsoft/lalsuite!1653
-
- Aug 01, 2021
-
-
Adam Mercer authored
remove duplicate `python_requires` See merge request lscsoft/lalsuite!1657
-
Karl Wette authored
A big cleanup of spec_avg.c code See merge request lscsoft/lalsuite!1650
-
- Jul 30, 2021
-
-
Adam Mercer authored
-
Adam Mercer authored
lal.utils.cache: See merge request lscsoft/lalsuite!1654
-
Kipp Cannon authored
- stop bitrot from making this program not work.
-
Kipp Cannon authored
-
Kipp Cannon authored
- change some "one liners" in an example so that they are, in fact, one-liners
-
- Jul 29, 2021
-
-
Adam Mercer authored
don't use -q option for upgrade tests See merge request lscsoft/lalsuite!1656
-
Evan Goetz authored
Removed a lot of commented out code, cleaned up the code for readability, and clarified comments Fixed a serious bug that the SFTs were being normalized twice; this is probably not intended behaviour Fixed a bug (or apparent bug) in the handling of gaps between SFT files for the spectrograms Fixed a bug for the resolution of multiple bins averaged together for the sepctrograms Code cleanup fixed some weird choices like a for loop not covering the last frequency bins of the SFT when making spectrograms (I suspect poor understanding from the last person editing the code) Removed old Crab code that is not compiled anyway, and I suspect is no longer needed Fixed a memory leak on program finish Added test code for lalapps_spec_avg, though note that the test won't work on the previous version of the code because of several bugs that are fixed in this update. I'd like to consult with Greg Mendell before this code is approved/merged
-
Adam Mercer authored
this silences the output and the list of packages that are installed, removed, upgraded, etc... can't be seen which makes checking that the upgrade is working correctly difficult.
-
Adam Mercer authored
Remove python2 packages See merge request lscsoft/lalsuite!1635
-
- Jul 28, 2021
-
-