-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update flagser and bindings with latest build of flagser, fix #45 Arguments are now managed with a class instead of creating virtual command lines arguments. * Add regression test with coefficient higher than 2, to avoid #45 Add pytest-timeout to test suite and use it in test with higher coeffs * Bump version to 0.4.1 * Add release notes for 0.4.1 Signed-off-by: julian <[email protected]> Co-authored-by: Umberto Lupo <[email protected]> Co-authored-by: REDS institute <[email protected]>
- Loading branch information
1 parent
61bfb9b
commit 531589d
Showing
10 changed files
with
185 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Submodule flagser
updated
18 files
+7 −10 | include/complex/directed_flag_complex_computer.h | |
+1 −0 | include/complex/directed_flag_complex_in_memory.h | |
+4 −8 | include/complex/directed_flag_complex_in_memory_computer.h | |
+3 −3 | include/input/flagser.h | |
+8 −7 | include/input/h5.h | |
+8 −12 | include/input/input_classes.h | |
+5 −6 | include/output/barcode.h | |
+7 −9 | include/output/barcode_hdf5.h | |
+1 −4 | include/output/base.h | |
+7 −8 | include/output/betti.h | |
+4 −4 | include/output/hdf5.h | |
+6 −16 | include/output/output_classes.h | |
+6 −7 | include/output/trivial.h | |
+77 −0 | include/parameters.h | |
+10 −9 | src/flagser-count.cpp | |
+16 −30 | src/flagser.cpp | |
+6 −21 | src/ripser.cpp | |
+77 −74 | test/base.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ | |
# 'X.Y.dev0' is the canonical version of 'X.Y.dev' | ||
# | ||
|
||
__version__ = '0.4.0' | ||
__version__ = '0.4.1' |
Oops, something went wrong.