Xga

Latest version: v0.5.0

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.5.0

Important Summary

Some bug fixes, some refinements to existing behaviour.

A pretty big new feature is that the SpecificEntropy profile class no longer behaves exactly like the HydrostaticMass profile class - in that it no longer requires you to calculate the entropy profile from fitted models to temperature and density, you can now use data points to calculate entropy as well, which is preferable. There are also models that can be fit to SpecificEntropy profiles, and you can use projected temperature profiles to calculate entropy if you wish.

The other new feature worthy of note is the addition of 'data driven' density profile calculation for galaxy clusters from surface brightness profiles. In addition to the existing 'inv_abel_fitted_model', which requires that a smooth model be fit to the surface brightness and then deprojected, you can now apply deprojection (inverse abel transforms) directly to data points - this can preserve interesting structure in the brightness profiles.

However, the biggest change is that we have finally updated all of the dependencies, and you will need to create a new environment to use this version of XGA. This was neglected for some years and it was becoming difficult to actually install XGA - that should now no longer be a problem, and if you visit the documentation site you will see instructions on how to use the newly included conda files to easily setup a compatible environment. We also aim for this to be the first release of XGA to be distributed through conda.

What's Changed
* Added SDSSRM Giles et al. core-excised scaling relations by DavidT3 in https://github.com/DavidT3/XGA/pull/1148
* Bug/inst not associated on spec fit by DavidT3 in https://github.com/DavidT3/XGA/pull/1152
* Refine/nuke dependencies by DavidT3 in https://github.com/DavidT3/XGA/pull/1166
* Feat/data driven entropy by DavidT3 in https://github.com/DavidT3/XGA/pull/1170
* Feat/fit entropy profiles by DavidT3 in https://github.com/DavidT3/XGA/pull/1175
* Bug/unknown fitsio cannot open none by DavidT3 in https://github.com/DavidT3/XGA/pull/1180
* Feat/data driven density by DavidT3 in https://github.com/DavidT3/XGA/pull/1182
* Dep bug/matplotlib version was yanked by DavidT3 in https://github.com/DavidT3/XGA/pull/1183
* Bug/direct model inv abel trans warnings by DavidT3 in https://github.com/DavidT3/XGA/pull/1184
* Made the mass model derivation print out LaTeX code, for the benefit … by DavidT3 in https://github.com/DavidT3/XGA/pull/1185
* There was a bug in how the specific entropy profiles check for cases … by DavidT3 in https://github.com/DavidT3/XGA/pull/1187
* Bug/scaling relation scalar prediction by DavidT3 in https://github.com/DavidT3/XGA/pull/1191
* Update .gitattributes by DavidT3 in https://github.com/DavidT3/XGA/pull/1192
* Update conda_env_notes.md by DavidT3 in https://github.com/DavidT3/XGA/pull/1194
* Updating some action versions in the publishing actions, as well as t… by DavidT3 in https://github.com/DavidT3/XGA/pull/1195
* Switched the gh-action pypi publish version to v1 rather than master by DavidT3 in https://github.com/DavidT3/XGA/pull/1196
* Refine/catch region error and add more context by DavidT3 in https://github.com/DavidT3/XGA/pull/1199
* Update setup.cfg by DavidT3 in https://github.com/DavidT3/XGA/pull/1200
* Vers/test versioneer by DavidT3 in https://github.com/DavidT3/XGA/pull/1202
* Vers/test versioneer by DavidT3 in https://github.com/DavidT3/XGA/pull/1203


**Full Changelog**: https://github.com/DavidT3/XGA/compare/v0.4.5...v0.5.0

0.4.5

What's Changed
* Hopefully will catch incomplete annular spectra being read in - with … by DavidT3 in https://github.com/DavidT3/XGA/pull/1146


**Full Changelog**: https://github.com/DavidT3/XGA/compare/v0.4.4...v0.4.5

0.4.4

What's Changed
* Bug/ann spec none no usable take two by DavidT3 in https://github.com/DavidT3/XGA/pull/1119
* Feat/limit value range image view by DavidT3 in https://github.com/DavidT3/XGA/pull/1120
* Added the ability to set a custom title in the view method of image by DavidT3 in https://github.com/DavidT3/XGA/pull/1122
* Refine/make relation error propagation work by DavidT3 in https://github.com/DavidT3/XGA/pull/1126
* Think I should have fixed the bug where relation plots get angry with… by DavidT3 in https://github.com/DavidT3/XGA/pull/1127
* y offset in point labelling should now work properly by DavidT3 in https://github.com/DavidT3/XGA/pull/1128
* Refine/update giles lt relations by DavidT3 in https://github.com/DavidT3/XGA/pull/1129
* Added XCS SDSSRM R2500 scaling relations for LT by DavidT3 in https://github.com/DavidT3/XGA/pull/1133
* Bug/interactive region altering not working by DavidT3 in https://github.com/DavidT3/XGA/pull/1134
* Refine/more informative non sas error messages by DavidT3 in https://github.com/DavidT3/XGA/pull/1139


**Full Changelog**: https://github.com/DavidT3/XGA/compare/v0.4.3...v0.4.4

0.4.3

Bug fixes for LightCurves and new features for the XGA Luminosity, Temperature, Radius pipeline

A new 'frozen-temperature' mode is included for the XGA-LTR, very strongly based on the XCS implementation in Giles et al. 2022 - meant for low surface brightness clusters that don't necessarily have the photons to constrain temperature and luminosity simultaneously through spectral fitting.

What's Changed
* Update requirements.txt by DavidT3 in https://github.com/DavidT3/XGA/pull/1063
* Feat/light curve sas generation by DavidT3 in https://github.com/DavidT3/XGA/pull/1072
* Changed the default value of 'pattern' for the get methods for lightc… by DavidT3 in https://github.com/DavidT3/XGA/pull/1074
* Should have fixed the unpacking error that showed up in on_xmm_match by DavidT3 in https://github.com/DavidT3/XGA/pull/1075
* Hopefully fixed the possible bug where reading in lightcurves will fa… by DavidT3 in https://github.com/DavidT3/XGA/pull/1077
* Added a 'freeze_temp' argument to single_temp_apec, though it doesn't… by DavidT3 in https://github.com/DavidT3/XGA/pull/1078
* Refine/fix fixed tx lx pipeline by DavidT3 in https://github.com/DavidT3/XGA/pull/1081
* Should have fixed the bug where the aggregate profile view method wit… by DavidT3 in https://github.com/DavidT3/XGA/pull/1083
* Bug/disass error when loading back in after lc gen by DavidT3 in https://github.com/DavidT3/XGA/pull/1087


**Full Changelog**: https://github.com/DavidT3/XGA/compare/v0.4.2...v0.4.3

0.4.2

This release accompanies the first XCS hydrostatic mass measurement paper, for a sample selected from SDSS redMaPPer. A great deal of time has passed since the last release, and many bugs have been fixed and changes made. The automatic release notes are included below, but two standout new features are the first XGA pipeline (to iteratively measure luminosities, temperatures, and radii using scaling relations), and the interactive region editor.

What's Changed
* Bug/single obs interloper masks by DavidT3 in https://github.com/DavidT3/XGA/pull/770
* Docs/add paper ref by DavidT3 in https://github.com/DavidT3/XGA/pull/773
* Added the ability to draw annuli on an Image view when two coordinate… by DavidT3 in https://github.com/DavidT3/XGA/pull/778
* I think I have solved the problem of spectra being regenerated repeat… by DavidT3 in https://github.com/DavidT3/XGA/pull/790
* Feat/matching multi and more intelligent by DavidT3 in https://github.com/DavidT3/XGA/pull/795
* Feat/double king profile by DavidT3 in https://github.com/DavidT3/XGA/pull/812
* Feat/temp prof spec fit options by DavidT3 in https://github.com/DavidT3/XGA/pull/813
* Feat/core excised masses by DavidT3 in https://github.com/DavidT3/XGA/pull/815
* Feat/manually modify regions by DavidT3 in https://github.com/DavidT3/XGA/pull/820
* Feat/manually modify regions by DavidT3 in https://github.com/DavidT3/XGA/pull/830
* Altered the way that Census building works in utils so that there is … by DavidT3 in https://github.com/DavidT3/XGA/pull/831
* Refine/better blacklist by DavidT3 in https://github.com/DavidT3/XGA/pull/833
* Feat/measure overdensity radii by DavidT3 in https://github.com/DavidT3/XGA/pull/839
* Feat/new ann method and mass models by DavidT3 in https://github.com/DavidT3/XGA/pull/847
* Bug/overdensity rad bracket failure by DavidT3 in https://github.com/DavidT3/XGA/pull/856
* Bug+refine/scaling relation issues by DavidT3 in https://github.com/DavidT3/XGA/pull/866
* Feat/mass profile diagnostics by DavidT3 in https://github.com/DavidT3/XGA/pull/875
* Bug/temp profile radii wrong by DavidT3 in https://github.com/DavidT3/XGA/pull/882
* Bug/gas mass unit bug by DavidT3 in https://github.com/DavidT3/XGA/pull/915
* Bodge/gas mass radii error by DavidT3 in https://github.com/DavidT3/XGA/pull/916
* Feat/separate region matching function by DavidT3 in https://github.com/DavidT3/XGA/pull/929
* Bug/pandas frame append deprecated by DavidT3 in https://github.com/DavidT3/XGA/pull/933
* Refine/one warning per sample by DavidT3 in https://github.com/DavidT3/XGA/pull/938
* Bug/warning when in sample by DavidT3 in https://github.com/DavidT3/XGA/pull/941
* Bug/ampersand end of spec resp headers by DavidT3 in https://github.com/DavidT3/XGA/pull/942
* Bug/wcs required for regions by DavidT3 in https://github.com/DavidT3/XGA/pull/950
* Feat/first xga tool lt pipeline by DavidT3 in https://github.com/DavidT3/XGA/pull/965
* Feat/add entropy profile by DavidT3 in https://github.com/DavidT3/XGA/pull/969
* Added the entropy sourcetools submodule into the sourcetools.rst file… by DavidT3 in https://github.com/DavidT3/XGA/pull/973
* Refine/resilient spec gen lt by DavidT3 in https://github.com/DavidT3/XGA/pull/975
* I think I way overcomplicated how the LT worked if spectral generatio… by DavidT3 in https://github.com/DavidT3/XGA/pull/979
* Bug/uncaught sas error ltr pipeline by DavidT3 in https://github.com/DavidT3/XGA/pull/985
* Refine/add relation diagnostic view by DavidT3 in https://github.com/DavidT3/XGA/pull/986
* Turned off autosave in the general XSPEC template. Should close issue… by DavidT3 in https://github.com/DavidT3/XGA/pull/988
* The LTR pipeline should now save the peak coordinates into the result… by DavidT3 in https://github.com/DavidT3/XGA/pull/990
* Bug/fix r2500 only cluster def by DavidT3 in https://github.com/DavidT3/XGA/pull/996
* Feat/multi temp plasma by DavidT3 in https://github.com/DavidT3/XGA/pull/1000
* Bug/annspec none no attribute usable by DavidT3 in https://github.com/DavidT3/XGA/pull/1003
* Refine/view spectra properly by DavidT3 in https://github.com/DavidT3/XGA/pull/1006
* Refine/read the docs conf by DavidT3 in https://github.com/DavidT3/XGA/pull/1008
* Deleted the old spectrum view method, and renamed new_view to view (a… by DavidT3 in https://github.com/DavidT3/XGA/pull/1009
* Feat/cross arf generation and storage by DavidT3 in https://github.com/DavidT3/XGA/pull/1012
* Feat/met free ltr by DavidT3 in https://github.com/DavidT3/XGA/pull/1035
* Hopefully have fixed issue 1028, I was appending a length of an arra… by DavidT3 in https://github.com/DavidT3/XGA/pull/1036
* Refine/plotting improvements by DavidT3 in https://github.com/DavidT3/XGA/pull/1041
* Removed the raise warn for issue 1042 - also improved the warning me… by DavidT3 in https://github.com/DavidT3/XGA/pull/1043
* Hopefully improved the calculation of uncertainties for the deproject… by DavidT3 in https://github.com/DavidT3/XGA/pull/1044
* Refine/control ltr spec energy bounds by DavidT3 in https://github.com/DavidT3/XGA/pull/1045
* Added the ability to control spectral binning to the LTR by DavidT3 in https://github.com/DavidT3/XGA/pull/1046
* I missed adding the grouping information to the temperature, luminosi… by DavidT3 in https://github.com/DavidT3/XGA/pull/1047
* Fixed a bug where wdem was checking if kT existed if there had been a… by DavidT3 in https://github.com/DavidT3/XGA/pull/1051
* Bug/publish workflow os version by DavidT3 in https://github.com/DavidT3/XGA/pull/1055
* Bug/requirements before release by DavidT3 in https://github.com/DavidT3/XGA/pull/1056


**Full Changelog**: https://github.com/DavidT3/XGA/compare/v0.3.0...v0.4.2

0.3.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.