summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-27Merge tag 'v1.6' into debian/sidGard Spreemann
Added tag v1.6 for changeset 746517263955
2020-08-25more formatting issuesupstream/latestMichael Kerber
2020-08-25Idented code again (md-Syntax)mkerber
2020-08-24Added download tag for new versionMichael Kerber
2020-08-24CosmeticsMichael Kerber
2020-08-24Increased version numberMichael Kerber
2020-08-24New method "set_dimension" to control the number of rows in the matrix, if ↵Michael Kerber
needed
2020-08-24Removed indentation in example to easier copy-and-paster on command lineMichael Kerber
2020-08-24Fixed python wrapper with respect to updateMichael Kerber
2020-08-24Missing fileMichael Kerber
2020-08-24Merged in column_refactoring (pull request #4)mkerber
Column types are separated, and the matrix representation is more general in its container type
2020-04-14Rules-requires-root no.Gard Spreemann
2020-03-14Allow tests to output to stderr without causing failure.debian/1.5-5Gard Spreemann
2020-03-13Standards version.debian/1.5-4Gard Spreemann
2020-03-13Changelog.Gard Spreemann
2020-03-13Add test for python3-phat.Gard Spreemann
2020-03-13Add test for phat-utils.Gard Spreemann
2020-03-09Merged in xoltar/phat/example-use-default-repr (pull request #2)Bryn Keller
Use default representation for example rather than vector_vector
2020-03-09Merged in xoltar/phat/fix-2 (pull request #3)Bryn Keller
Fix for issue where python API would hang due to column with unsorted boundary
2019-08-15NEWS entry about package name reuse.debian/1.5-3Gard Spreemann
2019-08-15Remove Lintian override.debian/1.5-2Gard Spreemann
2019-08-15Update changelog.Gard Spreemann
2019-08-15Update maintainer email.Gard Spreemann
2019-08-15Standards-version 4.4.0.1.Gard Spreemann
2019-02-20Update changelog.mentors/20190220debian/1.5-1Gard Spreemann
2019-02-19python3-phat should not be "Multi-Arch: same" since it ships byte-compiled ↵Gard Spreemann
Python files.
2019-02-19Build Python interface.Gard Spreemann
2019-02-08Bump changelog date.mentors/20190208Gard Spreemann
2019-02-08Compat 12.Gard Spreemann
2019-02-08Let the description reflect that the library is header-only.Gard Spreemann
2019-02-08Match packaging license with upstream's.Gard Spreemann
2019-02-08Update CMAKE_BUILD_TYPE patch to be more upstreamable, allowing a default ↵Gard Spreemann
build type.
2019-01-30Update changelog with RFP bug.Gard Spreemann
2019-01-30Add lintian override for maintainer's name.Gard Spreemann
2019-01-30Man page for phat utility.Gard Spreemann
2019-01-30Patch to not force the CMAKE build type.Gard Spreemann
2019-01-30Initial Debian packaging.Gard Spreemann
2018-07-16Support constructing columns when the boundary is not sorted, plus some ↵Bryn Keller
whitespace cleanup
2018-05-18Column types are separated, and the matrix representation is more general in ↵Michael Kerber
its container type
2017-01-30Use default representation for example rather than vector_vectorBryn Keller
2017-01-24updated version numbers and copyrightv1.5Ulrich Bauer
2017-01-24Merge branch 'python-pr' into masterUlrich Bauer
2017-01-05added PHAT paper referenceUlrich Bauer
2017-01-04Merge branch 'master' into python-prUlrich Bauer
# Conflicts: # README.md
2017-01-04inline functions to avoid linker problemsUlrich Bauer
2016-12-19Function dualize_persistence_pairs made inline to avoid linker problemmkerber
2016-12-12Merge commit 'd8ef50e225f7abfbf8d085c808e77857827e5274' into python-prUlrich Bauer
* commit 'd8ef50e225f7abfbf8d085c808e77857827e5274': Added note that phat module can be installed with pip, without downloading source Updated readme.md to mention the Python bindings, set python bindings version number to 1.5.0 to match main project version
2016-12-08Added note that phat module can be installed with pip, without downloading ↵Bryn Keller
source
2016-12-08Updated readme.md to mention the Python bindings, set python bindings ↵Bryn Keller
version number to 1.5.0 to match main project version
2016-12-09preparing for 1.5 releaseUlrich Bauer