From commits-noreply at bitbucket.org Thu Jun 13 10:24:04 2024 From: commits-noreply at bitbucket.org (Roland Haas) Date: Thu, 13 Jun 2024 15:24:04 +0000 Subject: [Commits] commit/CactusNumerical: new changesets Message-ID: new commits in CactusNumerical: Repository URL: https://bitbucket.org/cactuscode/cactusnumerical From commits-noreply at bitbucket.org Thu Jun 13 10:24:15 2024 From: commits-noreply at bitbucket.org (Roland Haas) Date: Thu, 13 Jun 2024 15:24:15 +0000 Subject: [Commits] commit/EinsteinInitialData: new changesets Message-ID: new commits in EinsteinInitialData: Repository URL: https://bitbucket.org/einsteintoolkit/einsteininitialdata From noreply at github.com Sun Jun 16 18:17:56 2024 From: noreply at github.com (Gabriele Bozzola) Date: Sun, 16 Jun 2024 16:17:56 -0700 Subject: [Commits] [Sbozzolo/kuibit] 208616: Add support for reading OpenPMD files Message-ID: Branch: refs/heads/next Home: https://github.com/Sbozzolo/kuibit Commit: 208616ea25f23fa18a66870c2e39cfeb34739f1d https://github.com/Sbozzolo/kuibit/commit/208616ea25f23fa18a66870c2e39cfeb34739f1d Author: Krishiv Bhatia 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 Co-authored-by: Gabriele Bozzola " Commit: 628f18ec24dd18fc39379dbf4e421dd8925d1e8e https://github.com/Sbozzolo/kuibit/commit/628f18ec24dd18fc39379dbf4e421dd8925d1e8e Author: Gabriele Bozzola 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 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 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 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 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 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 From noreply at github.com Sun Jun 16 18:26:38 2024 From: noreply at github.com (Gabriele Bozzola) Date: Sun, 16 Jun 2024 16:26:38 -0700 Subject: [Commits] [Sbozzolo/kuibit] de0efd: CI: Update documentation pipeline to Python 3.11 Message-ID: Branch: refs/heads/next Home: https://github.com/Sbozzolo/kuibit Commit: de0efdee272a3206047ff23fac5d2cd90d0dddb5 https://github.com/Sbozzolo/kuibit/commit/de0efdee272a3206047ff23fac5d2cd90d0dddb5 Author: Gabriele Bozzola 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: f423f8dedf71ef17164759c104834c54dd111227 https://github.com/Sbozzolo/kuibit/commit/f423f8dedf71ef17164759c104834c54dd111227 Author: Gabriele Bozzola 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: c796b91893c7029d8b3abbdcaeb58e76186d7e37 https://github.com/Sbozzolo/kuibit/commit/c796b91893c7029d8b3abbdcaeb58e76186d7e37 Author: Gabriele Bozzola 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/10126df3503f...c796b91893c7 To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Sun Jun 16 18:28:17 2024 From: noreply at github.com (actions-user) Date: Sun, 16 Jun 2024 16:28:17 -0700 Subject: [Commits] [Sbozzolo/kuibit] a82f00: Update documentation Message-ID: Branch: refs/heads/gh-pages Home: https://github.com/Sbozzolo/kuibit Commit: a82f00e4c7166e8dc52ba519740a980a3a12b69c https://github.com/Sbozzolo/kuibit/commit/a82f00e4c7166e8dc52ba519740a980a3a12b69c Author: GitHub Action Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M dev/_images/tutorials_timeseries_10_1.png M dev/_images/tutorials_timeseries_12_0.png M dev/_images/tutorials_timeseries_14_1.png M dev/_images/tutorials_timeseries_16_1.png M dev/_images/tutorials_timeseries_19_0.png M dev/_images/tutorials_timeseries_20_1.png M dev/_images/tutorials_timeseries_21_1.png M dev/_images/tutorials_timeseries_23_1.png M dev/_images/tutorials_timeseries_26_0.png M dev/_images/tutorials_timeseries_30_0.png M dev/_images/tutorials_timeseries_32_0.png M dev/_images/tutorials_timeseries_34_0.png M dev/_images/tutorials_timeseries_36_0.png M dev/_images/tutorials_timeseries_38_2.png M dev/_images/tutorials_timeseries_8_0.png M dev/_modules/index.html M dev/_modules/kuibit/argparse_helper.html M dev/_modules/kuibit/cactus_grid_functions.html M dev/_modules/kuibit/cactus_horizons.html M dev/_modules/kuibit/cactus_multipoles.html M dev/_modules/kuibit/cactus_scalars.html M dev/_modules/kuibit/cactus_timers.html M dev/_modules/kuibit/cactus_twopunctures.html M dev/_modules/kuibit/cactus_waves.html M dev/_modules/kuibit/frequencyseries.html M dev/_modules/kuibit/grid_data.html M dev/_modules/kuibit/gw_mismatch.html M dev/_modules/kuibit/gw_utils.html M dev/_modules/kuibit/hor_utils.html M dev/_modules/kuibit/sensitivity_curves.html M dev/_modules/kuibit/series.html M dev/_modules/kuibit/simdir.html M dev/_modules/kuibit/tensor.html M dev/_modules/kuibit/timeseries.html M dev/_modules/kuibit/tree.html M dev/_modules/kuibit/unitconv.html M dev/_modules/kuibit/visualize_matplotlib.html M dev/_sources/features.rst.txt M dev/_static/bizstyle.js M dev/_static/documentation_options.js M dev/argparse_helper.html M dev/argparse_helper_ref.html M dev/cactus_grid_functions_ref.html M dev/cactus_horizons.html M dev/cactus_horizons_ref.html M dev/cactus_multipoles.html M dev/cactus_multipoles_ref.html M dev/cactus_scalars.html M dev/cactus_scalars_ref.html M dev/cactus_timers_ref.html M dev/cactus_twopunctures.html M dev/cactus_twopunctures_ref.html M dev/cactus_waves.html M dev/cactus_waves_ref.html M dev/citations.html M dev/examples/bins/describe_simdir.html M dev/examples/bins/interactive_timertree.html M dev/examples/bins/picklify.html M dev/examples/bins/plot_1d_slice.html M dev/examples/bins/plot_1d_vars.html M dev/examples/bins/plot_ah_coordinate_velocity.html M dev/examples/bins/plot_ah_found.html M dev/examples/bins/plot_ah_radius.html M dev/examples/bins/plot_ah_separation.html M dev/examples/bins/plot_ah_trajectories.html M dev/examples/bins/plot_binary_ah_angular_velocity.html M dev/examples/bins/plot_binary_ah_period.html M dev/examples/bins/plot_charge_phi1.html M dev/examples/bins/plot_constraints.html M dev/examples/bins/plot_em_energy.html M dev/examples/bins/plot_grid_expr.html M dev/examples/bins/plot_grid_var.html M dev/examples/bins/plot_gw_angular_momentum.html M dev/examples/bins/plot_gw_energy.html M dev/examples/bins/plot_gw_linear_momentum.html M dev/examples/bins/plot_phi_lm.html M dev/examples/bins/plot_phi_time_averaged.html M dev/examples/bins/plot_physical_time.html M dev/examples/bins/plot_psi4_lm.html M dev/examples/bins/plot_strain_lm.html M dev/examples/bins/plot_timeseries.html M dev/examples/bins/plot_total_luminosity.html M dev/examples/bins/print_ah_formation_time.html M dev/examples/bins/print_available_iterations.html M dev/examples/bins/print_available_timeseries.html M dev/examples/bins/print_grid_point_minmax.html M dev/examples/bins/print_qlm_properties_at_time.html M dev/examples/bins/save_resampled_grid_data.html M dev/examples/mopi_movies/grid_var.html M dev/faq.html M dev/features.html M dev/first_steps.html M dev/frequencyseries_ref.html M dev/genindex.html M dev/grid_data.html M dev/grid_data_ref.html M dev/gw_mismatch.html M dev/gw_mismatch_ref.html M dev/gw_utils.html M dev/gw_utils_ref.html M dev/hor_utils.html M dev/hor_utils_ref.html M dev/index.html M dev/masks.html M dev/masks_ref.html M dev/motionpicture.html M dev/py-modindex.html M dev/recommendation_examples.html M dev/search.html M dev/searchindex.js M dev/sensitivity_curves.html M dev/sensitivity_curves_ref.html M dev/series.html M dev/series_ref.html M dev/simdir.html M dev/simdir_ref.html M dev/tensor.html M dev/tensor_ref.html M dev/testimonials.html M dev/timers.html M dev/timeseries_ref.html M dev/tree_ref.html M dev/tutorials/cactus_grid_functions.html M dev/tutorials/cactus_horizons.html M dev/tutorials/cactus_horizons.ipynb M dev/tutorials/gravitational_waves.html M dev/tutorials/gravitational_waves.ipynb M dev/tutorials/grid_data.html M dev/tutorials/grid_data.ipynb M dev/tutorials/simdir.html M dev/tutorials/simdir.ipynb M dev/tutorials/tensor.html M dev/tutorials/tensor.ipynb M dev/tutorials/timeseries.html M dev/tutorials/timeseries.ipynb M dev/unitconv.html M dev/unitconv_ref.html M dev/visualize_matplotlib.html M dev/visualize_matplotlib_ref.html Log Message: ----------- Update documentation To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Sun Jun 16 18:34:02 2024 From: noreply at github.com (Gabriele Bozzola) Date: Sun, 16 Jun 2024 16:34:02 -0700 Subject: [Commits] [Sbozzolo/kuibit] ad3015: Ignore broken version of SciPy Message-ID: Branch: refs/heads/next Home: https://github.com/Sbozzolo/kuibit Commit: ad30154bdc8d84ae0d33902d109a016f21e8c57f https://github.com/Sbozzolo/kuibit/commit/ad30154bdc8d84ae0d33902d109a016f21e8c57f Author: Gabriele Bozzola Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M poetry.lock M pyproject.toml Log Message: ----------- Ignore broken version of SciPy SciPy 1.10.0 has a bug in the interpolation routines: https://github.com/scipy/scipy/issues/17718 Commit: 5658a720b8e2a1f914b6eb8bff667e85a418303a https://github.com/Sbozzolo/kuibit/commit/5658a720b8e2a1f914b6eb8bff667e85a418303a Author: Gabriele Bozzola Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M tests/test_cactus_grid_functions.py Log Message: ----------- Test: read on grid with resample = True Commit: e12773f77fe030bd4889ed3e3a4714588a96cb03 https://github.com/Sbozzolo/kuibit/commit/e12773f77fe030bd4889ed3e3a4714588a96cb03 Author: Gabriele Bozzola Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M kuibit/visualize_matplotlib.py Log Message: ----------- Import tikzplotlib conditionally Commit: 0ab491cf0ede4109f9c0415892c187d15a3d2498 https://github.com/Sbozzolo/kuibit/commit/0ab491cf0ede4109f9c0415892c187d15a3d2498 Author: Gabriele Bozzola Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M NEWS.md M poetry.lock M pyproject.toml Log Message: ----------- Add support for Python 3.12 Commit: 0612aa7f069ee7d192311b1dfb64a75bb7e46b96 https://github.com/Sbozzolo/kuibit/commit/0612aa7f069ee7d192311b1dfb64a75bb7e46b96 Author: Gabriele Bozzola Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M kuibit/visualize_matplotlib.py Log Message: ----------- visualize_matplotlib: fix type hint for rc_par_file Commit: a9496d8c72b25c7efb54b6326ff65a9ffde14995 https://github.com/Sbozzolo/kuibit/commit/a9496d8c72b25c7efb54b6326ff65a9ffde14995 Author: Gabriele Bozzola Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M NEWS.md M kuibit/cactus_ascii_utils.py A tests/test_cactus_ascii_utils.py Log Message: ----------- total_filesize: error out when given a directory Commit: 1c3df4737a8f45bdea21335eb22976fce0057311 https://github.com/Sbozzolo/kuibit/commit/1c3df4737a8f45bdea21335eb22976fce0057311 Author: Krishiv Bhatia 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 Co-authored-by: Gabriele Bozzola " Commit: a292e0c571535c3c8e987bd4ab6046a70bdc3f27 https://github.com/Sbozzolo/kuibit/commit/a292e0c571535c3c8e987bd4ab6046a70bdc3f27 Author: Gabriele Bozzola Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M tests/test_cactus_grid_functions.py Log Message: ----------- Test: removed unused import Commit: 53391356ae1cd2a2f7b6300d051ee305096051c5 https://github.com/Sbozzolo/kuibit/commit/53391356ae1cd2a2f7b6300d051ee305096051c5 Author: Gabriele Bozzola 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: 5d7a1e4cae56cb5f29b843f481e22eda6598bfa2 https://github.com/Sbozzolo/kuibit/commit/5d7a1e4cae56cb5f29b843f481e22eda6598bfa2 Author: Gabriele Bozzola 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: 172e530b363c2378b0452b23f5de332c42775417 https://github.com/Sbozzolo/kuibit/commit/172e530b363c2378b0452b23f5de332c42775417 Author: Gabriele Bozzola 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: 5fd7c65f0e959a7c9cea8e439f3a0d3d7f5f4228 https://github.com/Sbozzolo/kuibit/commit/5fd7c65f0e959a7c9cea8e439f3a0d3d7f5f4228 Author: Gabriele Bozzola 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: 7936949c12f3e1ab0a72a66c753117cab15c0fdc https://github.com/Sbozzolo/kuibit/commit/7936949c12f3e1ab0a72a66c753117cab15c0fdc Author: Gabriele Bozzola 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/c796b91893c7...7936949c12f3 To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Sun Jun 16 18:35:52 2024 From: noreply at github.com (actions-user) Date: Sun, 16 Jun 2024 16:35:52 -0700 Subject: [Commits] [Sbozzolo/kuibit] 2af6fa: Update documentation Message-ID: Branch: refs/heads/gh-pages Home: https://github.com/Sbozzolo/kuibit Commit: 2af6fa5b075107a076ccd466d010caff1af1fd22 https://github.com/Sbozzolo/kuibit/commit/2af6fa5b075107a076ccd466d010caff1af1fd22 Author: GitHub Action Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M dev/_images/tutorials_timeseries_10_1.png M dev/_images/tutorials_timeseries_12_0.png M dev/_images/tutorials_timeseries_14_1.png M dev/_images/tutorials_timeseries_16_1.png M dev/_images/tutorials_timeseries_19_0.png M dev/_images/tutorials_timeseries_20_1.png M dev/_images/tutorials_timeseries_21_1.png M dev/_images/tutorials_timeseries_23_1.png M dev/_images/tutorials_timeseries_26_0.png M dev/_images/tutorials_timeseries_30_0.png M dev/_images/tutorials_timeseries_32_0.png M dev/_images/tutorials_timeseries_34_0.png M dev/_images/tutorials_timeseries_36_0.png M dev/_images/tutorials_timeseries_38_2.png M dev/_images/tutorials_timeseries_8_0.png M dev/searchindex.js M dev/tutorials/cactus_horizons.html M dev/tutorials/cactus_horizons.ipynb M dev/tutorials/gravitational_waves.html M dev/tutorials/gravitational_waves.ipynb M dev/tutorials/grid_data.html M dev/tutorials/grid_data.ipynb M dev/tutorials/simdir.html M dev/tutorials/simdir.ipynb M dev/tutorials/tensor.html M dev/tutorials/tensor.ipynb M dev/tutorials/timeseries.html M dev/tutorials/timeseries.ipynb Log Message: ----------- Update documentation To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Sun Jun 16 18:36:41 2024 From: noreply at github.com (Gabriele Bozzola) Date: Sun, 16 Jun 2024 16:36:41 -0700 Subject: [Commits] [Sbozzolo/kuibit] 49c86d: Add support for reading OpenPMD files Message-ID: Branch: refs/heads/next Home: https://github.com/Sbozzolo/kuibit Commit: 49c86debf1b6edbf052ba9fbdc409a0c2f7efc8e https://github.com/Sbozzolo/kuibit/commit/49c86debf1b6edbf052ba9fbdc409a0c2f7efc8e Author: Krishiv Bhatia 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 Co-authored-by: Gabriele Bozzola " Commit: 1847c9b9184fc2c0bc52025ac7073eb50c044062 https://github.com/Sbozzolo/kuibit/commit/1847c9b9184fc2c0bc52025ac7073eb50c044062 Author: Gabriele Bozzola 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 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 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 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 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 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 From noreply at github.com Sun Jun 16 18:38:30 2024 From: noreply at github.com (actions-user) Date: Sun, 16 Jun 2024 16:38:30 -0700 Subject: [Commits] [Sbozzolo/kuibit] a3ba88: Update documentation Message-ID: Branch: refs/heads/gh-pages Home: https://github.com/Sbozzolo/kuibit Commit: a3ba88d25476dd514c1d60cb1245c57a86e5015a https://github.com/Sbozzolo/kuibit/commit/a3ba88d25476dd514c1d60cb1245c57a86e5015a Author: GitHub Action Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M dev/_images/tutorials_timeseries_10_1.png M dev/_images/tutorials_timeseries_12_0.png M dev/_images/tutorials_timeseries_14_1.png M dev/_images/tutorials_timeseries_16_1.png M dev/_images/tutorials_timeseries_19_0.png M dev/_images/tutorials_timeseries_20_1.png M dev/_images/tutorials_timeseries_21_1.png M dev/_images/tutorials_timeseries_23_1.png M dev/_images/tutorials_timeseries_26_0.png M dev/_images/tutorials_timeseries_30_0.png M dev/_images/tutorials_timeseries_32_0.png M dev/_images/tutorials_timeseries_34_0.png M dev/_images/tutorials_timeseries_36_0.png M dev/_images/tutorials_timeseries_38_2.png M dev/_images/tutorials_timeseries_8_0.png M dev/_modules/kuibit/cactus_grid_functions.html M dev/searchindex.js M dev/tutorials/cactus_horizons.html M dev/tutorials/cactus_horizons.ipynb M dev/tutorials/gravitational_waves.html M dev/tutorials/gravitational_waves.ipynb M dev/tutorials/grid_data.html M dev/tutorials/grid_data.ipynb M dev/tutorials/simdir.html M dev/tutorials/simdir.ipynb M dev/tutorials/tensor.html M dev/tutorials/tensor.ipynb M dev/tutorials/timeseries.html M dev/tutorials/timeseries.ipynb Log Message: ----------- Update documentation To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Sun Jun 16 18:39:03 2024 From: noreply at github.com (Gabriele Bozzola) Date: Sun, 16 Jun 2024 23:39:03 +0000 (UTC) Subject: [Commits] [Sbozzolo/kuibit] ad3015: Ignore broken version of SciPy Message-ID: Branch: refs/heads/master Home: https://github.com/Sbozzolo/kuibit Commit: ad30154bdc8d84ae0d33902d109a016f21e8c57f https://github.com/Sbozzolo/kuibit/commit/ad30154bdc8d84ae0d33902d109a016f21e8c57f Author: Gabriele Bozzola Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M poetry.lock M pyproject.toml Log Message: ----------- Ignore broken version of SciPy SciPy 1.10.0 has a bug in the interpolation routines: https://github.com/scipy/scipy/issues/17718 Commit: 5658a720b8e2a1f914b6eb8bff667e85a418303a https://github.com/Sbozzolo/kuibit/commit/5658a720b8e2a1f914b6eb8bff667e85a418303a Author: Gabriele Bozzola Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M tests/test_cactus_grid_functions.py Log Message: ----------- Test: read on grid with resample = True Commit: e12773f77fe030bd4889ed3e3a4714588a96cb03 https://github.com/Sbozzolo/kuibit/commit/e12773f77fe030bd4889ed3e3a4714588a96cb03 Author: Gabriele Bozzola Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M kuibit/visualize_matplotlib.py Log Message: ----------- Import tikzplotlib conditionally Commit: 0ab491cf0ede4109f9c0415892c187d15a3d2498 https://github.com/Sbozzolo/kuibit/commit/0ab491cf0ede4109f9c0415892c187d15a3d2498 Author: Gabriele Bozzola Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M NEWS.md M poetry.lock M pyproject.toml Log Message: ----------- Add support for Python 3.12 Commit: 0612aa7f069ee7d192311b1dfb64a75bb7e46b96 https://github.com/Sbozzolo/kuibit/commit/0612aa7f069ee7d192311b1dfb64a75bb7e46b96 Author: Gabriele Bozzola Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M kuibit/visualize_matplotlib.py Log Message: ----------- visualize_matplotlib: fix type hint for rc_par_file Commit: a9496d8c72b25c7efb54b6326ff65a9ffde14995 https://github.com/Sbozzolo/kuibit/commit/a9496d8c72b25c7efb54b6326ff65a9ffde14995 Author: Gabriele Bozzola Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M NEWS.md M kuibit/cactus_ascii_utils.py A tests/test_cactus_ascii_utils.py Log Message: ----------- total_filesize: error out when given a directory Commit: 49c86debf1b6edbf052ba9fbdc409a0c2f7efc8e https://github.com/Sbozzolo/kuibit/commit/49c86debf1b6edbf052ba9fbdc409a0c2f7efc8e Author: Krishiv Bhatia 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 Co-authored-by: Gabriele Bozzola " Commit: 1847c9b9184fc2c0bc52025ac7073eb50c044062 https://github.com/Sbozzolo/kuibit/commit/1847c9b9184fc2c0bc52025ac7073eb50c044062 Author: Gabriele Bozzola 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 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 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 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 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 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/f74f5e670fb3...0a015ad27d98 To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Sun Jun 16 18:58:22 2024 From: noreply at github.com (Gabriele Bozzola) Date: Sun, 16 Jun 2024 16:58:22 -0700 Subject: [Commits] [Sbozzolo/kuibit] 3075c3: Maintenance: Update GitHub actions Message-ID: Branch: refs/heads/next Home: https://github.com/Sbozzolo/kuibit Commit: 3075c39ae4b27e9fcd78bb472911b50bf64a9340 https://github.com/Sbozzolo/kuibit/commit/3075c39ae4b27e9fcd78bb472911b50bf64a9340 Author: Gabriele Bozzola Date: 2024-06-16 (Sun, 16 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 To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Sun Jun 16 18:58:28 2024 From: noreply at github.com (Gabriele Bozzola) Date: Sun, 16 Jun 2024 16:58:28 -0700 Subject: [Commits] [Sbozzolo/kuibit] 3075c3: Maintenance: Update GitHub actions Message-ID: Branch: refs/heads/master Home: https://github.com/Sbozzolo/kuibit Commit: 3075c39ae4b27e9fcd78bb472911b50bf64a9340 https://github.com/Sbozzolo/kuibit/commit/3075c39ae4b27e9fcd78bb472911b50bf64a9340 Author: Gabriele Bozzola Date: 2024-06-16 (Sun, 16 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 To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Sun Jun 16 19:00:09 2024 From: noreply at github.com (actions-user) Date: Sun, 16 Jun 2024 17:00:09 -0700 Subject: [Commits] [Sbozzolo/kuibit] 9bef59: Update documentation Message-ID: Branch: refs/heads/gh-pages Home: https://github.com/Sbozzolo/kuibit Commit: 9bef5925ae8d24706ef63eedc7813bef0a6d5efc https://github.com/Sbozzolo/kuibit/commit/9bef5925ae8d24706ef63eedc7813bef0a6d5efc Author: GitHub Action Date: 2024-06-16 (Sun, 16 Jun 2024) Changed paths: M dev/_images/tutorials_timeseries_10_1.png M dev/_images/tutorials_timeseries_12_0.png M dev/_images/tutorials_timeseries_14_1.png M dev/_images/tutorials_timeseries_16_1.png M dev/_images/tutorials_timeseries_19_0.png M dev/_images/tutorials_timeseries_20_1.png M dev/_images/tutorials_timeseries_21_1.png M dev/_images/tutorials_timeseries_23_1.png M dev/_images/tutorials_timeseries_26_0.png M dev/_images/tutorials_timeseries_30_0.png M dev/_images/tutorials_timeseries_32_0.png M dev/_images/tutorials_timeseries_34_0.png M dev/_images/tutorials_timeseries_36_0.png M dev/_images/tutorials_timeseries_38_2.png M dev/_images/tutorials_timeseries_8_0.png M dev/searchindex.js M dev/tutorials/cactus_horizons.html M dev/tutorials/cactus_horizons.ipynb M dev/tutorials/gravitational_waves.html M dev/tutorials/gravitational_waves.ipynb M dev/tutorials/grid_data.html M dev/tutorials/grid_data.ipynb M dev/tutorials/simdir.html M dev/tutorials/simdir.ipynb M dev/tutorials/tensor.html M dev/tutorials/tensor.ipynb M dev/tutorials/timeseries.html M dev/tutorials/timeseries.ipynb Log Message: ----------- Update documentation To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Wed Jun 19 10:42:37 2024 From: noreply at github.com (Gabriele Bozzola) Date: Wed, 19 Jun 2024 08:42:37 -0700 Subject: [Commits] [Sbozzolo/kuibit] Message-ID: Branch: refs/heads/master Home: https://github.com/Sbozzolo/kuibit To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Wed Jun 19 10:44:47 2024 From: noreply at github.com (actions-user) Date: Wed, 19 Jun 2024 08:44:47 -0700 Subject: [Commits] [Sbozzolo/kuibit] 54ecf1: Update documentation Message-ID: Branch: refs/heads/gh-pages Home: https://github.com/Sbozzolo/kuibit Commit: 54ecf1a9fc24fda6820e2739c14582c9723269c4 https://github.com/Sbozzolo/kuibit/commit/54ecf1a9fc24fda6820e2739c14582c9723269c4 Author: GitHub Action Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M _images/tutorials_cactus_horizons_11_1.png M _images/tutorials_cactus_horizons_13_1.png M _images/tutorials_cactus_horizons_15_0.png M _images/tutorials_cactus_horizons_16_0.png M _images/tutorials_cactus_horizons_18_1.png M _images/tutorials_cactus_horizons_20_1.png M _images/tutorials_cactus_horizons_22_1.png M _images/tutorials_cactus_horizons_24_1.png M _images/tutorials_cactus_horizons_28_1.png M _images/tutorials_cactus_horizons_30_1.png M _images/tutorials_cactus_horizons_32_1.png M _images/tutorials_cactus_horizons_9_1.png M _images/tutorials_gravitational_waves_21_1.png M _images/tutorials_gravitational_waves_25_1.png M _images/tutorials_gravitational_waves_29_1.png M _images/tutorials_gravitational_waves_30_1.png M _images/tutorials_grid_data_17_1.png M _images/tutorials_grid_data_19_1.png M _images/tutorials_grid_data_25_2.png M _images/tutorials_grid_data_27_1.png M _images/tutorials_grid_data_40_1.png M _images/tutorials_grid_data_42_1.png M _images/tutorials_grid_data_46_2.png M _images/tutorials_grid_data_48_1.png M _images/tutorials_grid_data_57_1.png M _images/tutorials_grid_data_59_1.png M _images/tutorials_tensor_11_1.png M _images/tutorials_tensor_5_1.png M _images/tutorials_tensor_7_2.png M _images/tutorials_tensor_9_1.png M _images/tutorials_timeseries_10_1.png M _images/tutorials_timeseries_12_0.png M _images/tutorials_timeseries_14_1.png M _images/tutorials_timeseries_16_1.png M _images/tutorials_timeseries_19_0.png M _images/tutorials_timeseries_20_1.png M _images/tutorials_timeseries_21_1.png M _images/tutorials_timeseries_23_1.png M _images/tutorials_timeseries_26_0.png M _images/tutorials_timeseries_30_0.png M _images/tutorials_timeseries_32_0.png M _images/tutorials_timeseries_34_0.png M _images/tutorials_timeseries_36_0.png M _images/tutorials_timeseries_38_2.png M _images/tutorials_timeseries_6_0.png M _images/tutorials_timeseries_8_0.png M _modules/index.html M _modules/kuibit/argparse_helper.html M _modules/kuibit/cactus_grid_functions.html M _modules/kuibit/cactus_horizons.html M _modules/kuibit/cactus_multipoles.html M _modules/kuibit/cactus_scalars.html M _modules/kuibit/cactus_timers.html M _modules/kuibit/cactus_twopunctures.html M _modules/kuibit/cactus_waves.html M _modules/kuibit/frequencyseries.html M _modules/kuibit/grid_data.html M _modules/kuibit/gw_mismatch.html M _modules/kuibit/gw_utils.html M _modules/kuibit/hor_utils.html M _modules/kuibit/sensitivity_curves.html M _modules/kuibit/series.html M _modules/kuibit/simdir.html M _modules/kuibit/tensor.html M _modules/kuibit/timeseries.html M _modules/kuibit/tree.html M _modules/kuibit/unitconv.html M _modules/kuibit/visualize_matplotlib.html M argparse_helper.html M argparse_helper_ref.html M cactus_grid_functions_ref.html M cactus_horizons.html M cactus_horizons_ref.html M cactus_multipoles.html M cactus_multipoles_ref.html M cactus_scalars.html M cactus_scalars_ref.html M cactus_timers_ref.html M cactus_twopunctures.html M cactus_twopunctures_ref.html M cactus_waves.html M cactus_waves_ref.html M citations.html M examples/bins/describe_simdir.html M examples/bins/interactive_timertree.html M examples/bins/picklify.html M examples/bins/plot_1d_slice.html M examples/bins/plot_1d_vars.html M examples/bins/plot_ah_coordinate_velocity.html M examples/bins/plot_ah_found.html M examples/bins/plot_ah_radius.html M examples/bins/plot_ah_separation.html M examples/bins/plot_ah_trajectories.html M examples/bins/plot_binary_ah_angular_velocity.html M examples/bins/plot_binary_ah_period.html M examples/bins/plot_charge_phi1.html M examples/bins/plot_constraints.html M examples/bins/plot_em_energy.html M examples/bins/plot_grid_expr.html M examples/bins/plot_grid_var.html M examples/bins/plot_gw_angular_momentum.html M examples/bins/plot_gw_energy.html M examples/bins/plot_gw_linear_momentum.html M examples/bins/plot_phi_lm.html M examples/bins/plot_phi_time_averaged.html M examples/bins/plot_physical_time.html M examples/bins/plot_psi4_lm.html M examples/bins/plot_strain_lm.html M examples/bins/plot_timeseries.html M examples/bins/plot_total_luminosity.html M examples/bins/print_ah_formation_time.html M examples/bins/print_available_iterations.html M examples/bins/print_available_timeseries.html M examples/bins/print_grid_point_minmax.html M examples/bins/print_qlm_properties_at_time.html M examples/bins/save_resampled_grid_data.html M examples/mopi_movies/grid_var.html M faq.html M features.html M first_steps.html M frequencyseries_ref.html M genindex.html M grid_data.html M grid_data_ref.html M gw_mismatch.html M gw_mismatch_ref.html M gw_utils.html M gw_utils_ref.html M hor_utils.html M hor_utils_ref.html M index.html M masks.html M masks_ref.html M motionpicture.html M py-modindex.html M recommendation_examples.html M search.html M searchindex.js M sensitivity_curves.html M sensitivity_curves_ref.html M series.html M series_ref.html M simdir.html M simdir_ref.html M tensor.html M tensor_ref.html M testimonials.html M timers.html M timeseries_ref.html M tree_ref.html M tutorials/cactus_grid_functions.html M tutorials/cactus_horizons.html M tutorials/cactus_horizons.ipynb M tutorials/gravitational_waves.html M tutorials/gravitational_waves.ipynb M tutorials/grid_data.html M tutorials/grid_data.ipynb M tutorials/simdir.html M tutorials/simdir.ipynb M tutorials/tensor.html M tutorials/tensor.ipynb M tutorials/timeseries.html M tutorials/timeseries.ipynb M unitconv.html M unitconv_ref.html M visualize_matplotlib.html M visualize_matplotlib_ref.html Log Message: ----------- Update documentation To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Wed Jun 19 10:46:00 2024 From: noreply at github.com (Krishiv Bhatia) Date: Wed, 19 Jun 2024 08:46:00 -0700 Subject: [Commits] [Sbozzolo/kuibit] 869f06: Add support for reading OpenPMD files Message-ID: Branch: refs/heads/master Home: https://github.com/Sbozzolo/kuibit Commit: 869f0618ea4a06324e140def9db9f503304db193 https://github.com/Sbozzolo/kuibit/commit/869f0618ea4a06324e140def9db9f503304db193 Author: Krishiv Bhatia Date: 2024-06-19 (Wed, 19 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 Co-authored-by: Gabriele Bozzola " To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Wed Jun 19 10:51:07 2024 From: noreply at github.com (Gabriele Bozzola) Date: Wed, 19 Jun 2024 08:51:07 -0700 Subject: [Commits] [Sbozzolo/kuibit] ae92a5: Add support for reading OpenPMD files Message-ID: Branch: refs/heads/next Home: https://github.com/Sbozzolo/kuibit Commit: ae92a5636901c94b4dcd2870a6055160d4cc14e5 https://github.com/Sbozzolo/kuibit/commit/ae92a5636901c94b4dcd2870a6055160d4cc14e5 Author: Gabriele Bozzola Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M NEWS.md Log Message: ----------- Add support for reading OpenPMD files Co-authored-by: Krishiv Bhatia Co-authored-by: Gabriele Bozzola " To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Wed Jun 19 10:52:33 2024 From: noreply at github.com (Gabriele Bozzola) Date: Wed, 19 Jun 2024 08:52:33 -0700 Subject: [Commits] [Sbozzolo/kuibit] fe4cce: Test: removed unused import Message-ID: Branch: refs/heads/next Home: https://github.com/Sbozzolo/kuibit Commit: fe4cce59c3ed4abee5199bfdb0a1e53d69c5f18f https://github.com/Sbozzolo/kuibit/commit/fe4cce59c3ed4abee5199bfdb0a1e53d69c5f18f Author: Gabriele Bozzola 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 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 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 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 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 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 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 From noreply at github.com Wed Jun 19 10:53:05 2024 From: noreply at github.com (Gabriele Bozzola) Date: Wed, 19 Jun 2024 08:53:05 -0700 Subject: [Commits] [Sbozzolo/kuibit] fe4cce: Test: removed unused import Message-ID: Branch: refs/heads/master Home: https://github.com/Sbozzolo/kuibit Commit: fe4cce59c3ed4abee5199bfdb0a1e53d69c5f18f https://github.com/Sbozzolo/kuibit/commit/fe4cce59c3ed4abee5199bfdb0a1e53d69c5f18f Author: Gabriele Bozzola 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 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 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 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 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 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 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/869f0618ea4a...defd263836fe To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Wed Jun 19 10:53:53 2024 From: noreply at github.com (actions-user) Date: Wed, 19 Jun 2024 08:53:53 -0700 Subject: [Commits] [Sbozzolo/kuibit] e68b5e: Update documentation Message-ID: Branch: refs/heads/gh-pages Home: https://github.com/Sbozzolo/kuibit Commit: e68b5e7795967ee9e43487921279c1d8e7c42412 https://github.com/Sbozzolo/kuibit/commit/e68b5e7795967ee9e43487921279c1d8e7c42412 Author: GitHub Action Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M dev/_images/tutorials_timeseries_10_1.png M dev/_images/tutorials_timeseries_12_0.png M dev/_images/tutorials_timeseries_14_1.png M dev/_images/tutorials_timeseries_16_1.png M dev/_images/tutorials_timeseries_19_0.png M dev/_images/tutorials_timeseries_20_1.png M dev/_images/tutorials_timeseries_21_1.png M dev/_images/tutorials_timeseries_23_1.png M dev/_images/tutorials_timeseries_26_0.png M dev/_images/tutorials_timeseries_30_0.png M dev/_images/tutorials_timeseries_32_0.png M dev/_images/tutorials_timeseries_34_0.png M dev/_images/tutorials_timeseries_36_0.png M dev/_images/tutorials_timeseries_38_2.png M dev/_images/tutorials_timeseries_8_0.png M dev/searchindex.js M dev/tutorials/cactus_horizons.html M dev/tutorials/cactus_horizons.ipynb M dev/tutorials/gravitational_waves.html M dev/tutorials/gravitational_waves.ipynb M dev/tutorials/grid_data.html M dev/tutorials/grid_data.ipynb M dev/tutorials/simdir.html M dev/tutorials/simdir.ipynb M dev/tutorials/tensor.html M dev/tutorials/tensor.ipynb M dev/tutorials/timeseries.html M dev/tutorials/timeseries.ipynb Log Message: ----------- Update documentation To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Wed Jun 19 10:54:23 2024 From: noreply at github.com (actions-user) Date: Wed, 19 Jun 2024 08:54:23 -0700 Subject: [Commits] [Sbozzolo/kuibit] 17111f: Update documentation Message-ID: Branch: refs/heads/gh-pages Home: https://github.com/Sbozzolo/kuibit Commit: 17111faaa90508db6f9db87e67ba3aee242e7f45 https://github.com/Sbozzolo/kuibit/commit/17111faaa90508db6f9db87e67ba3aee242e7f45 Author: GitHub Action Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M dev/_images/tutorials_timeseries_10_1.png M dev/_images/tutorials_timeseries_12_0.png M dev/_images/tutorials_timeseries_14_1.png M dev/_images/tutorials_timeseries_16_1.png M dev/_images/tutorials_timeseries_19_0.png M dev/_images/tutorials_timeseries_20_1.png M dev/_images/tutorials_timeseries_21_1.png M dev/_images/tutorials_timeseries_23_1.png M dev/_images/tutorials_timeseries_26_0.png M dev/_images/tutorials_timeseries_30_0.png M dev/_images/tutorials_timeseries_32_0.png M dev/_images/tutorials_timeseries_34_0.png M dev/_images/tutorials_timeseries_36_0.png M dev/_images/tutorials_timeseries_38_2.png M dev/_images/tutorials_timeseries_8_0.png M dev/searchindex.js M dev/tutorials/cactus_horizons.html M dev/tutorials/cactus_horizons.ipynb M dev/tutorials/gravitational_waves.html M dev/tutorials/gravitational_waves.ipynb M dev/tutorials/grid_data.html M dev/tutorials/grid_data.ipynb M dev/tutorials/simdir.html M dev/tutorials/simdir.ipynb M dev/tutorials/tensor.html M dev/tutorials/tensor.ipynb M dev/tutorials/timeseries.html M dev/tutorials/timeseries.ipynb Log Message: ----------- Update documentation To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Wed Jun 19 10:54:54 2024 From: noreply at github.com (actions-user) Date: Wed, 19 Jun 2024 08:54:54 -0700 Subject: [Commits] [Sbozzolo/kuibit] 63b510: Update documentation Message-ID: Branch: refs/heads/gh-pages Home: https://github.com/Sbozzolo/kuibit Commit: 63b510b0ece225c684c43f4884caf1395b40e0c6 https://github.com/Sbozzolo/kuibit/commit/63b510b0ece225c684c43f4884caf1395b40e0c6 Author: GitHub Action Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M _images/tutorials_timeseries_10_1.png M _images/tutorials_timeseries_12_0.png M _images/tutorials_timeseries_14_1.png M _images/tutorials_timeseries_16_1.png M _images/tutorials_timeseries_19_0.png M _images/tutorials_timeseries_20_1.png M _images/tutorials_timeseries_21_1.png M _images/tutorials_timeseries_23_1.png M _images/tutorials_timeseries_26_0.png M _images/tutorials_timeseries_30_0.png M _images/tutorials_timeseries_32_0.png M _images/tutorials_timeseries_34_0.png M _images/tutorials_timeseries_36_0.png M _images/tutorials_timeseries_38_2.png M _images/tutorials_timeseries_8_0.png M _modules/index.html M _modules/kuibit/argparse_helper.html M _modules/kuibit/cactus_grid_functions.html M _modules/kuibit/cactus_horizons.html M _modules/kuibit/cactus_multipoles.html M _modules/kuibit/cactus_scalars.html M _modules/kuibit/cactus_timers.html M _modules/kuibit/cactus_twopunctures.html M _modules/kuibit/cactus_waves.html M _modules/kuibit/frequencyseries.html M _modules/kuibit/grid_data.html M _modules/kuibit/gw_mismatch.html M _modules/kuibit/gw_utils.html M _modules/kuibit/hor_utils.html M _modules/kuibit/sensitivity_curves.html M _modules/kuibit/series.html M _modules/kuibit/simdir.html M _modules/kuibit/tensor.html M _modules/kuibit/timeseries.html M _modules/kuibit/tree.html M _modules/kuibit/unitconv.html M _modules/kuibit/visualize_matplotlib.html M _sources/features.rst.txt M _sources/index.rst.txt M _static/bizstyle.js M _static/documentation_options.js M argparse_helper.html M argparse_helper_ref.html M cactus_grid_functions_ref.html M cactus_horizons.html M cactus_horizons_ref.html M cactus_multipoles.html M cactus_multipoles_ref.html M cactus_scalars.html M cactus_scalars_ref.html M cactus_timers_ref.html M cactus_twopunctures.html M cactus_twopunctures_ref.html M cactus_waves.html M cactus_waves_ref.html M citations.html M examples/bins/describe_simdir.html M examples/bins/interactive_timertree.html M examples/bins/picklify.html M examples/bins/plot_1d_slice.html M examples/bins/plot_1d_vars.html M examples/bins/plot_ah_coordinate_velocity.html M examples/bins/plot_ah_found.html M examples/bins/plot_ah_radius.html M examples/bins/plot_ah_separation.html M examples/bins/plot_ah_trajectories.html M examples/bins/plot_binary_ah_angular_velocity.html M examples/bins/plot_binary_ah_period.html M examples/bins/plot_charge_phi1.html M examples/bins/plot_constraints.html M examples/bins/plot_em_energy.html M examples/bins/plot_grid_expr.html M examples/bins/plot_grid_var.html M examples/bins/plot_gw_angular_momentum.html M examples/bins/plot_gw_energy.html M examples/bins/plot_gw_linear_momentum.html M examples/bins/plot_phi_lm.html M examples/bins/plot_phi_time_averaged.html M examples/bins/plot_physical_time.html M examples/bins/plot_psi4_lm.html M examples/bins/plot_strain_lm.html M examples/bins/plot_timeseries.html M examples/bins/plot_total_luminosity.html M examples/bins/print_ah_formation_time.html M examples/bins/print_available_iterations.html M examples/bins/print_available_timeseries.html M examples/bins/print_grid_point_minmax.html M examples/bins/print_qlm_properties_at_time.html M examples/bins/save_resampled_grid_data.html M examples/mopi_movies/grid_var.html M faq.html M features.html M first_steps.html M frequencyseries_ref.html M genindex.html M grid_data.html M grid_data_ref.html M gw_mismatch.html M gw_mismatch_ref.html M gw_utils.html M gw_utils_ref.html M hor_utils.html M hor_utils_ref.html M index.html M masks.html M masks_ref.html M motionpicture.html M objects.inv M py-modindex.html M recommendation_examples.html M search.html M searchindex.js M sensitivity_curves.html M sensitivity_curves_ref.html M series.html M series_ref.html M simdir.html M simdir_ref.html M tensor.html M tensor_ref.html M testimonials.html M timers.html M timeseries_ref.html M tree_ref.html M tutorials/cactus_grid_functions.html M tutorials/cactus_horizons.html M tutorials/cactus_horizons.ipynb M tutorials/gravitational_waves.html M tutorials/gravitational_waves.ipynb M tutorials/grid_data.html M tutorials/grid_data.ipynb M tutorials/simdir.html M tutorials/simdir.ipynb M tutorials/tensor.html M tutorials/tensor.ipynb M tutorials/timeseries.html M tutorials/timeseries.ipynb M unitconv.html M unitconv_ref.html M visualize_matplotlib.html M visualize_matplotlib_ref.html Log Message: ----------- Update documentation To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Wed Jun 19 11:02:16 2024 From: noreply at github.com (Gabriele Bozzola) Date: Wed, 19 Jun 2024 09:02:16 -0700 Subject: [Commits] [Sbozzolo/kuibit] Message-ID: Branch: refs/tags/1.5.0 Home: https://github.com/Sbozzolo/kuibit To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Wed Jun 19 11:03:02 2024 From: noreply at github.com (Gabriele Bozzola) Date: Wed, 19 Jun 2024 09:03:02 -0700 Subject: [Commits] [Sbozzolo/kuibit] Message-ID: Branch: refs/tags/1.5.0 Home: https://github.com/Sbozzolo/kuibit To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Wed Jun 19 11:03:37 2024 From: noreply at github.com (Gabriele Bozzola) Date: Wed, 19 Jun 2024 09:03:37 -0700 Subject: [Commits] [Sbozzolo/kuibit] Message-ID: Branch: refs/tags/1.5.0 Home: https://github.com/Sbozzolo/kuibit To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Wed Jun 19 11:04:00 2024 From: noreply at github.com (actions-user) Date: Wed, 19 Jun 2024 09:04:00 -0700 Subject: [Commits] [Sbozzolo/kuibit] fe3bf6: Update documentation Message-ID: Branch: refs/heads/gh-pages Home: https://github.com/Sbozzolo/kuibit Commit: fe3bf6171b9afa7f6b488841c82faaf8e7e76eb8 https://github.com/Sbozzolo/kuibit/commit/fe3bf6171b9afa7f6b488841c82faaf8e7e76eb8 Author: GitHub Action Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M _images/tutorials_timeseries_10_1.png M _images/tutorials_timeseries_12_0.png M _images/tutorials_timeseries_14_1.png M _images/tutorials_timeseries_16_1.png M _images/tutorials_timeseries_19_0.png M _images/tutorials_timeseries_20_1.png M _images/tutorials_timeseries_21_1.png M _images/tutorials_timeseries_23_1.png M _images/tutorials_timeseries_26_0.png M _images/tutorials_timeseries_30_0.png M _images/tutorials_timeseries_32_0.png M _images/tutorials_timeseries_34_0.png M _images/tutorials_timeseries_36_0.png M _images/tutorials_timeseries_38_2.png M _images/tutorials_timeseries_8_0.png M searchindex.js M tutorials/cactus_horizons.html M tutorials/cactus_horizons.ipynb M tutorials/gravitational_waves.html M tutorials/gravitational_waves.ipynb M tutorials/grid_data.html M tutorials/grid_data.ipynb M tutorials/simdir.html M tutorials/simdir.ipynb M tutorials/tensor.html M tutorials/tensor.ipynb M tutorials/timeseries.html M tutorials/timeseries.ipynb Log Message: ----------- Update documentation To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Wed Jun 19 11:05:41 2024 From: noreply at github.com (actions-user) Date: Wed, 19 Jun 2024 09:05:41 -0700 Subject: [Commits] [Sbozzolo/kuibit] 94d9d0: Update documentation Message-ID: Branch: refs/heads/gh-pages Home: https://github.com/Sbozzolo/kuibit Commit: 94d9d0bff5849fb48f18562b5c3ceb474c1fea7f https://github.com/Sbozzolo/kuibit/commit/94d9d0bff5849fb48f18562b5c3ceb474c1fea7f Author: GitHub Action Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M _images/tutorials_timeseries_10_1.png M _images/tutorials_timeseries_12_0.png M _images/tutorials_timeseries_14_1.png M _images/tutorials_timeseries_16_1.png M _images/tutorials_timeseries_19_0.png M _images/tutorials_timeseries_20_1.png M _images/tutorials_timeseries_21_1.png M _images/tutorials_timeseries_23_1.png M _images/tutorials_timeseries_26_0.png M _images/tutorials_timeseries_30_0.png M _images/tutorials_timeseries_32_0.png M _images/tutorials_timeseries_34_0.png M _images/tutorials_timeseries_36_0.png M _images/tutorials_timeseries_38_2.png M _images/tutorials_timeseries_8_0.png M searchindex.js M tutorials/cactus_horizons.html M tutorials/cactus_horizons.ipynb M tutorials/gravitational_waves.html M tutorials/gravitational_waves.ipynb M tutorials/grid_data.html M tutorials/grid_data.ipynb M tutorials/simdir.html M tutorials/simdir.ipynb M tutorials/tensor.html M tutorials/tensor.ipynb M tutorials/timeseries.html M tutorials/timeseries.ipynb Log Message: ----------- Update documentation To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From commits-noreply at bitbucket.org Thu Jun 20 12:13:44 2024 From: commits-noreply at bitbucket.org (helvi witek) Date: Thu, 20 Jun 2024 17:13:44 +0000 Subject: [Commits] commit/Proca: new changesets Message-ID: new commits in Proca: Repository URL: https://bitbucket.org/canuda/proca From noreply at github.com Thu Jun 20 15:13:12 2024 From: noreply at github.com (Gabriele Bozzola) Date: Thu, 20 Jun 2024 13:13:12 -0700 Subject: [Commits] [Sbozzolo/kuibit] 2cb3bd: Docs: remove link to unreleased version Message-ID: Branch: refs/heads/master Home: https://github.com/Sbozzolo/kuibit Commit: 2cb3bdd7b3b2d19aa10c898bc2aad23ce36274bf https://github.com/Sbozzolo/kuibit/commit/2cb3bdd7b3b2d19aa10c898bc2aad23ce36274bf Author: Gabriele Bozzola Date: 2024-06-20 (Thu, 20 Jun 2024) Changed paths: M docs/conf.py Log Message: ----------- Docs: remove link to unreleased version To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Thu Jun 20 15:14:55 2024 From: noreply at github.com (actions-user) Date: Thu, 20 Jun 2024 13:14:55 -0700 Subject: [Commits] [Sbozzolo/kuibit] 6a5b36: Update documentation Message-ID: Branch: refs/heads/gh-pages Home: https://github.com/Sbozzolo/kuibit Commit: 6a5b360a0987c7696e466ce037d25b8221cf06db https://github.com/Sbozzolo/kuibit/commit/6a5b360a0987c7696e466ce037d25b8221cf06db Author: GitHub Action Date: 2024-06-20 (Thu, 20 Jun 2024) Changed paths: M _images/tutorials_timeseries_10_1.png M _images/tutorials_timeseries_12_0.png M _images/tutorials_timeseries_14_1.png M _images/tutorials_timeseries_16_1.png M _images/tutorials_timeseries_19_0.png M _images/tutorials_timeseries_20_1.png M _images/tutorials_timeseries_21_1.png M _images/tutorials_timeseries_23_1.png M _images/tutorials_timeseries_26_0.png M _images/tutorials_timeseries_30_0.png M _images/tutorials_timeseries_32_0.png M _images/tutorials_timeseries_34_0.png M _images/tutorials_timeseries_36_0.png M _images/tutorials_timeseries_38_2.png M _images/tutorials_timeseries_8_0.png M _modules/index.html M _modules/kuibit/argparse_helper.html M _modules/kuibit/cactus_grid_functions.html M _modules/kuibit/cactus_horizons.html M _modules/kuibit/cactus_multipoles.html M _modules/kuibit/cactus_scalars.html M _modules/kuibit/cactus_timers.html M _modules/kuibit/cactus_twopunctures.html M _modules/kuibit/cactus_waves.html M _modules/kuibit/frequencyseries.html M _modules/kuibit/grid_data.html M _modules/kuibit/gw_mismatch.html M _modules/kuibit/gw_utils.html M _modules/kuibit/hor_utils.html M _modules/kuibit/sensitivity_curves.html M _modules/kuibit/series.html M _modules/kuibit/simdir.html M _modules/kuibit/tensor.html M _modules/kuibit/timeseries.html M _modules/kuibit/tree.html M _modules/kuibit/unitconv.html M _modules/kuibit/visualize_matplotlib.html M argparse_helper.html M argparse_helper_ref.html M cactus_grid_functions_ref.html M cactus_horizons.html M cactus_horizons_ref.html M cactus_multipoles.html M cactus_multipoles_ref.html M cactus_scalars.html M cactus_scalars_ref.html M cactus_timers_ref.html M cactus_twopunctures.html M cactus_twopunctures_ref.html M cactus_waves.html M cactus_waves_ref.html M citations.html M examples/bins/describe_simdir.html M examples/bins/interactive_timertree.html M examples/bins/picklify.html M examples/bins/plot_1d_slice.html M examples/bins/plot_1d_vars.html M examples/bins/plot_ah_coordinate_velocity.html M examples/bins/plot_ah_found.html M examples/bins/plot_ah_radius.html M examples/bins/plot_ah_separation.html M examples/bins/plot_ah_trajectories.html M examples/bins/plot_binary_ah_angular_velocity.html M examples/bins/plot_binary_ah_period.html M examples/bins/plot_charge_phi1.html M examples/bins/plot_constraints.html M examples/bins/plot_em_energy.html M examples/bins/plot_grid_expr.html M examples/bins/plot_grid_var.html M examples/bins/plot_gw_angular_momentum.html M examples/bins/plot_gw_energy.html M examples/bins/plot_gw_linear_momentum.html M examples/bins/plot_phi_lm.html M examples/bins/plot_phi_time_averaged.html M examples/bins/plot_physical_time.html M examples/bins/plot_psi4_lm.html M examples/bins/plot_strain_lm.html M examples/bins/plot_timeseries.html M examples/bins/plot_total_luminosity.html M examples/bins/print_ah_formation_time.html M examples/bins/print_available_iterations.html M examples/bins/print_available_timeseries.html M examples/bins/print_grid_point_minmax.html M examples/bins/print_qlm_properties_at_time.html M examples/bins/save_resampled_grid_data.html M examples/mopi_movies/grid_var.html M faq.html M features.html M first_steps.html M frequencyseries_ref.html M genindex.html M grid_data.html M grid_data_ref.html M gw_mismatch.html M gw_mismatch_ref.html M gw_utils.html M gw_utils_ref.html M hor_utils.html M hor_utils_ref.html M index.html M masks.html M masks_ref.html M motionpicture.html M py-modindex.html M recommendation_examples.html M search.html M searchindex.js M sensitivity_curves.html M sensitivity_curves_ref.html M series.html M series_ref.html M simdir.html M simdir_ref.html M tensor.html M tensor_ref.html M testimonials.html M timers.html M timeseries_ref.html M tree_ref.html M tutorials/cactus_grid_functions.html M tutorials/cactus_horizons.html M tutorials/cactus_horizons.ipynb M tutorials/gravitational_waves.html M tutorials/gravitational_waves.ipynb M tutorials/grid_data.html M tutorials/grid_data.ipynb M tutorials/simdir.html M tutorials/simdir.ipynb M tutorials/tensor.html M tutorials/tensor.ipynb M tutorials/timeseries.html M tutorials/timeseries.ipynb M unitconv.html M unitconv_ref.html M visualize_matplotlib.html M visualize_matplotlib_ref.html Log Message: ----------- Update documentation To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Thu Jun 20 15:47:34 2024 From: noreply at github.com (Gabriele Bozzola) Date: Thu, 20 Jun 2024 13:47:34 -0700 Subject: [Commits] [Sbozzolo/kuibit] 94da7b: Add 1.5.0 Message-ID: Branch: refs/heads/gh-pages Home: https://github.com/Sbozzolo/kuibit Commit: 94da7b40b6005964402f2e3c3208b0a74e484e3a https://github.com/Sbozzolo/kuibit/commit/94da7b40b6005964402f2e3c3208b0a74e484e3a Author: Gabriele Bozzola Date: 2024-06-20 (Thu, 20 Jun 2024) Changed paths: A 1.5.0/_images/tutorials_cactus_grid_functions_13_1.png A 1.5.0/_images/tutorials_cactus_grid_functions_15_1.png A 1.5.0/_images/tutorials_cactus_horizons_11_1.png A 1.5.0/_images/tutorials_cactus_horizons_13_1.png A 1.5.0/_images/tutorials_cactus_horizons_15_0.png A 1.5.0/_images/tutorials_cactus_horizons_16_0.png A 1.5.0/_images/tutorials_cactus_horizons_17_1.png A 1.5.0/_images/tutorials_cactus_horizons_18_1.png A 1.5.0/_images/tutorials_cactus_horizons_19_1.png A 1.5.0/_images/tutorials_cactus_horizons_20_1.png A 1.5.0/_images/tutorials_cactus_horizons_21_1.png A 1.5.0/_images/tutorials_cactus_horizons_22_1.png A 1.5.0/_images/tutorials_cactus_horizons_24_1.png A 1.5.0/_images/tutorials_cactus_horizons_28_1.png A 1.5.0/_images/tutorials_cactus_horizons_30_1.png A 1.5.0/_images/tutorials_cactus_horizons_32_1.png A 1.5.0/_images/tutorials_cactus_horizons_9_1.png A 1.5.0/_images/tutorials_gravitational_waves_19_1.png A 1.5.0/_images/tutorials_gravitational_waves_21_1.png A 1.5.0/_images/tutorials_gravitational_waves_25_1.png A 1.5.0/_images/tutorials_gravitational_waves_29_1.png A 1.5.0/_images/tutorials_gravitational_waves_30_1.png A 1.5.0/_images/tutorials_grid_data_17_1.png A 1.5.0/_images/tutorials_grid_data_19_1.png A 1.5.0/_images/tutorials_grid_data_25_2.png A 1.5.0/_images/tutorials_grid_data_27_1.png A 1.5.0/_images/tutorials_grid_data_40_1.png A 1.5.0/_images/tutorials_grid_data_42_1.png A 1.5.0/_images/tutorials_grid_data_46_2.png A 1.5.0/_images/tutorials_grid_data_48_1.png A 1.5.0/_images/tutorials_grid_data_57_1.png A 1.5.0/_images/tutorials_grid_data_59_1.png A 1.5.0/_images/tutorials_tensor_11_1.png A 1.5.0/_images/tutorials_tensor_5_1.png A 1.5.0/_images/tutorials_tensor_7_2.png A 1.5.0/_images/tutorials_tensor_9_1.png A 1.5.0/_images/tutorials_timeseries_10_1.png A 1.5.0/_images/tutorials_timeseries_12_0.png A 1.5.0/_images/tutorials_timeseries_14_1.png A 1.5.0/_images/tutorials_timeseries_16_1.png A 1.5.0/_images/tutorials_timeseries_19_0.png A 1.5.0/_images/tutorials_timeseries_20_1.png A 1.5.0/_images/tutorials_timeseries_21_1.png A 1.5.0/_images/tutorials_timeseries_23_1.png A 1.5.0/_images/tutorials_timeseries_26_0.png A 1.5.0/_images/tutorials_timeseries_30_0.png A 1.5.0/_images/tutorials_timeseries_32_0.png A 1.5.0/_images/tutorials_timeseries_34_0.png A 1.5.0/_images/tutorials_timeseries_36_0.png A 1.5.0/_images/tutorials_timeseries_38_2.png A 1.5.0/_images/tutorials_timeseries_6_0.png A 1.5.0/_images/tutorials_timeseries_8_0.png A 1.5.0/_modules/index.html A 1.5.0/_modules/kuibit/argparse_helper.html A 1.5.0/_modules/kuibit/cactus_grid_functions.html A 1.5.0/_modules/kuibit/cactus_horizons.html A 1.5.0/_modules/kuibit/cactus_multipoles.html A 1.5.0/_modules/kuibit/cactus_scalars.html A 1.5.0/_modules/kuibit/cactus_timers.html A 1.5.0/_modules/kuibit/cactus_twopunctures.html A 1.5.0/_modules/kuibit/cactus_waves.html A 1.5.0/_modules/kuibit/frequencyseries.html A 1.5.0/_modules/kuibit/grid_data.html A 1.5.0/_modules/kuibit/gw_mismatch.html A 1.5.0/_modules/kuibit/gw_utils.html A 1.5.0/_modules/kuibit/hor_utils.html A 1.5.0/_modules/kuibit/sensitivity_curves.html A 1.5.0/_modules/kuibit/series.html A 1.5.0/_modules/kuibit/simdir.html A 1.5.0/_modules/kuibit/tensor.html A 1.5.0/_modules/kuibit/timeseries.html A 1.5.0/_modules/kuibit/tree.html A 1.5.0/_modules/kuibit/unitconv.html A 1.5.0/_modules/kuibit/visualize_matplotlib.html A 1.5.0/_modules/kuibit/visualize_mayavi.html A 1.5.0/_sources/argparse_helper.rst.txt A 1.5.0/_sources/argparse_helper_ref.rst.txt A 1.5.0/_sources/cactus_grid_functions_ref.rst.txt A 1.5.0/_sources/cactus_horizons.rst.txt A 1.5.0/_sources/cactus_horizons_ref.rst.txt A 1.5.0/_sources/cactus_multipoles.rst.txt A 1.5.0/_sources/cactus_multipoles_ref.rst.txt A 1.5.0/_sources/cactus_scalars.rst.txt A 1.5.0/_sources/cactus_scalars_ref.rst.txt A 1.5.0/_sources/cactus_timers_ref.rst.txt A 1.5.0/_sources/cactus_twopunctures.rst.txt A 1.5.0/_sources/cactus_twopunctures_ref.rst.txt A 1.5.0/_sources/cactus_waves.rst.txt A 1.5.0/_sources/cactus_waves_ref.rst.txt A 1.5.0/_sources/citations.rst.txt A 1.5.0/_sources/examples/bins/describe_simdir.rst.txt A 1.5.0/_sources/examples/bins/interactive_timertree.rst.txt A 1.5.0/_sources/examples/bins/picklify.rst.txt A 1.5.0/_sources/examples/bins/plot_1d_slice.rst.txt A 1.5.0/_sources/examples/bins/plot_1d_vars.rst.txt A 1.5.0/_sources/examples/bins/plot_ah_coordinate_velocity.rst.txt A 1.5.0/_sources/examples/bins/plot_ah_found.rst.txt A 1.5.0/_sources/examples/bins/plot_ah_radius.rst.txt A 1.5.0/_sources/examples/bins/plot_ah_separation.rst.txt A 1.5.0/_sources/examples/bins/plot_ah_trajectories.rst.txt A 1.5.0/_sources/examples/bins/plot_binary_ah_angular_velocity.rst.txt A 1.5.0/_sources/examples/bins/plot_binary_ah_period.rst.txt A 1.5.0/_sources/examples/bins/plot_charge_phi1.rst.txt A 1.5.0/_sources/examples/bins/plot_constraints.rst.txt A 1.5.0/_sources/examples/bins/plot_em_energy.rst.txt A 1.5.0/_sources/examples/bins/plot_grid_expr.rst.txt A 1.5.0/_sources/examples/bins/plot_grid_var.rst.txt A 1.5.0/_sources/examples/bins/plot_gw_angular_momentum.rst.txt A 1.5.0/_sources/examples/bins/plot_gw_energy.rst.txt A 1.5.0/_sources/examples/bins/plot_gw_linear_momentum.rst.txt A 1.5.0/_sources/examples/bins/plot_phi_lm.rst.txt A 1.5.0/_sources/examples/bins/plot_phi_time_averaged.rst.txt A 1.5.0/_sources/examples/bins/plot_physical_time.rst.txt A 1.5.0/_sources/examples/bins/plot_psi4_lm.rst.txt A 1.5.0/_sources/examples/bins/plot_strain_lm.rst.txt A 1.5.0/_sources/examples/bins/plot_timeseries.rst.txt A 1.5.0/_sources/examples/bins/plot_total_luminosity.rst.txt A 1.5.0/_sources/examples/bins/print_ah_formation_time.rst.txt A 1.5.0/_sources/examples/bins/print_available_iterations.rst.txt A 1.5.0/_sources/examples/bins/print_available_timeseries.rst.txt A 1.5.0/_sources/examples/bins/print_grid_point_minmax.rst.txt A 1.5.0/_sources/examples/bins/print_qlm_properties_at_time.rst.txt A 1.5.0/_sources/examples/bins/save_resampled_grid_data.rst.txt A 1.5.0/_sources/examples/mopi_movies/grid_var.rst.txt A 1.5.0/_sources/faq.rst.txt A 1.5.0/_sources/features.rst.txt A 1.5.0/_sources/first_steps.rst.txt A 1.5.0/_sources/frequencyseries_ref.rst.txt A 1.5.0/_sources/grid_data.rst.txt A 1.5.0/_sources/grid_data_ref.rst.txt A 1.5.0/_sources/gw_mismatch.rst.txt A 1.5.0/_sources/gw_mismatch_ref.rst.txt A 1.5.0/_sources/gw_utils.rst.txt A 1.5.0/_sources/gw_utils_ref.rst.txt A 1.5.0/_sources/hor_utils.rst.txt A 1.5.0/_sources/hor_utils_ref.rst.txt A 1.5.0/_sources/index.rst.txt A 1.5.0/_sources/masks.rst.txt A 1.5.0/_sources/masks_ref.rst.txt A 1.5.0/_sources/motionpicture.rst.txt A 1.5.0/_sources/recommendation_examples.rst.txt A 1.5.0/_sources/sensitivity_curves.rst.txt A 1.5.0/_sources/sensitivity_curves_ref.rst.txt A 1.5.0/_sources/series.rst.txt A 1.5.0/_sources/series_ref.rst.txt A 1.5.0/_sources/simdir.rst.txt A 1.5.0/_sources/simdir_ref.rst.txt A 1.5.0/_sources/tensor.rst.txt A 1.5.0/_sources/tensor_ref.rst.txt A 1.5.0/_sources/testimonials.rst.txt A 1.5.0/_sources/timers.rst.txt A 1.5.0/_sources/timeseries_ref.rst.txt A 1.5.0/_sources/tree_ref.rst.txt A 1.5.0/_sources/tutorials/cactus_grid_functions.ipynb.txt A 1.5.0/_sources/tutorials/cactus_horizons.ipynb.txt A 1.5.0/_sources/tutorials/gravitational_waves.ipynb.txt A 1.5.0/_sources/tutorials/grid_data.ipynb.txt A 1.5.0/_sources/tutorials/simdir.ipynb.txt A 1.5.0/_sources/tutorials/tensor.ipynb.txt A 1.5.0/_sources/tutorials/timeseries.ipynb.txt A 1.5.0/_sources/unitconv.rst.txt A 1.5.0/_sources/unitconv_ref.rst.txt A 1.5.0/_sources/visualize_matplotlib.rst.txt A 1.5.0/_sources/visualize_matplotlib_ref.rst.txt A 1.5.0/_sources/visualize_mayavi.rst.txt A 1.5.0/_sources/visualize_mayavi_ref.rst.txt A 1.5.0/_static/background_b01.png A 1.5.0/_static/basic.css A 1.5.0/_static/bizstyle.css A 1.5.0/_static/bizstyle.js A 1.5.0/_static/css/custom.css A 1.5.0/_static/css3-mediaqueries.js A 1.5.0/_static/css3-mediaqueries_src.js A 1.5.0/_static/data.json A 1.5.0/_static/doctools.js A 1.5.0/_static/documentation_options.js A 1.5.0/_static/file.png A 1.5.0/_static/jquery-3.5.1.js A 1.5.0/_static/jquery.js A 1.5.0/_static/language_data.js A 1.5.0/_static/logo.png A 1.5.0/_static/minus.png A 1.5.0/_static/nbsphinx-broken-thumbnail.svg A 1.5.0/_static/nbsphinx-code-cells.css A 1.5.0/_static/nbsphinx-gallery.css A 1.5.0/_static/nbsphinx-no-thumbnail.svg A 1.5.0/_static/plus.png A 1.5.0/_static/pygments.css A 1.5.0/_static/searchtools.js A 1.5.0/_static/sphinx_highlight.js A 1.5.0/_static/timertree.html A 1.5.0/_static/underscore-1.12.0.js A 1.5.0/_static/underscore-1.13.1.js A 1.5.0/_static/underscore.js A 1.5.0/argparse_helper.html A 1.5.0/argparse_helper_ref.html A 1.5.0/cactus_grid_functions_ref.html A 1.5.0/cactus_horizons.html A 1.5.0/cactus_horizons_ref.html A 1.5.0/cactus_multipoles.html A 1.5.0/cactus_multipoles_ref.html A 1.5.0/cactus_scalars.html A 1.5.0/cactus_scalars_ref.html A 1.5.0/cactus_timers_ref.html A 1.5.0/cactus_twopunctures.html A 1.5.0/cactus_twopunctures_ref.html A 1.5.0/cactus_waves.html A 1.5.0/cactus_waves_ref.html A 1.5.0/citations.html A 1.5.0/examples/bins/describe_simdir.html A 1.5.0/examples/bins/interactive_timertree.html A 1.5.0/examples/bins/picklify.html A 1.5.0/examples/bins/plot_1d_slice.html A 1.5.0/examples/bins/plot_1d_vars.html A 1.5.0/examples/bins/plot_ah_coordinate_velocity.html A 1.5.0/examples/bins/plot_ah_found.html A 1.5.0/examples/bins/plot_ah_radius.html A 1.5.0/examples/bins/plot_ah_separation.html A 1.5.0/examples/bins/plot_ah_trajectories.html A 1.5.0/examples/bins/plot_binary_ah_angular_velocity.html A 1.5.0/examples/bins/plot_binary_ah_period.html A 1.5.0/examples/bins/plot_charge_phi1.html A 1.5.0/examples/bins/plot_constraints.html A 1.5.0/examples/bins/plot_em_energy.html A 1.5.0/examples/bins/plot_grid_expr.html A 1.5.0/examples/bins/plot_grid_var.html A 1.5.0/examples/bins/plot_gw_angular_momentum.html A 1.5.0/examples/bins/plot_gw_energy.html A 1.5.0/examples/bins/plot_gw_linear_momentum.html A 1.5.0/examples/bins/plot_phi_lm.html A 1.5.0/examples/bins/plot_phi_time_averaged.html A 1.5.0/examples/bins/plot_physical_time.html A 1.5.0/examples/bins/plot_psi4_lm.html A 1.5.0/examples/bins/plot_strain_lm.html A 1.5.0/examples/bins/plot_timeseries.html A 1.5.0/examples/bins/plot_total_luminosity.html A 1.5.0/examples/bins/print_ah_formation_time.html A 1.5.0/examples/bins/print_available_iterations.html A 1.5.0/examples/bins/print_available_timeseries.html A 1.5.0/examples/bins/print_grid_point_minmax.html A 1.5.0/examples/bins/print_qlm_properties_at_time.html A 1.5.0/examples/bins/save_resampled_grid_data.html A 1.5.0/examples/mopi_movies/grid_var.html A 1.5.0/faq.html A 1.5.0/features.html A 1.5.0/first_steps.html A 1.5.0/frequencyseries_ref.html A 1.5.0/genindex.html A 1.5.0/grid_data.html A 1.5.0/grid_data_ref.html A 1.5.0/gw_mismatch.html A 1.5.0/gw_mismatch_ref.html A 1.5.0/gw_utils.html A 1.5.0/gw_utils_ref.html A 1.5.0/hor_utils.html A 1.5.0/hor_utils_ref.html A 1.5.0/index.html A 1.5.0/masks.html A 1.5.0/masks_ref.html A 1.5.0/motionpicture.html A 1.5.0/objects.inv A 1.5.0/py-modindex.html A 1.5.0/recommendation_examples.html A 1.5.0/search.html A 1.5.0/searchindex.js A 1.5.0/sensitivity_curves.html A 1.5.0/sensitivity_curves_ref.html A 1.5.0/series.html A 1.5.0/series_ref.html A 1.5.0/simdir.html A 1.5.0/simdir_ref.html A 1.5.0/tensor.html A 1.5.0/tensor_ref.html A 1.5.0/testimonials.html A 1.5.0/timers.html A 1.5.0/timeseries_ref.html A 1.5.0/tree_ref.html A 1.5.0/tutorials/cactus_grid_functions.html A 1.5.0/tutorials/cactus_grid_functions.ipynb A 1.5.0/tutorials/cactus_horizons.html A 1.5.0/tutorials/cactus_horizons.ipynb A 1.5.0/tutorials/gravitational_waves.html A 1.5.0/tutorials/gravitational_waves.ipynb A 1.5.0/tutorials/grid_data.html A 1.5.0/tutorials/grid_data.ipynb A 1.5.0/tutorials/simdir.html A 1.5.0/tutorials/simdir.ipynb A 1.5.0/tutorials/tensor.html A 1.5.0/tutorials/tensor.ipynb A 1.5.0/tutorials/timeseries.html A 1.5.0/tutorials/timeseries.ipynb A 1.5.0/unitconv.html A 1.5.0/unitconv_ref.html A 1.5.0/visualize_matplotlib.html A 1.5.0/visualize_matplotlib_ref.html A 1.5.0/visualize_mayavi.html A 1.5.0/visualize_mayavi_ref.html Log Message: ----------- Add 1.5.0 To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Wed Jun 26 10:53:43 2024 From: noreply at github.com (Roland Haas) Date: Wed, 26 Jun 2024 08:53:43 -0700 Subject: [Commits] [barrywardell/EinsteinExact] 79a3aa: EinsteinExact: regenerate files Message-ID: Branch: refs/heads/master Home: https://github.com/barrywardell/EinsteinExact Commit: 79a3aab9527f1ca280639657958fa1e6f724bcad https://github.com/barrywardell/EinsteinExact/commit/79a3aab9527f1ca280639657958fa1e6f724bcad Author: Roland Haas Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M Minkowski/schedule.ccl Log Message: ----------- EinsteinExact: regenerate files To unsubscribe from these emails, change your notification settings at https://github.com/barrywardell/EinsteinExact/settings/notifications From noreply at github.com Fri Jun 28 10:01:14 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:01:14 -0700 Subject: [Commits] [barrywardell/EinsteinExact] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/barrywardell/EinsteinExact To unsubscribe from these emails, change your notification settings at https://github.com/barrywardell/EinsteinExact/settings/notifications From noreply at github.com Fri Jun 28 10:01:14 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:01:14 -0700 Subject: [Commits] [barrywardell/EinsteinExact] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/barrywardell/EinsteinExact To unsubscribe from these emails, change your notification settings at https://github.com/barrywardell/EinsteinExact/settings/notifications From noreply at github.com Fri Jun 28 10:01:57 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:01:57 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-BLAS] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-BLAS To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-BLAS/settings/notifications From noreply at github.com Fri Jun 28 10:01:58 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:01:58 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-BLAS] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-BLAS To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-BLAS/settings/notifications From noreply at github.com Fri Jun 28 10:02:03 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:03 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-FFTW3] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-FFTW3 To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-FFTW3/settings/notifications From noreply at github.com Fri Jun 28 10:02:04 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:04 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-FFTW3] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-FFTW3 To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-FFTW3/settings/notifications From noreply at github.com Fri Jun 28 10:02:10 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:10 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-GSL] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-GSL To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-GSL/settings/notifications From noreply at github.com Fri Jun 28 10:02:10 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:10 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-GSL] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-GSL To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-GSL/settings/notifications From noreply at github.com Fri Jun 28 10:02:15 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:15 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-HDF5] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-HDF5 To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-HDF5/settings/notifications From noreply at github.com Fri Jun 28 10:02:16 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:16 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-HDF5] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-HDF5 To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-HDF5/settings/notifications From noreply at github.com Fri Jun 28 10:02:22 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:22 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-hwloc] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-hwloc To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-hwloc/settings/notifications From noreply at github.com Fri Jun 28 10:02:21 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:21 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-hwloc] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-hwloc To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-hwloc/settings/notifications From noreply at github.com Fri Jun 28 10:02:28 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:28 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-LAPACK] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-LAPACK To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-LAPACK/settings/notifications From noreply at github.com Fri Jun 28 10:02:28 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:28 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-LAPACK] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-LAPACK To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-LAPACK/settings/notifications From noreply at github.com Fri Jun 28 10:02:33 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:33 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-libjpeg] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-libjpeg To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-libjpeg/settings/notifications From noreply at github.com Fri Jun 28 10:02:34 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:34 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-libjpeg] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-libjpeg To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-libjpeg/settings/notifications From noreply at github.com Fri Jun 28 10:02:40 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:40 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-LORENE] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-LORENE To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-LORENE/settings/notifications From noreply at github.com Fri Jun 28 10:02:40 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:40 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-LORENE] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-LORENE To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-LORENE/settings/notifications From noreply at github.com Fri Jun 28 10:02:45 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:45 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-MPI] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-MPI To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-MPI/settings/notifications From noreply at github.com Fri Jun 28 10:02:45 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:45 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-MPI] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-MPI To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-MPI/settings/notifications From noreply at github.com Fri Jun 28 10:02:57 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:57 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-OpenBLAS] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-OpenBLAS To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-OpenBLAS/settings/notifications From noreply at github.com Fri Jun 28 10:02:58 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:02:58 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-OpenBLAS] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-OpenBLAS To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-OpenBLAS/settings/notifications From noreply at github.com Fri Jun 28 10:03:03 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:03:03 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-OpenCL] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-OpenCL To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-OpenCL/settings/notifications From noreply at github.com Fri Jun 28 10:03:03 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:03:03 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-OpenCL] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-OpenCL To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-OpenCL/settings/notifications From noreply at github.com Fri Jun 28 10:03:15 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:03:15 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-OpenSSL] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-OpenSSL To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-OpenSSL/settings/notifications From noreply at github.com Fri Jun 28 10:03:16 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:03:16 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-OpenSSL] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-OpenSSL To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-OpenSSL/settings/notifications From noreply at github.com Fri Jun 28 10:03:22 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:03:22 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-PAPI] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-PAPI To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-PAPI/settings/notifications From noreply at github.com Fri Jun 28 10:03:22 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:03:22 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-PAPI] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-PAPI To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-PAPI/settings/notifications From noreply at github.com Fri Jun 28 10:03:27 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:03:27 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-pciutils] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-pciutils To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-pciutils/settings/notifications From noreply at github.com Fri Jun 28 10:03:27 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:03:27 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-pciutils] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-pciutils To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-pciutils/settings/notifications From noreply at github.com Fri Jun 28 10:03:34 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:03:34 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-PETSc] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-PETSc To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-PETSc/settings/notifications From noreply at github.com Fri Jun 28 10:03:35 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:03:35 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-PETSc] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-PETSc To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-PETSc/settings/notifications From noreply at github.com Fri Jun 28 10:03:39 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:03:39 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-pthreads] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-pthreads To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-pthreads/settings/notifications From noreply at github.com Fri Jun 28 10:03:39 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:03:39 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-pthreads] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-pthreads To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-pthreads/settings/notifications From noreply at github.com Fri Jun 28 10:04:03 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:04:03 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-zlib] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/EinsteinToolkit/ExternalLibraries-zlib To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-zlib/settings/notifications From noreply at github.com Fri Jun 28 10:04:03 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 08:04:03 -0700 Subject: [Commits] [EinsteinToolkit/ExternalLibraries-zlib] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/EinsteinToolkit/ExternalLibraries-zlib To unsubscribe from these emails, change your notification settings at https://github.com/EinsteinToolkit/ExternalLibraries-zlib/settings/notifications From noreply at github.com Fri Jun 28 11:04:27 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 09:04:27 -0700 Subject: [Commits] [ianhinder/Kranc] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/ianhinder/Kranc To unsubscribe from these emails, change your notification settings at https://github.com/ianhinder/Kranc/settings/notifications From noreply at github.com Fri Jun 28 11:04:28 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 09:04:28 -0700 Subject: [Commits] [ianhinder/Kranc] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/ianhinder/Kranc To unsubscribe from these emails, change your notification settings at https://github.com/ianhinder/Kranc/settings/notifications From noreply at github.com Fri Jun 28 11:04:33 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 09:04:33 -0700 Subject: [Commits] [Sbozzolo/kuibit] Message-ID: Branch: refs/tags/ET_2024_05_v0 Home: https://github.com/Sbozzolo/kuibit To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From noreply at github.com Fri Jun 28 11:04:33 2024 From: noreply at github.com (Steven R. Brandt) Date: Fri, 28 Jun 2024 09:04:33 -0700 Subject: [Commits] [Sbozzolo/kuibit] Message-ID: Branch: refs/heads/ET_2024_05 Home: https://github.com/Sbozzolo/kuibit To unsubscribe from these emails, change your notification settings at https://github.com/Sbozzolo/kuibit/settings/notifications From commits-noreply at bitbucket.org Fri Jun 28 11:09:59 2024 From: commits-noreply at bitbucket.org (Roland Haas) Date: Fri, 28 Jun 2024 16:09:59 +0000 Subject: [Commits] commit/KadathThorn: new changesets Message-ID: new commits in KadathThorn: Repository URL: https://bitbucket.org/fukaws/kadaththorn From commits-noreply at bitbucket.org Fri Jun 28 19:28:25 2024 From: commits-noreply at bitbucket.org (Steven R. Brandt) Date: Sat, 29 Jun 2024 00:28:25 +0000 Subject: [Commits] commit/WVUThorns: new changesets Message-ID: new commits in WVUThorns: Repository URL: https://bitbucket.org/zach_etienne/wvuthorns From commits-noreply at bitbucket.org Fri Jun 28 19:28:51 2024 From: commits-noreply at bitbucket.org (Steven R. Brandt) Date: Sat, 29 Jun 2024 00:28:51 +0000 Subject: [Commits] commit/WVUThorns: new changesets Message-ID: new commits in WVUThorns: Repository URL: https://bitbucket.org/zach_etienne/wvuthorns From commits-noreply at bitbucket.org Fri Jun 28 20:31:04 2024 From: commits-noreply at bitbucket.org (Steven R. Brandt) Date: Sat, 29 Jun 2024 01:31:04 +0000 Subject: [Commits] commit/manifest: new changesets Message-ID: new commits in manifest: Repository URL: https://bitbucket.org/einsteintoolkit/manifest From commits-noreply at bitbucket.org Fri Jun 28 20:31:10 2024 From: commits-noreply at bitbucket.org (Steven R. Brandt) Date: Sat, 29 Jun 2024 01:31:10 +0000 Subject: [Commits] commit/manifest: new changesets Message-ID: new commits in manifest: Repository URL: https://bitbucket.org/einsteintoolkit/manifest