[Commits] [Sbozzolo/kuibit] fe4cce: Test: removed unused import

Gabriele Bozzola noreply at github.com
Wed Jun 19 10:52:33 CDT 2024


  Branch: refs/heads/next
  Home:   https://github.com/Sbozzolo/kuibit
  Commit: fe4cce59c3ed4abee5199bfdb0a1e53d69c5f18f
      https://github.com/Sbozzolo/kuibit/commit/fe4cce59c3ed4abee5199bfdb0a1e53d69c5f18f
  Author: Gabriele Bozzola <sbozzolator at gmail.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
    M tests/test_cactus_grid_functions.py

  Log Message:
  -----------
  Test: removed unused import


  Commit: 9a2eae55aaa1dccb11a3b99eb34884e88f90c58f
      https://github.com/Sbozzolo/kuibit/commit/9a2eae55aaa1dccb11a3b99eb34884e88f90c58f
  Author: Gabriele Bozzola <sbozzolator at gmail.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
    M kuibit/cactus_ascii_utils.py
    M kuibit/cactus_grid_functions.py
    M kuibit/cactus_waves.py
    M kuibit/visualize_matplotlib.py
    M tests/test_cactus_waves.py
    M tests/test_gw_utils.py
    M tests/test_sensitivity_curves.py
    M tests/test_tensor.py

  Log Message:
  -----------
  Lint: Apply black and isort


  Commit: 8e4229c8fc2167b4562cfb56eabc0611839c697b
      https://github.com/Sbozzolo/kuibit/commit/8e4229c8fc2167b4562cfb56eabc0611839c697b
  Author: Gabriele Bozzola <sbozzolator at gmail.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
    M .github/workflows/test.yml

  Log Message:
  -----------
  CI: No longer test of Python 3.7


  Commit: 92408d543e48fbf20fb0d84ad84063a307c8efa4
      https://github.com/Sbozzolo/kuibit/commit/92408d543e48fbf20fb0d84ad84063a307c8efa4
  Author: Gabriele Bozzola <sbozzolator at gmail.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
    M .github/workflows/document.yml
    M docs/conf.py
    M poetry.lock
    M pyproject.toml

  Log Message:
  -----------
  CI: Update documentation pipeline to Python 3.11


  Commit: f536971705167fbb3839fea197468e71b5c7e4aa
      https://github.com/Sbozzolo/kuibit/commit/f536971705167fbb3839fea197468e71b5c7e4aa
  Author: Gabriele Bozzola <sbozzolator at gmail.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
    M docs/conf.py
    M examples/bins/describe_simdir.py
    M examples/bins/interactive_timertree.py
    M examples/bins/picklify.py
    M examples/bins/plot_1d_slice.py
    M examples/bins/plot_1d_vars.py
    M examples/bins/plot_ah_coordinate_velocity.py
    M examples/bins/plot_ah_found.py
    M examples/bins/plot_ah_radius.py
    M examples/bins/plot_ah_separation.py
    M examples/bins/plot_ah_trajectories.py
    M examples/bins/plot_binary_ah_angular_velocity.py
    M examples/bins/plot_binary_ah_period.py
    M examples/bins/plot_charge_phi1.py
    M examples/bins/plot_constraints.py
    M examples/bins/plot_em_energy.py
    M examples/bins/plot_grid_expr.py
    M examples/bins/plot_grid_var.py
    M examples/bins/plot_gw_angular_momentum.py
    M examples/bins/plot_gw_energy.py
    M examples/bins/plot_gw_linear_momentum.py
    M examples/bins/plot_phi_lm.py
    M examples/bins/plot_phi_time_averaged.py
    M examples/bins/plot_physical_time_per_hour.py
    M examples/bins/plot_psi4_lm.py
    M examples/bins/plot_strain_lm.py
    M examples/bins/plot_timeseries.py
    M examples/bins/plot_total_luminosity.py
    M examples/bins/print_ah_formation_time.py
    M examples/bins/print_available_iterations.py
    M examples/bins/print_available_timeseries.py
    M examples/bins/print_grid_point_minmax.py
    M examples/bins/print_qlm_properties_at_time.py
    M examples/bins/save_resampled_grid_data.py
    M kuibit/__init__.py
    M kuibit/argparse_helper.py
    M kuibit/attr_dict.py
    M kuibit/cactus_ascii_utils.py
    M kuibit/cactus_grid_functions.py
    M kuibit/cactus_horizons.py
    M kuibit/cactus_multipoles.py
    M kuibit/cactus_scalars.py
    M kuibit/cactus_timers.py
    M kuibit/cactus_twopunctures.py
    M kuibit/cactus_waves.py
    M kuibit/frequencyseries.py
    M kuibit/grid_data.py
    M kuibit/grid_data_utils.py
    M kuibit/gw_mismatch.py
    M kuibit/gw_utils.py
    M kuibit/hor_utils.py
    M kuibit/masks.py
    M kuibit/numerical.py
    M kuibit/sensitivity_curves.py
    M kuibit/series.py
    M kuibit/simdir.py
    M kuibit/tensor.py
    M kuibit/timeseries.py
    M kuibit/tree.py
    M kuibit/uniform_grid.py
    M kuibit/unitconv.py
    M kuibit/visualize_matplotlib.py
    M tests/test_argparse_helper.py
    M tests/test_attr_dict.py
    M tests/test_cactus_ascii_utils.py
    M tests/test_cactus_grid_functions.py
    M tests/test_cactus_horizons.py
    M tests/test_cactus_multipoles.py
    M tests/test_cactus_scalars.py
    M tests/test_cactus_timers.py
    M tests/test_cactus_twopunctures.py
    M tests/test_cactus_waves.py
    M tests/test_frequencyseries.py
    M tests/test_grid_data.py
    M tests/test_grid_data_utils.py
    M tests/test_gw_mismatch.py
    M tests/test_gw_utils.py
    M tests/test_hor_utils.py
    M tests/test_kuibit.py
    M tests/test_masks.py
    M tests/test_sensitivity_curves.py
    M tests/test_simdir.py
    M tests/test_tensor.py
    M tests/test_timeseries.py
    M tests/test_tree.py
    M tests/test_unitconv.py
    M tests/test_visualize_matplotlib.py

  Log Message:
  -----------
  Bump copyright to 2024


  Commit: e1b8a6a218aa4dfd32cc46ef010f6e9764b75553
      https://github.com/Sbozzolo/kuibit/commit/e1b8a6a218aa4dfd32cc46ef010f6e9764b75553
  Author: Gabriele Bozzola <sbozzolator at gmail.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
    M NEWS.md
    M docs/conf.py
    M docs/features.rst
    M pyproject.toml
    M tests/test_kuibit.py

  Log Message:
  -----------
  Bump to 1.5.0


  Commit: defd263836fefcbc08e68d6f01a0019718f1370d
      https://github.com/Sbozzolo/kuibit/commit/defd263836fefcbc08e68d6f01a0019718f1370d
  Author: Gabriele Bozzola <sbozzolator at gmail.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
    M .github/workflows/document.yml
    M .github/workflows/lint.yml
    M .github/workflows/publish.yml
    M .github/workflows/test.yml

  Log Message:
  -----------
  Maintenance: Update GitHub actions


Compare: https://github.com/Sbozzolo/kuibit/compare/ae92a5636901...defd263836fe

To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications


More information about the Commits mailing list