Skip to content

Commit

Permalink
bump 1.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toyboot4e committed Jan 12, 2025
1 parent 4f2c506 commit 1d8d977
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

## 1.1.0.0 -- Jan 2025

- `RangeSetId` and `RangeAddId` modules are removed from `AtCoder.Extra.Monoid`.
* Added `segActWithLength` to `SegAct`.
* `SegAct` is implemented for `RangeSet` / `RangeAdd` and `Max` / `Min`.
* Added `build1` to `AtCoder.Internal.Csr`.
* Added a bunch of extra modules.
- TODO: details
- Removed `RangeSetId` and `RangeAddId` from `AtCoder.Extra.Monoid`.
- Implemented `SegAct` for `RangeSet`, `RangeAdd` and `Max`, `Min`.
- Added `segActWithLength` to `SegAct`.
- Added `build1` to `AtCoder.Internal.Csr`.
- Added a bunch of extra modules.

## 1.0.0.0 -- Dec 2024

* First version.
* Added ACL-compatible modules.
* Added Extra module of `Math` (binary exponentiation) and `Monoid` (`SegAct` instances).
- First version.
- Added ACL-compatible modules.
- Added Extra module of `Math` (binary exponentiation) and `Monoid` (`SegAct` instances).

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Haskell port of [ac-library](https://github.com/atcoder/ac-library), a library f
## Notes

- The library is mainly for AtCoder and only GHC 9.8.4 is guaranteed to be supported.
- It primarily uses half-open intervals `[l, r)`.
- The `Extra` module provides with extra contents not in the original `ac-library`. Note that they're less tested!
- Functions primarily use half-open interval \([l, r)\).
- The extra module contains additional utilities beyond the original C++ library.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion ac-library-hs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: ac-library-hs
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 1.0.0.1
version: 1.1.0.0
synopsis: Data structures and algorithms
description:
Haskell port of [ac-library](https://github.com/atcoder/ac-library), a library for competitive
Expand Down

0 comments on commit 1d8d977

Please sign in to comment.