|
| 1 | +## 0.2.0 |
| 2 | + |
| 3 | +- Add document for `convolution` (#76 by @qryxip) |
| 4 | +- fix: relax the constraints of floor_sum (#99 by @nebocco) |
| 5 | +- Segtree: Monoid BitwiseOr/BitwiseAnd/BitwiseXor, get_slice (#115 by @mizar) |
| 6 | +- Release v0.1.1 (#132 by @qryxip) |
| 7 | +- Relax the constraints of `floor_sum` (revised) (#133 by @TonalidadeHidrica) |
| 8 | +- Fix tests in src/convolution.rs (#136 by @koba-e964) |
| 9 | +- Update rust-toolchain to 1.70.0 (#137 by @togatoga) |
| 10 | +- Fix FromIterator for Segtree (#138 by @mousecrusher2) |
| 11 | +- refactor que.pop in FlowCalculator (#140 by @Ryoga-exe) |
| 12 | +- Fix clippy (#141 by @koba-e964) |
| 13 | +- fix corner cases of "modint" when mod = 1 (#142 by @mizar) |
| 14 | +- Implement `Clone` and `Debug` for `Dsu` (#154 by @NotLeonian) |
| 15 | +- Correct `n` to refer to vertices, not edges in `SccGraph::new` (#156 by @Ryoga-exe) |
| 16 | +- Implement `Clone` and `Debug` for `internal_scc::SccGraph` and `Debug` for `_Edge` (#157 by @NotLeonian) |
| 17 | +- Implement `Clone` and `Debug` for `TwoSat` (#158 by @NotLeonian) |
| 18 | +- Implement `Clone` and `Debug` for `MfGraph` and `_Edge` (#159 by @NotLeonian) |
| 19 | +- Implement `Clone` for `Edge` (#160 by @NotLeonian) |
| 20 | +- Implement `Clone` and `Debug` for `SccGraph` (#161 by @NotLeonian) |
| 21 | +- Implement `Clone` and `Debug` for `MinCostFlowGraph` and `_Edge` (#162 by @NotLeonian) |
| 22 | +- Implement `Clone` and `Debug` for `MinCostFlowEdge` (#163 by @NotLeonian) |
| 23 | +- Implement `Clone` for `FenwickTree` (#165 by @NotLeonian) |
| 24 | +- Implement `Clone` for `LazySegtree` (#166 by @NotLeonian) |
| 25 | +- Implement `Clone` for `Segtree` (#167 by @NotLeonian) |
| 26 | +- Fix import paths in examples for `convolution` module (#168 by @mizar) |
| 27 | +- Update KaTeX to version 0.16.22 (#169 by @mizar) |
| 28 | +- Add assertation in `lcp_array_arbitrary` (#173 by @NotLeonian) |
| 29 | +- fix `Dsu::leader` to avoid multiple assert checks (#175 by @NotLeonian) |
| 30 | +- fix: convolution test deadcode (#177 by @mizar) |
0 commit comments