[Commits] [Sbozzolo/kuibit] 49c86d: Add support for reading OpenPMD files

Gabriele Bozzola noreply at github.com
Sun Jun 16 18:36:41 CDT 2024


  Branch: refs/heads/next
  Home:   https://github.com/Sbozzolo/kuibit
  Commit: 49c86debf1b6edbf052ba9fbdc409a0c2f7efc8e
      https://github.com/Sbozzolo/kuibit/commit/49c86debf1b6edbf052ba9fbdc409a0c2f7efc8e
  Author: Krishiv Bhatia <flyingunicorns5724 at gmail.com>
  Date:   2024-06-16 (Sun, 16 Jun 2024)

  Changed paths:
    M NEWS.md
    M docs/features.rst
    M docs/index.rst
    M kuibit/cactus_grid_functions.py
    M poetry.lock
    M pyproject.toml
    A tests/grid_functions/batman.it00000000.bp4/data.0
    A tests/grid_functions/batman.it00000000.bp4/md.0
    A tests/grid_functions/batman.it00000000.bp4/md.idx
    A tests/grid_functions/batman.it00000000.bp4/profiling.json
    A tests/grid_functions/batman.it00000001.bp4/data.0
    A tests/grid_functions/batman.it00000001.bp4/md.0
    A tests/grid_functions/batman.it00000001.bp4/md.idx
    A tests/grid_functions/batman.it00000001.bp4/profiling.json
    M tests/test_cactus_grid_functions.py

  Log Message:
  -----------
  Add support for reading OpenPMD files

Co-authored-by: Krishiv Bhatia <flyingunicorns5724 at gmail.com>
Co-authored-by: Gabriele Bozzola <sbozzolator at gmail.com>"


  Commit: 1847c9b9184fc2c0bc52025ac7073eb50c044062
      https://github.com/Sbozzolo/kuibit/commit/1847c9b9184fc2c0bc52025ac7073eb50c044062
  Author: Gabriele Bozzola <sbozzolator at gmail.com>
  Date:   2024-06-16 (Sun, 16 Jun 2024)

  Changed paths:
    M tests/test_cactus_grid_functions.py

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


  Commit: 8bb9c3f0bbaaa07fe3b98057a0508dd830f934f7
      https://github.com/Sbozzolo/kuibit/commit/8bb9c3f0bbaaa07fe3b98057a0508dd830f934f7
  Author: Gabriele Bozzola <sbozzolator at gmail.com>
  Date:   2024-06-16 (Sun, 16 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: facb511348241aecd639634e2441cad907b1ab23
      https://github.com/Sbozzolo/kuibit/commit/facb511348241aecd639634e2441cad907b1ab23
  Author: Gabriele Bozzola <sbozzolator at gmail.com>
  Date:   2024-06-16 (Sun, 16 Jun 2024)

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

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


  Commit: 3484af54e59af9b3f6c2cb3360c6ace216d25909
      https://github.com/Sbozzolo/kuibit/commit/3484af54e59af9b3f6c2cb3360c6ace216d25909
  Author: Gabriele Bozzola <sbozzolator at gmail.com>
  Date:   2024-06-16 (Sun, 16 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: 00b1d0495ff22a9557d0cd4300ec8130746bba5f
      https://github.com/Sbozzolo/kuibit/commit/00b1d0495ff22a9557d0cd4300ec8130746bba5f
  Author: Gabriele Bozzola <sbozzolator at gmail.com>
  Date:   2024-06-16 (Sun, 16 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: 0a015ad27d98f7b3ad10bbefed2677b3d0d890d4
      https://github.com/Sbozzolo/kuibit/commit/0a015ad27d98f7b3ad10bbefed2677b3d0d890d4
  Author: Gabriele Bozzola <sbozzolator at gmail.com>
  Date:   2024-06-16 (Sun, 16 Jun 2024)

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

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


Compare: https://github.com/Sbozzolo/kuibit/compare/7936949c12f3...0a015ad27d98

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


More information about the Commits mailing list