Fastcore

Latest version: v1.5.37

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

Scan your dependencies

Page 11 of 13

1.1.0

Breaking Changes

- Remove `Path.{read,write}` (use `Path.{read_text,write_text}` instead) and change `Path.{load,save}` to functions `load_pickle` and `save_pickle` ([121](https://github.com/fastai/fastcore/issues/121))

1.0.22

New Features

- add `L.setattrs`, inspired by Saul Pwanson ([117](https://github.com/fastai/fastcore/issues/117))
- move `Config` from `nbdev` ([116](https://github.com/fastai/fastcore/issues/116))
- add `nested_attr` and use it in `L.attrgot` ([115](https://github.com/fastai/fastcore/issues/115))

1.0.21

Deprecations (will be removed in future release)

- `patch_property`: use `patch(as_prop=True)` instead

New Features

- New param `cast` for `store_attr` and new decorator `with_cast` ([114](https://github.com/fastai/fastcore/issues/114))
- add `L.insert` and `exec_local` ([113](https://github.com/fastai/fastcore/issues/113))
- Patch decorator with optional argument ([110](https://github.com/fastai/fastcore/pull/110)), thanks to [Salehbigdeli](https://github.com/Salehbigdeli)
- Make typedispatch decorator more general ([106](https://github.com/fastai/fastcore/pull/106)), thanks to [Salehbigdeli](https://github.com/Salehbigdeli)

Bugs Squashed

- Fix default in oper ([112](https://github.com/fastai/fastcore/pull/112)), thanks to [Salehbigdeli](https://github.com/Salehbigdeli)
- Inconsistency with `cmp_instance` and `typedispatch` because of binary sort algorithm ([100](https://github.com/fastai/fastcore/issues/100))

1.0.20

New Features

- add `ignore_ex=False` and `as_bytes=False` params to `run` ([108](https://github.com/fastai/fastcore/issues/108))
- `AttrDict`: a `dict` subclass that also provides access to keys as attrs; and change `dict2obj` to create `AttrDict`s instead of `SimpleNamespace`s ([107](https://github.com/fastai/fastcore/issues/107))

1.0.19

New Features

- `run`: flexibly run an external process and raise exception if it fails ([105](https://github.com/fastai/fastcore/issues/105))

1.0.16

New Features

- add `threadpool=False` param to `parallel` to use threads instead of processes ([102](https://github.com/fastai/fastcore/issues/102))

Page 11 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.