- 22 Mar, 2018 1 commit
-
-
Martin Bauer authored
-
- 10 Oct, 2017 1 commit
-
-
Martin Bauer authored
-
- 16 Sep, 2017 1 commit
-
-
Martin Bauer authored
- generates a lattice model and a sweep - support for refinement parameter scaling
-
- 09 Jun, 2017 1 commit
-
-
Martin Bauer authored
-
- 08 Mar, 2017 1 commit
-
-
Martin Bauer authored
-
- 13 Feb, 2017 1 commit
-
-
This commit makes the Python code backwards compatible down to Python 2.7. Previously it would only run on Python 3.5 and up. Problems fixed included: - `time.perf_counter()` doesn't exist - all classes need to be new-style - `functools.lru_cache` doesn't exist - only the last argument to a function call can be `*`-expanded - the `nonlocal` keyword doesn't exist - metaclasses are used with a different syntax - `yield from` doesn't exist - `tempdir.TemporaryDirectory` doesn't exist - iterators need a `next()` method
-
- 09 Feb, 2017 9 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
-
Martin Bauer authored
- moved simplification strategies from lbmpy to pystencils - better notebook display for simplification reports - additional demo and documentation
-
Martin Bauer authored
-