The Wayback Machine - https://web.archive.org/web/20210720082808/https://github.com/atcoder/ac-library/releases
Skip to content
  • v1.4
  • 89d5d0a
  • Compare
    Choose a tag to compare
    Search for a tag
  • v1.4
  • 89d5d0a
  • Compare
    Choose a tag to compare
    Search for a tag

@yosupo06 yosupo06 released this Jul 19, 2021

Hi everyone! We release our new release, v1.4!

The list of source code changelogs is the following:

  • floor_sum allows more widely input (#92)
  • a few methods of segtree was marked as const (#107)
  • the runtime of floor_sum(#88) & convolution(#120) was improved.

In addition, this release contains small fixes about typos.

9 people reacted
Assets 3
  • v1.3
  • d77536e
  • Compare
    Choose a tag to compare
    Search for a tag
  • v1.3
  • d77536e
  • Compare
    Choose a tag to compare
    Search for a tag

@yosupo06 yosupo06 released this Dec 14, 2020

Hi everyone! We release our new release, v1.3!

The list of source code changelogs is the following:

  • optimize maxflow(#63)
  • optimize mincostflow(#67, #82)
  • remove unnecessary constructors from modint (#79)
  • change inside includes from #include <atcoder/...> into #include "atcoder/..." (#72)

In addition, we can view the document in offline(#83)! and contains many small fixes about the document, expander, unittests.

Assets 3
  • v1.2
  • dd53a96
  • Compare
    Choose a tag to compare
    Search for a tag
  • v1.2
  • dd53a96
  • Compare
    Choose a tag to compare
    Search for a tag

@yosupo06 yosupo06 released this Sep 22, 2020

Hello users! We release our new release, v1.2!

The list of source code changelogs is the following:

  • #51 : Add non-negative cap/cost assertions for mcf_graph.add_edge

and, we fixed expander.py (#43), and an typo of the document (#47).

Thanks for all contributors!

Assets 3

@yosupo06 yosupo06 released this Sep 14, 2020

We are pleased to inform you about our first minor version, v1.1, was released!

This release contains many fixes, so please don't forget to download the new AC Library and update your local environment!

The list of source code changelogs is the following:

  • #38 : Fix deduplication by tangent
  • #31 : convolution is broken in edge-cases
  • #21 : maxflow was broken when s = t
  • #12 : fix self loop handling of maxflow / mincostflow
  • #3 : fix internal_math for msvc

and, this release contains many minor changes (most of these are document changes).

Thanks for all contributors!

Assets 3

@yosupo06 yosupo06 released this Sep 8, 2020

add workflow for upload zip
Assets 3