- Apr 20, 2018
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
- Apr 17, 2018
-
-
Andreas Klöckner authored
Fix import and encoding bugs
-
Ellis Hoag authored
-
- Mar 27, 2018
-
-
Andreas Klöckner authored
Add reshaped_view function See merge request !13
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Hao Gao authored
-
- Mar 16, 2018
- Mar 11, 2018
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
Add tools to find git revisions See merge request inducer/pytools!11
-
Andreas Klöckner authored
-
- Feb 27, 2018
-
-
Andreas Klöckner authored
-
- Feb 24, 2018
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Dec 07, 2017
-
-
Andreas Klöckner authored
Fix generate_numbered_unique_names() to respect the counter argument. Closes #1 See merge request !10
-
- Dec 06, 2017
-
-
Matt Wala authored
Closes #1
-
- Nov 22, 2017
-
-
-
Andreas Klöckner authored
-
- Nov 08, 2017
-
-
Andreas Klöckner authored
Improve persistent dict documentation. See merge request inducer/pytools!9
-
- Oct 31, 2017
-
-
Matt Wala authored
-
- Oct 29, 2017
-
-
Andreas Klöckner authored
-
- Oct 21, 2017
-
-
-
Andreas Klöckner authored
-
- Oct 06, 2017
-
-
Andreas Klöckner authored
Nicer warning behavior for PersistentDict See merge request !7
-
- Oct 05, 2017
-
-
Matt Wala authored
* Add a CacheCollision warning subclass. * Track stack level so that warnings show user code line numbers. Example: Modifying line 287 of test_persistent_dict.py so that the warning isn't captured by the test, we get this: ``` test_persistent_dict.py:287: CollisionWarning: pytools-test: key collision in cache at '/tmp/tmpq9p3i0b9' -- these are sufficiently unlikely that they're often indicative of a broken implementation of equality comparison pdict[key2] # user code ``` The old behavior was: ``` /home/matt/src/pytools/pytools/persistent_dict.py:466: UserWarning: pytools-test: key collision in cache at '/tmp/tmpuk8js9jw' -- these are sufficiently unlikely that they're often indicative of a broken implementation of equality comparison % (self.identifier, self.container_dir)) ```
-
- Sep 27, 2017
-
-
Andreas Klöckner authored
Fix value used for testing store_if_not_present() See merge request !6
-
Matt Wala authored
-
- Sep 26, 2017
-
-
Andreas Klöckner authored
Store if not present in persistent dicts See merge request !5
-
- Sep 25, 2017
-
-
Matt Wala authored
-