Zeus and the Tortoise
release-drafter
released this
30 Jul 13:52
·
346 commits
to refs/heads/main
since this release
Major changes:
- We increase speed from 1 second to around 135ms on average.
- The English checker is now much better
- THe breadth first search algorithm is now faster!
And lots more!
What’s Changed
- Release Ares 0.2.0 (#52) @bee-san
- Update English checker (#39) @bee-san
- fix: fixed a bug in new_strings (#45) @swanandx
- Add release drafter so we can draft releases based on PR titles (#43) @bee-san
- feat: new bfs for exiting early (#42) @swanandx
- checkers in decoder (#38) @swanandx
- Add documentation to Ares (#35) @bee-san
- Enable GitHub Actions to use Git Large File Storage (#34) @bee-san
- Change checkers to become objects similar to decode (#29) @bee-san
- Create benchmarking infrastructure for Ares (#31) @bee-san
- New interface for Decoder (#27) @swanandx