.. _changelog: 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.1 ------------- Release date: *January 27, 2022* Bugfixes ^^^^^^^^ * Make sure to initialize index before checking particle types `PR #127 `__ * Fix broken example with halo plotting `PR #132 `__ * Make total particles a 64 bit integer `PR #133 `__ * Set output directory properly for rockstar halo finder `PR #134 `__ **Full Changelog**: https://github.com/yt-project/yt_astro_analysis/compare/yt_astro_analysis-1.1.0...yt_astro_analysis-1.1.1 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 `__ * Drop support for python 3.6 `PR #100 `__, `PR #101 `__ 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 `__ `Full Changelog `__ 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.