- Dec 12, 2022
-
-
Matthias Diener authored
* graph: create GraphT * shorten type display * re-add 'graph' in arg list * fix is_connected * minor doc fixes * another is_connected fix * make NodeT bound to Hashable * a few more type simplifications * make NodeT a TypeAlias too * add NodeT to aliases in docs * add return type doc to is_connected * remove GraphT from arg doc * change to full name
-
- Dec 08, 2022
-
-
Matthias Diener authored
* graph: add is_connected * simplify truth comparisons Co-authored-by:
Andreas Klöckner <inform@tiker.net> * remove validation Co-authored-by:
Andreas Klöckner <inform@tiker.net>
-
- Dec 07, 2022
-
-
- Dec 04, 2022
-
-
Matthias Diener authored
* add pytest_raises_on_rank * better type annotation * add copyright to mpi.py * add test_mpi.py * fix doc * Clarify test
-
- Nov 20, 2022
-
- Nov 18, 2022
-
-
- Nov 15, 2022
-
-
- Nov 14, 2022
-
-
- Nov 13, 2022
-
-
Matthias Diener authored
* convergence: small fixes * fix types in add_data_point
-
- Nov 12, 2022
-
-
Matthias Diener authored
* add validate_graph * mypy fix * fix comment * better exception message
-
- Nov 03, 2022
-
-
Co-authored-by:
Matthias Diener <mdiener@illinois.edu> Co-authored-by:
Kaushik Kulkarni <kaushikcfd@gmail.com>
-
-
- Oct 21, 2022
-
-
Matthias Diener authored
* add strtobool() Based on the now-deprecated distutils.util.strtobool. * add quotes * only use default if val is None * update function signature Co-authored-by:
Alex Fikl <alexfikl@gmail.com> * clarify messages Co-authored-by:
Alex Fikl <alexfikl@gmail.com>
-
- Oct 14, 2022
-
-
- Sep 16, 2022
-
-
Matthias Diener authored
* UniqueNameGenerator: start with _0 instead of empty string * more doc * remove initial index
-
- Jun 26, 2022
-
- Jun 22, 2022
-
- Jun 20, 2022
-
- Jun 18, 2022
-
-
- Jun 15, 2022
-
-
- May 23, 2022
-
-
- May 20, 2022
-
- May 19, 2022
-
-
-
-
Matthias Diener authored
* add IgnoredForEqualityTag * add __eq__ and a test * add __hash__ * move tag ignoring to Taggable * mypy fix * better doc * more comprehensive tests * simplify code * doc fix * fix comment * rename __o to other
-
- May 09, 2022
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- May 04, 2022
-
-