Tree @master (Download .tar.gz)
History of
src
/
samovar
@master
git clone https://git.catseye.tc/Samovar/
- Bump version number, prepare to distribute as Python package Chris Pressey 1 year, 3 months ago
- Reduce memory usage of depth-first search. Chris Pressey 2 years ago
- Add some debug output. Chris Pressey 2 years ago
- Rewrite recursion to use explicit stack. Chris Pressey 2 years ago
- Update documentation. Chris Pressey 2 years ago
- Add experimental depth-first generator. Chris Pressey 2 years ago
- Rename the breadth-first generator. Chris Pressey 2 years ago
- Mere progress is reported at verbosity level 1. Chris Pressey 2 years ago
- Have match() return None if no match (faster than raising.) Chris Pressey 2 years ago
- Don't check for free vars (tho this does not help performance much) Chris Pressey 2 years ago
- Don't re-consider states that we have already considered. Chris Pressey 2 years ago
- Make candidate_rules() a generator. Chris Pressey 2 years ago
- Rules that don't change the state are not worth considering. Chris Pressey 2 years ago
- Replace `--randomness-type` with `--deterministic`. Chris Pressey 2 years ago
- Rename "random" generator to "stochastic" generator. Chris Pressey 2 years ago
- Fix some bugs. The complete generator does indeed seem to work. Chris Pressey 2 years ago
- Make the sketch of the complete generator less rough. Chris Pressey 2 years ago
- Factor common methods into base class. Chris Pressey 2 years ago
- Refactor so generate_events() has same signature in both classes Chris Pressey 2 years ago
- Allow generator to be selected; have both confirm to base interface Chris Pressey 2 years ago
- flake8 (mainly the argparser setup) Chris Pressey 2 years ago
- Add base class for Generators. Chris Pressey 2 years ago
- Add rough sketch of CompleteGenerator. Chris Pressey 2 years ago
- Establish new `generators` sub-package, allowing more kinds of. Chris Pressey 2 years ago
- Add `--unsorted-search` command-line option. Chris Pressey 2 years ago
- Establish a `sorted_search` option when constructing a Database. Chris Pressey 2 years ago
- match_all() is now a method of the Database class. Chris Pressey 2 years ago
- Remove two TODO comments. Chris Pressey 2 years ago
- Unify `--verbose` and `--debug` options into `--verbosity` level. Chris Pressey 2 years ago
- Initial work on branch for version 0.5 of Samovar. Chris Pressey 2 years ago