2017-05-25 04:06 | Remove elements.csv, which is no longer used. | amin | 1 | +0 | -119 |
2017-05-16 10:47 | Package and upload to pypi. Update readme. | amin | 14 | +555 | -419 |
2017-04-27 18:31 | Clarify comments. | amin | 2 | +6 | -5 |
2017-02-26 20:27 | Simplify list comprehension in `speller.spell()`. | amin | 1 | +9 | -10 |
2017-02-26 07:11 | Fix linter problem with multiline string. | amin | 2 | +22 | -22 |
2017-02-25 23:56 | Fix graph export. Add Graph.nodes(). | amin | 4 | +101 | -13 |
2017-02-25 20:27 | Add some simple unit tests for sanity. | amin | 2 | +191 | -0 |
2017-02-25 02:06 | Improve docstrings and naming. | amin | 1 | +77 | -45 |
2017-02-22 07:40 | Replace old spelling method with graph method. | amin | 4 | +105 | -228 |
2017-02-22 01:38 | Add only elemental symbols to the graph. | amin | 1 | +23 | -9 |
2017-02-22 01:04 | Find spellings by building a graph. | amin | 3 | +136 | -6 |
2017-01-19 08:25 | Use memoization in generate_groupings(). | amin | 2 | +4 | -1 |
2017-01-17 07:15 | Change name to stoichiograph. | amin | 3 | +152 | -149 |
2017-01-13 08:09 | Change elemental_speller to speller. | amin | 4 | +17 | -17 |
2017-01-11 11:19 | Add readme. | amin | 1 | +38 | -0 |
2017-01-11 11:10 | Add command line application. | amin | 2 | +134 | -0 |
2017-01-11 08:24 | Groupings contain 'batches' instead of 'groups'. | amin | 2 | +11 | -11 |
2017-01-11 02:10 | Add MIT license. | amin | 2 | +22 | -0 |
2017-01-11 00:24 | Raise informative exception for unmappable words. | amin | 2 | +11 | -1 |
2017-01-10 22:39 | Improve docstrings. Change func and var names. | amin | 2 | +31 | -40 |
2017-01-10 08:24 | Update element list. | amin | 2 | +20 | -22 |
2017-01-09 20:34 | Add logging. | amin | 3 | +25 | -7 |
2016-09-08 03:14 | Remove all unnecessary functionality. Use py.test. | amin | 5 | +145 | -189 |
2016-09-07 23:31 | Add function to map a word to a grouping scheme. Simplify control flow. | amin | 2 | +121 | -58 |
2016-03-23 19:55 | add function to return possible char grouping arrangements | amin | 3 | +57 | -17 |
2016-02-01 00:11 | add docstrings | amin | 1 | +6 | -0 |
2016-01-31 23:11 | make find_matches() find the indices of matching symbols | amin | 2 | +14 | -3 |
2016-01-27 18:59 | add unit tests | amin | 2 | +61 | -17 |
2016-01-27 05:06 | split a word into lists of single chars and pairs | amin | 1 | +26 | -5 |
2016-01-27 04:11 | find matching chars between word and elemental symbols | amin | 1 | +13 | -4 |
2016-01-27 00:53 | import list of symbols from .csv | amin | 1 | +19 | -0 |
2016-01-26 22:49 | initial commit | amin | 2 | +120 | -0 |