summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-30Moved setup.py to root so that we could avoid need for symbolic link. ↵Bryn Keller
Updated readme.rst and other files to reflect this change, added requirement for enum34 when using python 2.7. Also added explanation that the system python 2.7.10 on Mac OS X is to be avoided.
2016-11-24Merged in mihaic/phat/add-pybind-user (pull request #1)Bryn Keller
Add support for user level pybind11 installations
2016-11-23Add support for user level pybind11 installationsMihai Capotă
Currently, when pybind11 is installed using the `--user` flag of pip, its headers are not found.
2016-05-10Setup.py checks for Python 2.7.11 or greaterBryn Keller
2016-05-02Various tweaks to support Python 2.7Bryn Keller
2016-05-02TypoBryn Keller
2016-05-02RST literal format different from markdown'sBryn Keller
2016-05-02Updated to show Linux and Mac both working for 2.7 and 3.5Bryn Keller
2016-05-02Tested with system Python 2.7 on Ubuntu as well as Anaconda Python 3.5 on UbuntuBryn Keller
2016-05-02Added readme section on installation, removed code that blocked execution ↵Bryn Keller
under 2.7. Still needs work to build on desired platforms
2016-04-13Correction for dimensions propertyBryn Keller
2016-03-11Fixed sample complex diagram formatting in readme and doc stringBryn Keller
2016-03-11Updated README to use the more pythonic APIBryn Keller
2016-03-10Simplified, more Pythonic API, with additional documentationBryn Keller
2016-03-07Python interface to PHATBryn Keller
2015-10-28readmeUlrich Bauer
2015-03-19Merge commit '28e34af047c621cfabe31a39b408c85f01363621'Ulrich Bauer
* commit '28e34af047c621cfabe31a39b408c85f01363621': Corrected the code to include Gabriel test (not tested yet) added std:: to setiosflags to phat and benchmark so it compiles
2015-03-02Corrected the code to include Gabriel test (not tested yet)michael@kerber-sls.de
git-svn-id: https://phat.googlecode.com/svn/trunk@185 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2015-02-24added std:: to setiosflags to phat and benchmark so it compilesprimoz.skraba@gmail.com
git-svn-id: https://phat.googlecode.com/svn/trunk@183 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2015-02-02chunk sqrtUlrich Bauer
2014-06-03finalizeulrich.bauer@gmail.com
git-svn-id: https://phat.googlecode.com/svn/trunk@182 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-06-03swapulrich.bauer@gmail.com
git-svn-id: https://phat.googlecode.com/svn/trunk@181 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-06-03faster column addition for vector_vectorulrich.bauer@gmail.com
git-svn-id: https://phat.googlecode.com/svn/trunk@180 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-16updated READMEv1.4jan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@177 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-16nicer latex output in benchmark.cppjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@176 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-12bugfix for latex output for benchmark.cppjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@175 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-12nicer latex output for benchmark.cppjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@174 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-12fixed error in help text of benchmark.cppjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@173 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-12improved vector_vector performancejan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@172 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-06nicer latex output for benchmark.cppjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@171 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-06git-svn-id: https://phat.googlecode.com/svn/trunk@170 ↵jan.reininghaus
8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-05sanitize latex caption in benchmark.cpp and include ↵jan.reininghaus
spectral_sequence_reduction in default set of algorithms git-svn-id: https://phat.googlecode.com/svn/trunk@169 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-05do not measure dualize time in benchmark.cpp with --latex optionjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@168 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-02enable pruning in vector_heap.hjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@167 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-02include pruning in heap_pivot_column.hjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@166 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-05-02clarify thread safety of boundary_matrix.hjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@165 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-30new vector_heap Representationjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@164 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-30changed chunk size for single threaded chunk_reduction.hjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@163 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-29switched num chunks to num threads in chunk_reduction.h and ↵jan.reininghaus
spectral_sequence_reduction.h git-svn-id: https://phat.googlecode.com/svn/trunk@162 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-29performance improvements for chunk_reduction.hjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@161 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-28simplified chunk decomposition and phase 1 of chunk_reduction.hjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@160 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-28latex table output for benchmark.cppjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@159 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-07removed outdated link to downloads section on homepagev1.3jan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@157 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-07updated READMEjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@155 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-07updated READMEjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@154 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-07reverted to old binary formatjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@153 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-07bugfix for heap_pivot_columnjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@152 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2014-04-07include heap_pivot in the default representations in benchmark.cppjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@151 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-12-17actual file rename of block_spectral_sequence_reduction.h to ↵jan.reininghaus
spectral_sequence_reduction.h git-svn-id: https://phat.googlecode.com/svn/trunk@150 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
2013-12-17rename block_spectral_sequence_reduction to spectral_sequence_reductionjan.reininghaus
git-svn-id: https://phat.googlecode.com/svn/trunk@149 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d