Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,624 contributions in the last year
Contribution activity
October 2020
- add `working_directory`
- move `bind` et al to `fastcore.basics`
- move basic functionality into `fastcore.basics`, using minimal imports
- add `modified_env`
- add `anno_dict` and `empty2none` in `meta`
- `type` fails with `@typedispatch`
- add `try_attrs`
- add `filter_dict`, `filter_keys`, and `filter_values`
- `with_cast` fails to cast default values
- `str2bool` function
- support `store_true` and `store_false` in `fastcore.script`
- add function `otherwise`
- `urlread` does not work with `Request.request`
- change path behavior
- `rinstance`: Curried `isinstance` but with args reversed, suitable for `partial`
- Use `_repr_pretty_` for `L`
- `open_file` to open optionally-compressed files for reading and writing, and add compression support to `load_pickle` and `save_pickle`
- runtime type checking with `typed` decorator
- `threaded` decorator; POST support for `urlread`
- add `sorted_ex, `map_ex`, `filter_ex`, and `argwhere`
- Remove `Path.{read,write}` and change `Path.{load,save}` to functions `load_pickle` and `save_pickle`
- `stop` not defined for `L`
- add `L.setattrs`, inspired by Saul Pwanson
- move `Config` from `nbdev`
- add `nested_attr` and use it in `L.attrgot`
- Some issues not shown.