Releases: not522/ac-library-python
Releases · not522/ac-library-python
v0.1.0
This release corresponds to AtCoder's 2023 language update.
What's Changed
- Add LICENSE by @not522 in #1
- Port dsu by @not522 in #2
- Create python-package.yml by @not522 in #6
- Port Fenwick tree by @not522 in #9
- Add README (#3) by @KATO-Hiro in #4
- Add Pytest and tests for dsu (#5) by @KATO-Hiro in #8
- Add expander by @not522 in #13
- Add examples by @not522 in #14
- Port math by @not522 in #15
- Fix expander by @not522 in #16
- Port SCC by @not522 in #17
- Add min cost flow by @MiSawa in #11
- Add max flow by @MiSawa in #10
- Fix expander by @not522 in #18
- Update README and examples by @not522 in #19
- Port two SAT by @not522 in #20
- Port segtree by @not522 in #21
- Port modint by @not522 in #22
- Port lazysegtree by @not522 in #23
- Fix expander by @not522 in #24
- Port convolution by @not522 in #26
- Port string by @not522 in #27
- Support Python 3.7 by @not522 in #30
- Introduce mypy by @not522 in #35
- Add tests for internal bit (#33) by @KATO-Hiro in #34
- Add tests for Fenwick Tree (#12) by @KATO-Hiro in #25
- Add sphinx document by @not522 in #37
- Fix docs/conf.py by @not522 in #38
- Fix docs/conf.py by @not522 in #39
- Test examples by @not522 in #42
- Fix problem url by @not522 in #43
- Test combined examples by @not522 in #44
- Support Python 3.6 by @not522 in #45
- Update supported Python versions in README by @not522 in #46
- Add tests for math (#31) by @KATO-Hiro in #32
- Refactor test_dsu by @not522 in #48
- DSU with path halving by @not522 in #49
- Fix broken documents by @not522 in #50
- mypy のexampleもバグってそうです. by @masa-aa in #53
- Enable mypy in example by @not522 in #54
- Benchmark with asv by @not522 in #55
- Update _scc.py by @masa-aa in #56
- Specify lint targets by @not522 in #59
- Update string.py by @masa-aa in #58
- Bump up version to v0.1.0 by @not522 in #65
New Contributors
- @KATO-Hiro made their first contribution in #4
- @MiSawa made their first contribution in #11
- @masa-aa made their first contribution in #53
Full Changelog: https://github.com/not522/ac-library-python/commits/v0.1.0