tardis-sn / tardis

TARDIS - Temperature And Radiative Diffusion In Supernovae
https://tardis-sn.github.io/tardis
202 stars 405 forks source link

Post-release 2024.08.18 #2803

Closed tardis-bot closed 2 months ago

tardis-bot commented 2 months ago

*beep* *bop*

Hi, human.

These are the changes required after the latest TARDIS release.

:warning: Warning:

The post_release workflow waits for a webhook and then updates the citation files. If the file is not modified by this pull request, please check the latest release on Zenodo's website, close this pull request, and manually run the workflow.

This pull request should be auto-merged.

tardis-bot commented 2 months ago

*beep* *bop* Hi human, I ran ruff on the latest commit (18c67916634acf011f1ecc9913804258b8a689d9). Here are the outputs produced. Results can also be downloaded as artifacts here. Summarised output:

```diff 4 E999 SyntaxError: Expected ',', found ':' ```

Complete output(might be large):

```diff CHANGELOG.md:4:15: E999 SyntaxError: Expected ',', found ':' CITATION.cff:3:1: E999 SyntaxError: Invalid annotated assignment target README.rst:1:1: E999 SyntaxError: Expected a statement docs/resources/credits.rst:1:1: E999 SyntaxError: Expected a statement Found 4 errors. ```
tardis-bot commented 2 months ago

*beep* *bop*

Hi, human.

The docs workflow has succeeded :heavy_check_mark:

Click here to see your results.

tardis-bot commented 2 months ago

*beep* *bop* Hi human, I ran benchmarks as you asked comparing master (4e532ee21cbda934cda00c5200de641fddd6c04d) and the latest commit (18c67916634acf011f1ecc9913804258b8a689d9). Here are the logs produced by ASV. Results can also be downloaded as artifacts here.

Significantly changed benchmarks:

```diff ```

All benchmarks:

```diff Benchmarks that have stayed the same: | Change | Before [4e532ee2] | After [18c67916] | Ratio | Benchmark (Parameter) | |----------|------------------------------------------|---------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------| | | 22.7±6μs | 36.2±10μs | ~1.59 | transport_montecarlo_packet_trackers.BenchmarkTransportMontecarloPacketTrackers.time_generate_rpacket_last_interaction_tracker_list | | | 42.1±20μs | 49.0±20μs | ~1.16 | transport_montecarlo_interaction.BenchmarkTransportMontecarloInteraction.time_line_emission | | | 511±200ns | 571±100ns | ~1.12 | opacities_opacity.BenchmarkMontecarloMontecarloNumbaOpacities.time_compton_opacity_calculation | | | 3.81±0.04ms | 4.28±0.03ms | ~1.12 | opacities_opacity_state.BenchmarkOpacitiesOpacityState.time_opacity_state_initialize('macroatom') | | | 2.52±0.4ms | 2.79±0.4ms | ~1.11 | transport_montecarlo_single_packet_loop.BenchmarkTransportMontecarloSinglePacketLoop.time_single_packet_loop | | | 3.20±0.6μs | 2.90±0.5μs | ~0.91 | transport_montecarlo_vpacket.BenchmarkMontecarloMontecarloNumbaVpacket.time_trace_vpacket_within_shell | | | 3.28±0.01ms | 2.84±0ms | ~0.87 | opacities_opacity_state.BenchmarkOpacitiesOpacityState.time_opacity_state_initialize('scatter') | | | 6.99±2μs | 7.57±2μs | 1.08 | transport_montecarlo_vpacket.BenchmarkMontecarloMontecarloNumbaVpacket.time_trace_vpacket_volley | | | 30.2±0.05μs | 32.3±0μs | 1.07 | transport_montecarlo_packet_trackers.BenchmarkTransportMontecarloPacketTrackers.time_generate_rpacket_tracker_list | | | 1.67±0.01ms | 1.76±0.01ms | 1.06 | transport_montecarlo_main_loop.BenchmarkTransportMontecarloMontecarloMainLoop.time_montecarlo_main_loop | | | 65.0±0.03ms | 67.2±0.02ms | 1.03 | transport_montecarlo_packet_trackers.BenchmarkTransportMontecarloPacketTrackers.time_rpacket_trackers_to_dataframe | | | 621±200ns | 622±100ns | 1.00 | opacities_opacity.BenchmarkMontecarloMontecarloNumbaOpacities.time_photoabsorption_opacity_calculation | | | 2.07±0m | 2.07±0m | 1.00 | spectrum_formal_integral.BenchmarkTransportMontecarloFormalIntegral.time_FormalIntegrator_functions | | | 1.32±0.3μs | 1.32±0.3μs | 1.00 | transport_geometry_calculate_distances.BenchmarkTransportGeometryCalculateDistances.time_calculate_distance_line | | | 1.05±0m | 1.04±0m | 0.99 | run_tardis.BenchmarkRunTardis.time_run_tardis_rpacket_tracking | | | 49.5±20μs | 49.2±30μs | 0.99 | transport_montecarlo_interaction.BenchmarkTransportMontecarloInteraction.time_line_scatter | | | 40.3±0.3s | 39.4±0.1s | 0.98 | run_tardis.BenchmarkRunTardis.time_run_tardis | | | 2.01±2μs | 1.96±1μs | 0.98 | transport_montecarlo_estimators_radfield_estimator_calcs.BenchmarkMontecarloMontecarloNumbaPacket.time_update_line_estimators | | | 744±0.9ns | 732±0.6ns | 0.98 | transport_montecarlo_interaction.BenchmarkTransportMontecarloInteraction.time_thomson_scatter | | | 2.98±0.6μs | 2.92±0.6μs | 0.98 | transport_montecarlo_vpacket.BenchmarkMontecarloMontecarloNumbaVpacket.time_trace_bad_vpacket | | | 210±0.06ns | 204±0.3ns | 0.97 | spectrum_formal_integral.BenchmarkTransportMontecarloFormalIntegral.time_intensity_black_body | | | 1.21±0μs | 1.18±0μs | 0.97 | transport_geometry_calculate_distances.BenchmarkTransportGeometryCalculateDistances.time_calculate_distance_boundary | | | 561±100ns | 541±100ns | 0.96 | opacities_opacity.BenchmarkMontecarloMontecarloNumbaOpacities.time_pair_creation_opacity_calculation | | | 6.48±1μs | 6.10±0.8μs | 0.94 | transport_montecarlo_vpacket.BenchmarkMontecarloMontecarloNumbaVpacket.time_trace_vpacket | ```

If you want to see the graph of the results, you can check it here

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.37%. Comparing base (1f5ca78) to head (18c6791). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2803 +/- ## ========================================== - Coverage 69.60% 69.37% -0.24% ========================================== Files 206 206 Lines 15518 15518 ========================================== - Hits 10802 10765 -37 - Misses 4716 4753 +37 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.