Advent-of-code-data

Latest version: v2.0.1

Safety actively analyzes 621444 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

2.0.1

What's Changed
* renamed default example parser plugins by wimglenn in https://github.com/wimglenn/advent-of-code-data/pull/122


**Full Changelog**: https://github.com/wimglenn/advent-of-code-data/compare/v2.0.0...v2.0.1

2.0.0

What's Changed
* **Dropped Python 2 support. Python 3.9+ required.** by wimglenn in https://github.com/wimglenn/advent-of-code-data/pull/108
* Permit type conversions from numpy scalars (without adding numpy dependency) by wimglenn in https://github.com/wimglenn/advent-of-code-data/pull/109
* Drop requests dependency and just use urllib3 directly by wimglenn in https://github.com/wimglenn/advent-of-code-data/pull/110
* Better text for aocd --help by wimglenn in https://github.com/wimglenn/advent-of-code-data/pull/111
* Better detection of expired tokens for get_stats by wimglenn in https://github.com/wimglenn/advent-of-code-data/pull/112
* Example data parsing - cache full html files by wimglenn in https://github.com/wimglenn/advent-of-code-data/pull/114
* Example scraper plugin system by wimglenn in https://github.com/wimglenn/advent-of-code-data/pull/115
* Implement rate-limiting (requested by topaz) by wimglenn in https://github.com/wimglenn/advent-of-code-data/pull/117
* Submit bounds, prevent submitting answers known to be too low/high by wimglenn in https://github.com/wimglenn/advent-of-code-data/pull/118
* Add ability to run against example data instead of user data with `aoc --example` by wimglenn in https://github.com/wimglenn/advent-of-code-data/pull/121


**Full Changelog**: https://github.com/wimglenn/advent-of-code-data/compare/v1.3.2...v2.0.0

1.3.2

What's Changed
* If you submit a float value which for which [`float.is_integer()`](https://docs.python.org/3/library/stdtypes.html#float.is_integer) returns `True`, a warning will be logged and the value will be coerced using `str(int(val))`. Prevents sadness where e.g. 1234 is the right answer but you get the wrong answer by submitting "1234.0"

New Contributors
* Ryton made their first contribution in https://github.com/wimglenn/advent-of-code-data/pull/98

**Full Changelog**: https://github.com/wimglenn/advent-of-code-data/compare/v1.3.1...v1.3.2

1.3.1

What's Changed
* improve date introspection to work with path like adventofcode/2022/02/main.py by wimglenn in https://github.com/wimglenn/advent-of-code-data/pull/96


**Full Changelog**: https://github.com/wimglenn/advent-of-code-data/compare/v1.3.0...v1.3.1

1.3.0

What's Changed
* be more strict when crawling the stack by wimglenn in https://github.com/wimglenn/advent-of-code-data/pull/93
* add ability to introspect .ipynb filename when running from jupyter-lab. crazy hacks. requires installing with the "nb" extra.

**Full Changelog**: https://github.com/wimglenn/advent-of-code-data/compare/v1.2.3...v1.3.0

1.2.3

What's Changed
* include email contact in user-agent string, closes 90 by wimglenn in https://github.com/wimglenn/advent-of-code-data/pull/91


**Full Changelog**: https://github.com/wimglenn/advent-of-code-data/compare/v1.2.2...v1.2.3

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.