https://github.com/jrbourbeau/pyunfold

sort by:
Revision Author Date Message Commit Date
679ef3b Version 0.1 release! 05 April 2018, 22:51:36 UTC
43f83be Preparing for release (#16) * Adds code coverage and setup.py Upload command * Updates setup.cfg so tests are ignored during coverage calculation * Adds current version number to docs * Adds logo to docs * Updates logo to be thicker 05 April 2018, 22:32:12 UTC
d1fc53f Adds example notebook (#15) * Adds example notebook * Adds nbsphinx as a doc requirement * Updates examples.ipynb * Adds jupyter to requirements * Switches to using pip instead of conda for caching ability * Adds seaborn requirement + updates .travis.yml * Fixes Python 2 vs. 3 string issue * Switches back to conda * Updates examples.ipynb 05 April 2018, 20:09:29 UTC
874f9ac Remove root and test on Python 3+ (#14) * Removes ROOT! * Moves unused modules to legacy/ directory * Changes capitalization of some modules * Adds python 3 version(s) to Travis tests * Adds Python 3.6 badge to README + docs 04 April 2018, 20:59:17 UTC
790f704 Refactors Utils.py module (#13) * Refactors Utils.py module * Fixes file capitalization git problem 04 April 2018, 19:16:26 UTC
90f65be Refactoring + removes stacking from LoadStats.py (#12) - Replaces MCTables class with a MCTables namedtuple (in LoadStats.py) - Adds assert_kwargs_not_none decorator (in Utils.py) 04 April 2018, 18:24:40 UTC
600f4e1 Removes stacking from IterUnfold.py (#8) * Removes stacking from IterUnfold.py * Replaces IterUnfold.py module with perform_unfolding function in unfold.py * Removes ROOT from unfold.py * Adds new example test * Removes need for congif.cfg config file * Fixes BUG that set the number of cause and effects bins to be the same 04 April 2018, 16:07:12 UTC
c6c1743 Making a few corrections to the README file for a test (#9) * Making a few corrections to the README file for a test * Making same changes to index.rst file 03 April 2018, 20:19:07 UTC
c5888f8 Cleanup some code style (#6) * Cleans up IterUnfold and removes some dead code * Adds setup.cfg * Cleans up various modules (mostly flake8 stuff) 02 April 2018, 21:27:51 UTC
61d69bd Adds example case test 02 April 2018, 18:15:56 UTC
c7b4148 Adds sphinx docs (#5) * Adds sphinx docs * Adds documentation build to Travis 29 March 2018, 20:36:18 UTC
9dc912b Add high level unfolding function (#4) * Adds high level iterative_unfold function * Updates README * Moves examaple tests to pyunfold/tests/test_unfold.py * Adds utility functions for user input validation 29 March 2018, 18:24:21 UTC
610dc97 Adds two tests to check if iterative unfolding actually runs (#3) * Adds two tests to check if iterative unfolding actually runs * Fixes ROOT / root_numpy installation issue 28 March 2018, 22:49:26 UTC
bbfc8b6 Adds pandas dependency and updates iterative unfolder to return a DataFrame. 28 March 2018, 19:05:26 UTC
c4c9ab8 Adds testing setup (#2) 27 March 2018, 21:54:49 UTC
5484e35 Removes import try-excepts at top of modules. Removes all =[] in __init__s. 27 March 2018, 19:13:35 UTC
a941500 Initial commit 27 March 2018, 16:26:43 UTC
back to top