pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/py-emcee



Module name:	wip
Committed by:	jihbed
Date:		Wed Aug  5 21:50:07 UTC 2015

Modified Files:
	wip/py-emcee: Makefile PLIST distinfo

Log Message:

	.. :changelog:

2.1.0 (2014-05-22)
++++++++++++++++++

- Removing dependence on ``acor`` extension.
- Added arguments to ``PTSampler`` function.
- Added automatic load-balancing for MPI runs.
- Added custom load-balancing for MPI and multiprocessing.
- New default multiprocessing pool that supports ``^C``.


2.0.0 (2013-11-17)
++++++++++++++++++

- **Re-licensed under the MIT license!**
- Clearer less verbose documentation.
- Added checks for parameters becoming infinite or NaN.
- Added checks for log-probability becoming NaN.
- Improved parallelization and various other tweaks in ``PTSampler``.


1.2.0 (2013-01-30)
++++++++++++++++++

- Added a parallel tempering sampler ``PTSampler``.
- Added instructions and utilities for using ``emcee`` with ``MPI``.
- Added ``flatlnprobability`` property to the ``EnsembleSampler`` object
  to be consistent with the ``flatchain`` property.
- Updated document for publication in PASP.
- Various bug fixes.


1.1.3 (2012-11-22)
++++++++++++++++++

- Made the packaging system more robust even when numpy is not installed.


1.1.2 (2012-08-06)
++++++++++++++++++

- Another bug fix related to metadata blobs: the shape of the final ``blobs``
  object was incorrect and all of the entries would generally be identical
  because we needed to copy the list that was appended at each step. Thanks
  goes to Jacqueline Chen (MIT) for catching this problem.


1.1.1 (2012-07-30)
++++++++++++++++++

- Fixed bug related to metadata blobs. The sample function was yielding
  the ``blobs`` object even when it wasn't expected.


1.1.0 (2012-07-28)
++++++++++++++++++

- Allow the ``lnprobfn`` to return arbitrary "blobs" of data as well as the
  log-probability.
- Python 3 compatible (thanks Alex Conley)!
- Various speed ups and clean ups in the core code base.
- New documentation with better examples and more discussion.


1.0.1 (2012-03-31)
++++++++++++++++++

- Fixed transpose bug in the usage of ``acor`` in ``EnsembleSampler``.


1.0.0 (2012-02-15)
++++++++++++++++++

- Initial release.



To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1 -r1.2 wip/py-emcee/Makefile wip/py-emcee/PLIST \
    wip/py-emcee/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-emcee/Makefile?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-emcee/PLIST?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-emcee/distinfo?r1=1.1&r2=1.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index