-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix issue with docstring example and document reshaping of 1D outputs (#396) * Toc (#394) * Update P landscapes Signed-off-by: ammedmar <[email protected]> * Add distances, inner products and kernels glossary entry Signed-off-by: ammedmar <[email protected]> * Remake vectorization changes Signed-off-by: ammedmar <[email protected]> * Change [] for \lbrack \rbrack Signed-off-by: ammedmar <[email protected]> * Update after W's comments Signed-off-by: ammedmar <[email protected]> * Update after W's comments Signed-off-by: ammedmar <[email protected]> * Update afte W's second comments Signed-off-by: ammedmar <[email protected]> * Update after Umbe's comments Signed-off-by: ammedmar <[email protected]> * Update after Umbe's second comments Signed-off-by: ammedmar <[email protected]> * Update after Umbe's third comments Signed-off-by: ammedmar <[email protected]> * Update after Umbe's 4th comments Signed-off-by: ammedmar <[email protected]> * Remove concept k-skeleton Signed-off-by: ammedmar <[email protected]> * Add table of content Signed-off-by: ammedmar <[email protected]> * Add Lp & lp. Update landscape Signed-off-by: ammedmar <[email protected]> * Update TOC indentation Signed-off-by: ammedmar <[email protected]> * Add heat vectorizations entry Signed-off-by: ammedmar <[email protected]> * Update indentation of TOC Signed-off-by: ammedmar <[email protected]> * Fix extra spacing in bibliography Signed-off-by: ammedmar <[email protected]> * Update bibliography hack for caps Signed-off-by: ammedmar <[email protected]> * After Umbe's Comments Signed-off-by: ammedmar <[email protected]> * Update after issue #398 Signed-off-by: ammedmar <[email protected]> * Update after Umbe's comments Signed-off-by: ammedmar <[email protected]> * Update after Umbe's 2nd comments Signed-off-by: ammedmar <[email protected]> Co-authored-by: ammedmar <[email protected]> * Speedup windows pipeline (#402) * Improve boost location for azure pipeline on windows The boost version installed in the pipeline is now used Signed-off-by: julian <[email protected]> Co-authored-by: Umberto Lupo <[email protected]> * Make bindings public (#395) * Make bindings public Signed-off-by: Guillaume Tauzin <[email protected]> * Fix pipeline on Mac (#407) * Refresh ccache * Enforce CXX standard to 14 on each module * Change variable name to comply with E741 Signed-off-by: julian <[email protected]> Co-authored-by: Umberto Lupo <[email protected]> * Mapper visualisation refactor: fix bugs, add summary statistics in hovertext, improve opacity, remove matplotlib dependency, add node_scale kwarg, add clone_pipeline kwarg to interactive plots,restructure/rename plotly_kwargs, improve code (#406) * Refactor of `mapper/visualisation.py` and `mapper/utils/visualisation.py` - Removal of color scaling - More modularity - Variable and function name changes - Remove matplotlib functions used for hoverlabel background color - Remove cmin and cmax - Change return signature of some functions * Add test-output.xml to .gitignore * Replace "text" key in plot_options["node_trace"] with "hovertext" * Improve width and opacity of nodes and edges * Display summary statistics in hovertext with significant figure rounding via new n_sig_figs kwarg * Rename plotly_kwargs to plotly_params * Remove matplotlib installation requirement * Fix mapper notebook * Add small comment on use of matplotlib in voids_on_the_plane * Place matplotlib in examples requirement in setup.py * Improve docstring of make_mapper_pipeline * Improve examples for make_mapper_pipeline and create one for plot_static_mapper_graph * Hide set_node_sizeref, add node_scale kwarg, add clone_pipeline kwarg to plot_interactive_mapper_graph - Update docstrings - Update quickstart notebook * Add helper function for colorscale-based interpolations, improve use of plotly_params Static and interactive plots display the expect hoverlabel colors in 3D, or white if things go wrong. Thanks to @lewtun for pointing out that this was needed. * Improve docstrings * Hide visualization module in mapper/utils * Add pip install matplotlib to notebook tests in manylinux job (#410) * Fix mapper docstring issues following #406 (#411) * Fix issues with mapper docs following #406 * Create giotto-tda version 0.2.2 (#413) * Turn CODE_OWNERS and CODE_AUTHORS into an rst file * Bump version number to 0.2.2 * Add release notes for v0.2.2 Co-authored-by: Anibal M. Medina-Mardones <[email protected]> Co-authored-by: ammedmar <[email protected]> Co-authored-by: REDS institute <[email protected]> Co-authored-by: Guillaume Tauzin <[email protected]>
- Loading branch information
1 parent
e938598
commit a0f709b
Showing
27 changed files
with
1,208 additions
and
796 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
The following is the list of code authors of the ``giotto-tda`` python package. | ||
|
||
Where component authors are known, add them here. | ||
|
||
| Guillaume Tauzin, [email protected] | ||
| Umberto Lupo, [email protected] | ||
| Lewis Tunstall, [email protected] | ||
| Matteo Caorsi, [email protected] | ||
| Philippe Nguyen, [email protected] | ||
| Julian Burella Pérez, [email protected] | ||
| Alessio Ghiraldello, [email protected] | ||
| Adélie Garin, [email protected] | ||
| Anibal Medina-Mardones, [email protected] | ||
| Wojciech Reise, [email protected] | ||
| Roman Yurchak, [email protected] |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
The following is the list of code owners of the ``giotto-tda`` Python package: | ||
|
||
- L2F SA | ||
- EPFL - Ecole Polytechnique Fédérale de Lausanne | ||
- REDS Institute of the Haut Ecole d'Ingénierie et Gestion du canton Vaud |
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
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
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
Oops, something went wrong.