ChangeLog¶
This is a log of changes to yt_astro_analysis over its release history.
Contributors¶
The CREDITS file contains the most up-to-date list of everyone who has contributed to the yt_astro_analysis source code.
Version 1.1.2¶
Release date: January 23, 2023
Bugfixes¶
Documentation and tests¶
Requirements¶
- Drop support for CPython 3.7 PR #157
Full Changelog: https://github.com/yt-project/yt_astro_analysis/compare/yt_astro_analysis-1.1.1…yt_astro_analysis-1.1.2
Version 1.1.1¶
Release date: January 27, 2022
Version 1.1¶
Release date: December 9, 2021
New Features¶
The HaloCatalog has been significantly refactored PR #58, PR #62 with the following additional improvements:
- the interface to the Rockstar halo finder is now compatible with the latest version of Rockstar Galaxies PR #55
- all halo finders now support being run with time-series of datasets
- halo particle ids now savable with FoF and HOP halo finders PR #52
- looping over halos is done with io chunks instead of ds.all_data for a significant speedup and reduction in memory
- Allow more flexibility for specifying rockstar particle mass PR #84
- Add restart option for rockstar PR #82
- Adding an outer_radius parameter to the iterative COM callback PR #34
Remove the sunyaev_zeldovich analysis module. This is now ytsz. PR #79
Minor Enhancements and Bugfixes¶
- significant project management and ci improvements PR #89, PR #90, PR #91, PR #92, PR #96, PR #95, PR #97, PR #108, PR #109
- Add annotate_halos function PR #98
- only access particle_type field in rockstar if it exists and is needed PR #111
- fix light cone projections with weight fields PR #37
- Fix HaloCatalog progress bar PR #40
- clarify rockstar error message about using the wrong number of MPI processes PR #42, PR #113
- check derived_field_list for base fields PR #43
- allow cosmology splice from a single dataset PR #49
- Fix iterator PR #68
- Support new config file format PR #65
- Enable circleci testing PR #44
- Add max_box_fraction to plan_cosmology_splice PR #76
- Fix HaloCatalog output_dir PR #81
- remove deprecated dm_only keyword from halo finder PR #57
- update amr_grid.inp PR #77
Version 1.0¶
Release date: October 11, 2018
This is initial stable release of yt_astro_analysis. Before this, all
code in here was contained in the yt package’s analysis_modules
submodule. Version 1.0 of yt_astro_analysis is functionally identical
to the analysis_modules
from yt version 3.5.0.