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

Gabriele Bozzola noreply at github.com
Sun Jun 16 18:17:56 CDT 2024


  Branch: refs/heads/next
  Home:   https://github.com/Sbozzolo/kuibit
  Commit: 208616ea25f23fa18a66870c2e39cfeb34739f1d
      https://github.com/Sbozzolo/kuibit/commit/208616ea25f23fa18a66870c2e39cfeb34739f1d
  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: 628f18ec24dd18fc39379dbf4e421dd8925d1e8e
      https://github.com/Sbozzolo/kuibit/commit/628f18ec24dd18fc39379dbf4e421dd8925d1e8e
  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: fc872d73a98764774567bce9438054c8e2c8dde1
      https://github.com/Sbozzolo/kuibit/commit/fc872d73a98764774567bce9438054c8e2c8dde1
  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: eccb166b60579409707ac9cb47c9ddf1161fa046
      https://github.com/Sbozzolo/kuibit/commit/eccb166b60579409707ac9cb47c9ddf1161fa046
  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: fb9377a78177c5a3aeb3f278aabd61fa5e9e4035
      https://github.com/Sbozzolo/kuibit/commit/fb9377a78177c5a3aeb3f278aabd61fa5e9e4035
  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.12


  Commit: c2d43a5a13796337231404e0be6a9522fa681560
      https://github.com/Sbozzolo/kuibit/commit/c2d43a5a13796337231404e0be6a9522fa681560
  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: 10126df3503f54727bc436df89af02b789fb6f57
      https://github.com/Sbozzolo/kuibit/commit/10126df3503f54727bc436df89af02b789fb6f57
  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/b1dccfcdf923...10126df3503f

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


More information about the Commits mailing list