Ape 0.8.20
·
244 commits
to refs/heads/main
since this release
Changes
- docs: fix typos @omahs (#2375)
- test: rerun random URL connection test if need-be @antazoey (#2373)
- perf: localize import for
ape console@antazoey (#2374) - fix: recursion error when a bad URI was configured in
node:@antazoey (#2372) - perf: make
ape run --helpfaster @antazoey (#2364) - perf: make contracts load faster @antazoey (#2371)
- feat: lookup network in evmchains; plugin-less networks, adhoc networks w/ correct name @antazoey (#2328)
- feat: Add
--codeoption toape console@antazoey (#2370) - perf: use
p1.relative(p2)when it makes sense @antazoey (#2369) - perf: make
ape plugins --helpfaster @antazoey (#2367) - perf: make
ape test --helpfaster @antazoey (#2368) - perf: make
ape console --helpfaster @antazoey (#2366) - fix:
ape plugins listbad auth and unnecessary requests @antazoey (#2365) - perf: ape compile --help wasnt fast @antazoey (#2362)
- perf: Ape's pytest plugin performance improvements @antazoey (#2361)
- perf: lazy load style on api, utils, and types @antazoey (#2360)
- perf: able to load local project faster @antazoey (#2359)
- fix: more helpful traceback for
__getattr__onproject@antazoey (#2357) - perf: make all commands faster, especially
ape init, adds--nameflag toinitcmd @antazoey (#2355) - perf: only load necessary plugins for CLI @antazoey (#2358)
- perf: lazy load treatment for
ape-ethereumcore plugin @antazoey (#2356) - refactor: use raw import statements over
import_modulefor lazy imports @antazoey (#2354) - refactor: move basemodel types to
ape.types@antazoey (#2353) - perf: Enable flake8 type checks @antazoey (#2352)