|
|
|
|
Changelog for python311-yt-4.3.1-34.92.x86_64.rpm :
* Thu Jul 18 2024 Ben Greiner - Revert restriction. Numpy 2 is supported since 4.3.1 * Wed Jul 17 2024 Steve Kowalik - Restrict numpy to < 2 for now. * Thu Jul 04 2024 Steve Kowalik - Update to 4.3.1: * Fix broken urllib imports * Make annotate_sphere and annotate_arrow safe when run after plot invalidation * Fix an incompatibility with unyt 3.0 (amu_cgs doesn\'t exist as a physical constant anymore) * Handle deprecation warnings from numpy 2.0.0dev0 (np.row_stack -> np.vstack and np.in1d -> np.isin) * Avoid a deprecation warning in yt.load_sample on Python 3.12 * Switch to field tuples for default fields in particle_trajectories * Enforce Figure dpi in _show_mpl * Fix bug where race condition results in incorrect fields categorization when computing particle_trajectories * Use the validated center for YTCuttingPlane set_field_parameter * Avoid usage of deprecated numpy.core namespace (numpy 2 compat) * Fix geographic coordinate conversions * Update xarray integration test to use non-deprecated API * Enzo testing framework - ignore units for ShockTube tests * Explicitly set minimum Python to 3.9.2 * Ditch np.int_t, removed in numpy 2\'s C API (use np.int64_t instead) * Migrate module-level setup/teardown functions to pytest- Drop patch yt-pr4727-unpin-unyt.patch, included upstream.- Remove upper bound on numpy. * Mon Apr 08 2024 Dirk Müller - add sle15_python_module_pythons * Fri Mar 08 2024 Ben Greiner - Skip python39: no longer supported since ipython 8.19 * Wed Feb 14 2024 Ben Greiner - Update to 4.3.0 * This is the first version with support to CPython 3.12. * We\'ve resolved all remaining compatibility issues with Cython 3. [#]# New features * #4449 Add support for symlog colorbars with arbitrary bases, by AATTneutrinoceros (issue #4448) * #4455 Add support for passing field keys for colors and linewidth in streamline plot annotations, by AATTneutrinoceros (issue #4454) * #4527 Add QuadrilinearFieldInterpolator, by AATTbrittonsmith * #4553 Store basic software info in png metadata, by AATTXarthisius * #4556 Add option to include min/max limits on the color field for export_sketchfab, by AATTevenoconnor * #4658 Allow annotate_grids to force cmap to respect max_levels, by AATTzingale * #4642 + #4662 Make unused pixels actually transparent in all imshow-based 2D visualisations, by AATTneutrinoceros (issue #4639 by AATTvdbma) * #4481 Add the ability to set the transfer function label fontsize, by AATTzingale [#]# Frontends * #4562 Athena++ stretched grids support, by AATTjzuhone (issues [#1585] by AATTYurlungur, #3389 by AATTsmressle, #3619 by AATTneutrinoceros and #4557 by AATTmatthewturk) * #4572 Species handling for the stream frontend, by AATTjzuhone * #4470 + #4605 Update GIZMO frontend to handle newer GIZMO versions, by AATTmtryan83 * #4424 Support for sinks in csv format for RAMSES frontend, by AATTLenoble-lab- Release 4.2.x * This is the second feature release in the yt 4.x series. It also comes with some important bug fixes. * Some deprecations are now expired, some minor backward incompatibilities are expected. Anything broken on purpose in this version should correspond to a warning in yt 4.1.x, anything beyond that should be considered a regression; please report any unexpected breaking change. [#]# Highlights * Multiple improvements (detection, validation, uage) for EWAH files (#4307, #4426) * yt can now be installed with frontend specific optional dependencies with pip (#4272) * Plugin frontends can now seamlessly hook into yt.load() (#4285) * Off-axis projections are now supported for non-SPH particle (#4440) [#]# New features * #4175 Improvements to field_to_include specifications in create_firefly_object, by AATTmtryan83 (issue #4174) * #4198 + #4249 Automatically find EWAH files with increased index_order2, by AATTjzuhone (issue #3487 by AATTchummels) * #4205 Add upward directory lookup for local configuration file, by AATTneutrinoceros (issue #3953) * #4222 Two new features for writing FITS images, by AATTjzuhone * #4272 Add support for installing yt with cherry-picked, frontend specific optional dependencies with pip, by AATTneutrinoceros (issue #4272) * #4285 Automatically load external frontends in yt.load(), by AATTXarthisius * #4307 Allow to store multiple bitmap indices in the ewah-sidecar, by AATTXarthisius * #4343 Add reusable matplotlib stylesheet, by AATTneutrinoceros (issue #4342) * #4363 Add basename for loaders, by AATTjisuoqing * #4397 Allow hint keyword for yt.load to select superclasses, by AATTyut23 * #4410 Export standard deviation to pandas DataFrames and AstroPy QTables, by AATTjzuhone * #4446 Whitelist the SPH star_formation_rate field, by AATTjzuhone * #4440 Off-axis (non-SPH) particle projections, by AATTjzuhone- Add yt-pr4727-unpin-unyt.patch gh#yt-project/yt#4727- Enable multibuild test flavor- Add yt-ignore-pytestdepr.patch * Tue Oct 03 2023 Ondřej Súkup - Fix dependency on Cpython * Fri Feb 10 2023 Dirk Müller - update to 4.1.4: * Fix calling PlotContainer.set_font to set font color, * Fix a regression in yt.load where \'$HOME\' and \'~\' path weren\'t expanded * (partial) Fix issue #4286 SDF frontend breaks load() if target file lacks read permission * (FLASH) Fix domain edges padding in reduced dimensions * (partial) Delay expensive imports * Cleanup calls to private methods _setup_plots in cookbook * Mon Jan 02 2023 Matej Cepl - Upgrade to 4.1.3: This is the third bugfix release in the yt 4.1.x series. It contains fixes to bugs discovered since the 4.1.2 release. Most importantly, it reverts a unstable patch that was accidentally included in yt 4.1.2 (#4198). EWAH files should now behave as in yt 4.1.1, and we\'re aiming at re-releasing the new behaviour (with fixes) in yt 4.2.0 - Bug fixes - #4231 Fix pixel size calculation for density option in particle projection plots and FITS images, by AATTjzuhone - #4239 Fix a broken docs example, by AATTneutrinoceros - Build and testing - #4247 ignore a deprecation warning triggered from cartopy, by AATTneutrinoceros - #4250 Revert \"Backport PR #4198 on branch yt-4.1.x (Automatically find EWAH files with increased index_order2)\", by AATTneutrinoceros - #4258 on branch yt-4.1.x, by AATTneutrinoceros - There are no new features or deprecations in this version, all users are encouraged to upgrade. * Sat Dec 03 2022 Matej Cepl DO NOT SUBMIT TO FACTORY, CFLAGS includes \"-freport-bug\"- Upgrade to 4.1.2: It contains fixes to bugs discovered since the 4.1.1 release. There are no new features or deprecations in this version, all users are encouraged to upgrade.- Upgrade to 4.1.1: It contains a couple of critical fixes to bugs discovered since the 4.1.0 release. Most importantly, it resolves a memory leak that was affecting octree-based frontends (RAMSES and ART). There are no new features or deprecations in this version, all users are encouraged to upgrade.- Upgrade to 4.1.0: It contains about a year of work by many contributors, with many new features and improvements to the code base. It is also the first release to officially supported Python 3.11. Some deprecations from yt < 4 are now expired, some minor backwards incompatibilities are expected. Anything broken on purpose in this version should correspond to a warning in yt 4.0.x, anything beyond that should be considered a regression; please report any unexpected breaking change. Complete releases changelog is available at https://github.com/yt-project/yt/releases.
|
|
|