Skip to content

Releases: fsoubelet/AoE2NetAPIWrapper

Release 0.4.0

29 Jul 12:59
1d798e4
Compare
Choose a tag to compare

Changed:

  • Removed some methods from the AoE2NetAPI client class as the corresponding endpoints have been removed from the aoe2.net API.

Fixed:

  • Fixed and updated documentation.
  • Fixed compatibility with pydantic v2.

What's Changed

  • Hatch, doc updates and adapting to new aoe2.net api (endpoints removals) by @fsoubelet in #4

Full Changelog: 0.3.1...0.4.0

Release 0.3.1

27 Jan 19:12
b4a3503
Compare
Choose a tag to compare
  • Fixed:
    • Fixed an error in converters where when unfolding a MatchLobby, the resulting dataframe would have two duplicate name columns. The second one is now properly named player since it references the lobby's players' names.

Release 0.3.0

19 Jan 13:30
36f765e
Compare
Choose a tag to compare
  • Added:
    • An optional converters sub-package exposing functionaIity to transpose clients' responses to pandas DataFrames, seamlessly.

Release 0.2.0

08 Jan 12:51
016589f
Compare
Choose a tag to compare
  • Added:
    • A models sub-package with custom pydantic models to handle request responses from the API.

Release 0.1.0

06 Jan 15:07
5e024fd
Compare
Choose a tag to compare

Release 0.1.0 provides a working packaged wrapper for the https://aoe2.net APIs.

Features:

  • A high-level AoE2NetAPI object wrapping the general data API;
  • A high-level AoE2NightbotAPI object wrapping the nightbot API provided by the site;
  • Test Coverage;
  • CI/CD.