Changelog for
python311-emcee-3.1.6-lp160.2.2.noarch.rpm :
* Sat Apr 20 2024 Dirk Müller
- update to 3.1.6:
* Compat fix for older numpy versions- update to 3.1.5:
* Update blobs docs
* Fix integrated_time docstring
* Fixed DEMove Implementation
* Move proposals should match the dtype of original input
* Update the Read the Docs configuration
* Fix moves documentation typos
* Update EnsembleSampler docstring in ensemble.py
* Fix typo in assertion message
* MAINT: updates for numpy2 closes #509
* Sat Jan 28 2023 Dirk Müller - update to 3.1.4:
* Handling updated kstest interface in scipy 1.10
* Wed Sep 28 2022 Arun Persaud - specfile:
* be more specific in %file section- update to version 3.1.3:
* Pass on random generator to KDE resample method
* seed longdouble test
* Sun May 29 2022 Atri Bhattacharya - Update to version 3.1.2: - Make the sample state indexable [gh#dfm/emcee#425]. - Remove NumPy from SETUP_REQUIRES [gh#dfm/emcee#427].
* Sat Sep 18 2021 Atri Bhattacharya - Update to version 3.1.1:
* Added support for a progress bar description (gh#dfm/emcee#401).
* Sat Jul 03 2021 Atri Bhattacharya - Update to version 3.1.0:
* Added preliminary support for named parameters (gh#dfm/emcee#386).
* Improved handling of blob dtypes (gh#dfm/emcee#363).
* Fixed various small bugs and documentation issues- New BuildRequires: python-pip, python-wheel, and python-setuptool_scm.
* Fri Feb 12 2021 Benjamin Greiner - NEP 29: python36-numpy and -scipy are no longer available in TW skip python36 build
* Sun Aug 09 2020 John Vandenberg - Tidy spec
* Sat Aug 01 2020 Atri Bhattacharya - Update to version 3.0.2:
* Added tutorial for moves interface
* Added information about contributions to documentation
* Improved documentation for installation and testing
* Fixed dtype issues and instability in linear dependence test- Changes from version 3.0.1:
* Added support for long double dtypes
* Improved packaging and release infrastructure
* Fixed bug in initial linear dependence test- Changes from version 3.0.2:
* Added progress bars using `tqdm `_.
* Added HDF5 backend using `h5py `_.
* Added new ``Move`` interface for more flexible specification of proposals.
* Improved autocorrelation time estimation algorithm.
* Switched documentation to using Jupyter notebooks for tutorials.
* More details can be found `on the docs `_.- Add Requires: python-scipy, python-h5py.- Implement %check section to run tests; needs BuildRequires: python-numpy, python-scipy, python-h5py, and python-pytest.
* Thu Mar 22 2018 toddrme2178AATTgmail.com- Initial version