- Apr 23, 2020
-
-
Michiel Cottaar authored
Replaces deepcopy with a smarter copy implementation, which only copies the instance attributes. This is a speedup of about 20x (and yes, the deepcopy was getting annoyingly slow in some of my code).
-
- Mar 28, 2020
-
-
Paul McCarthy authored
-
- Mar 27, 2020
-
-
Michiel Cottaar authored
Still using `partial_fill` when creating FileTreeQuery
-
Michiel Cottaar authored
-
Michiel Cottaar authored
Added test for I/O to both JSON and pickle files
-
- Mar 02, 2020
-
-
Paul McCarthy authored
-
- Mar 01, 2020
-
-
Michiel Cottaar authored
This is now the new default behaviour when loading a new file This change is not backwards compatible!
-
- Feb 26, 2020
-
-
Michiel Cottaar authored
There were some subtle bugs in the use of get_all, which should now be fixed. They were caused by having multiple optional variables and the result not being deterministic if these were iterated in different orders.
-
- Sep 19, 2019
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Sep 02, 2019
-
-
Michiel Cottaar authored
-
- Aug 16, 2019
-
-
Paul McCarthy authored
-
- Aug 15, 2019
-
-
Michiel Cottaar authored
-
- Aug 11, 2019
-
-
Paul McCarthy authored
which do not vary, and only match zero or one file.
-
- Aug 10, 2019
-
-
Paul McCarthy authored
-
Paul McCarthy authored
more sense, and to make it easier to un-ambiguouosly identify the location of a Match in a filetree hierarchy
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- May 26, 2019
-
-
Michiel Cottaar authored
-
- May 14, 2019
-
-
Michiel Cottaar authored
-
- May 08, 2019
-
-
Paul McCarthy authored
-
- May 02, 2019
-
-
Michiel Cottaar authored
-
Michiel Cottaar authored
Also made small fixes to trees that contained invalid characters
-
- Mar 29, 2019
-
-
Michiel Cottaar authored
-
Paul McCarthy authored
default to returning a flat list of matches. subtree-related fixes to scan function
-
Paul McCarthy authored
operators to Match class so it can be ordered. Protect Match attributes via @property
-
Paul McCarthy authored
mutate canonical version
-
Paul McCarthy authored
-
Paul McCarthy authored
for which an optional variable is not present
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
actually exist on disk (and corrsepond to files).
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Mar 19, 2019
-
-
Michiel Cottaar authored
-
Michiel Cottaar authored
-
Michiel Cottaar authored
-