github-actions
released this
07 Nov 19:42
·
1 commit
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 --help
faster @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
--code
option toape console
@antazoey (#2370) - perf: use
p1.relative(p2)
when it makes sense @antazoey (#2369) - perf: make
ape plugins --help
faster @antazoey (#2367) - perf: make
ape test --help
faster @antazoey (#2368) - perf: make
ape console --help
faster @antazoey (#2366) - fix:
ape plugins list
bad 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--name
flag toinit
cmd @antazoey (#2355) - perf: only load necessary plugins for CLI @antazoey (#2358)
- perf: lazy load treatment for
ape-ethereum
core plugin @antazoey (#2356) - refactor: use raw import statements over
import_module
for lazy imports @antazoey (#2354) - refactor: move basemodel types to
ape.types
@antazoey (#2353) - perf: Enable flake8 type checks @antazoey (#2352)