Skip to content
Snippets Groups Projects
  1. Aug 09, 2021
  2. Aug 07, 2021
  3. Aug 06, 2021
    • Leo P. Singer's avatar
      Fix wheel build to work with automake 1.16.4 · 1cc47ab6
      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.
      1cc47ab6
  4. Aug 05, 2021
  5. Aug 04, 2021
  6. Aug 03, 2021
    • Kipp Cannon's avatar
      lalburst: python 3 update · 2820fe55
      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
      2820fe55
    • Kipp Cannon's avatar
      rate.py: various python 3 updates · 54563038
      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)
      54563038
    • Kipp Cannon's avatar
      rate.py, iterutils.py: edit some comments · d4f2da0d
      Kipp Cannon authored
      d4f2da0d
  7. Aug 02, 2021
  8. Aug 01, 2021
  9. Jul 30, 2021
  10. Jul 29, 2021
    • Adam Mercer's avatar
      Merge branch 'dont-be-quiet-for-upgrade-tests' into 'master' · c929eed6
      Adam Mercer authored
      don't use -q option for upgrade tests
      
      See merge request lscsoft/lalsuite!1656
      c929eed6
    • Evan Goetz's avatar
      A big cleanup of spec_avg.c code · edbeaf33
      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
      edbeaf33
    • Adam Mercer's avatar
      don't use -q option for upgrade tests · 0503598a
      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.
      0503598a
    • Adam Mercer's avatar
      Merge branch 'remove-python2' into 'master' · 3097d4e5
      Adam Mercer authored
      Remove python2 packages
      
      See merge request lscsoft/lalsuite!1635
      3097d4e5
  11. Jul 28, 2021
Loading