Skip to content

Releases: cosimoNigro/agnpy

v0.1.0: first minor relase

29 Jun 08:38
Compare
Choose a tag to compare

The package gathers now well-tested functionalities and it's time to make its first minor release.

In this release:

  • a function including all the model parameters is introduced for the black body SED computations, such that also their SEDs can be wrapped in a fit;
  • the SS disk black body SED is now properly normalised to the total disk luminosity;
  • the DT black body SED is now properly normalised to the total DT luminosity;
  • added some MWL SED for testing the fit capabilities.

v0.0.10: added EPWL for electrons and off-axis absorption calculation

14 Apr 13:49
f9252be
Compare
Choose a tag to compare

In this release the major features added are:

  • an exponential cutoff power-law for the electron spectra;

  • the possibility to compute the gamma-gamma opacity for misaligned sources (viewing angle != 0) for the following targets: point source behind the jet, BLR and the DT.

v0.0.8

08 Dec 11:23
4557264
Compare
Choose a tag to compare

In this release:

  • created sub-modules for each of the previous classes;
  • added SED functions as @staticmethods in order for them to be used while fitting;
  • added trapezoidal rule in log-log scale as an option for integration;
  • moved data within the package.

v0.0.7.3, added tests on optical depth

19 Oct 07:19
Compare
Choose a tag to compare
  • Fixed optical depth calculation - was not running for disk in the previous release.

  • Added optical depth calculation to tests.

  • Extracted class with spectral constraints from emission_regions.

v0.0.7.2, zenodo release

28 Sep 09:47
Compare
Choose a tag to compare
  • Added test on SSA
  • fixed workflow for failing tests
  • making zenodo release

v0.0.7

27 Jul 17:09
Compare
Choose a tag to compare

agnpy v0.0.7

new

  • In this release we define the electron spectra starting from astropy.modeling.models;
  • the setting of the spectral amplitude from the normalisation is uniformed to avoid duplication;
  • the log-parabola is added to the spectral types.