Skip to content
Snippets Groups Projects
  1. Aug 11, 2020
  2. Jan 16, 2020
    • Martin Bauer's avatar
      Fixes for new simplifications · a416915f
      Martin Bauer authored
      a416915f
    • Martin Bauer's avatar
      lbmpy: Simplifications change · 81c6c262
      Martin Bauer authored
      - also for default MRT methods its better to use symbolic RR's instead of inserting numeric values for them
      - but then the simplification strategy developed for SRT/TRT has to be disabled
      - this commit introduces two new options:
           - simplification='auto' or a custom SimplificationStrategy
           - 'keep_rrs_symbolic'=True, by default now RRs are left symbolic
      81c6c262
  3. Jul 11, 2019
  4. Mar 21, 2019
    • Martin Bauer's avatar
      Separated modules into subfolders with own setup.py · 41f3e83a
      Martin Bauer authored
      This restructuring allows for easier separation of modules into
      separate repositories later. Also, now pip install with repo url can be
      used.
      
      The setup.py files have also been updated to correctly reference each
      other. Module versions are not extracted from git state
      41f3e83a