Releases: wimglenn/advent-of-code-data
Releases · wimglenn/advent-of-code-data
v2.0.4
v2.0.3
v2.0.2
What's Changed
- test on 3.12 by @wimglenn in #124
- Ci by @wimglenn in #130
- Update utils.py to use urllib3.ProxyManager by @SecPascal in #129
- Move pook dep from git sources to PyPI index by @wimglenn in #135
- Provide type annotations for the public API by @mjpieters in #131
- Add get_data as an export by @mjpieters in #136
- Add support for retrieving session cookies from the Edge browser by @Cogito in #138
- Update tests.yml by @wimglenn in #139
- remove pook fixture which is upstream now by @wimglenn in #141
- remove x64 by @wimglenn in #142
- update CI by @wimglenn in #145
New Contributors
- @SecPascal made their first contribution in #129
- @mjpieters made their first contribution in #131
- @Cogito made their first contribution in #138
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
What's Changed
- Dropped Python 2 support. Python 3.9+ required. by @wimglenn in #108
- Permit type conversions from numpy scalars (without adding numpy dependency) by @wimglenn in #109
- Drop requests dependency and just use urllib3 directly by @wimglenn in #110
- Better text for aocd --help by @wimglenn in #111
- Better detection of expired tokens for get_stats by @wimglenn in #112
- Example data parsing - cache full html files by @wimglenn in #114
- Example scraper plugin system by @wimglenn in #115
- Implement rate-limiting (requested by topaz) by @wimglenn in #117
- Submit bounds, prevent submitting answers known to be too low/high by @wimglenn in #118
- Add ability to run against example data instead of user data with
aoc --example
by @wimglenn in #121
Full Changelog: v1.3.2...v2.0.0
v1.3.2
What's Changed
- If you submit a float value which for which
float.is_integer()
returnsTrue
, a warning will be logged and the value will be coerced usingstr(int(val))
. Prevents sadness where e.g. 1234 is the right answer but you get the wrong answer by submitting "1234.0"
New Contributors
Full Changelog: v1.3.1...v1.3.2
v1.3.1
v1.3.0
v1.2.3
v1.2.2
What's Changed
- Fix race condition between write and query of cached data by @patrickxia in #87
New Contributors
- @patrickxia made their first contribution in #87
Full Changelog: v1.2.1...v1.2.2