Skip to content

v1.1.0: Pipeline Efficiency, Profiling, LOS improvements and bugfixes

Choose a tag to compare

@WillJRoper WillJRoper released this 07 May 14:55
· 278 commits to main since this release
2a2783a

What's Changed

  • Splitting galaxies in the Pipeline if they exceed a certain threshold by @WillJRoper in #1114
  • Ensuring line fluxes are added when LineCollections are added by @WillJRoper in #1117
  • Splitting analysis scripts to isolate scaling analysis by @WillJRoper in #1116
  • Fixing Draine & Li tau_v-less attenuation curves by @WillJRoper in #1119
  • Reducing the memory footprint when working with a subset of saved models by @WillJRoper in #1115
  • Using parallel spectra reduction instead of numpy sum within operations by @WillJRoper in #1118
  • Prevent pipeline from failing for zero galaxies when running MPI job by @aswinpvijayan in #1120
  • Updating the Box scraping script to v10 of boxsdk by @WillJRoper in #1121
  • Ensuring units are associated to LOS outputs by @WillJRoper in #1123
  • Fixing instrument collection issues uncovered by GALEX by @WillJRoper in #1124
  • Moving line metadata to the root of the Pipeline output to avoid virtual file issues by @WillJRoper in #1122
  • Using extractor machinery for Drain and Li attenaution grid by @WillJRoper in #1125
  • Baking profiling into the Pipeline and introducing more timing instrumentation by @WillJRoper in #1126
  • Correct bug in Draine and Li extinction curve by @aswinpvijayan in #1128
  • Adding a Cosmic SED method to the Pipeline by @WillJRoper in #1129
  • Removing overhead from LineCollection.__init__ by @WillJRoper in #1127
  • Update GitHub Actions checkout/setup-python to Node.js 24-compatible majors by @Copilot in #1130
  • Handling input particles within source kernels in the point-like LOS column density calculation by @WillJRoper in #1132
  • Version string printed by report and None weight_var by @WillJRoper in #1135
  • Fix issue with PhotometryCollection units by @tHarvey303 in #1137
  • Adding a simple print_table method to the timer handler by @WillJRoper in #1133
  • Adds functionality to synthesize correlated noise fields from observations and apply them to images by @tHarvey303 in #1134
  • Accounting for kernel overlaps in LOS column densities by @WillJRoper in #1131
  • AGN grid documentation by @aswinpvijayan in #1138

Full Changelog: v1.0.1...v1.1.0