Fastcore

Latest version: v1.5.45

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

Scan your dependencies

Page 10 of 14

1.3.8

New Features

- rename `negate_func` to `not_` for consistency with other curried ops ([221](https://github.com/fastai/fastcore/issues/221))
- Support empty content for `urljson` ([219](https://github.com/fastai/fastcore/issues/219))
- move `patch` and `patch_to` to `fastcore.basics`, and avoid clobbering existing symbols when patching ([214](https://github.com/fastai/fastcore/issues/214))

1.3.7

New Features

- add `startthread` ([218](https://github.com/fastai/fastcore/issues/218))
- make `run` compatible with py36 ([216](https://github.com/fastai/fastcore/issues/216))
- `reuse_addr` param to `start_server` ([215](https://github.com/fastai/fastcore/issues/215))
- add rfc3986 list to `urlquote` ([213](https://github.com/fastai/fastcore/issues/213))

1.3.6

New Features

- quote URL paths in `urlwrap` ([211](https://github.com/fastai/fastcore/issues/211))
- Add `start_server` and `start_client` for simple socket networking ([210](https://github.com/fastai/fastcore/issues/210))
- new `uniqueify` and `val2idx` functions, and additional params to `listify` ([209](https://github.com/fastai/fastcore/issues/209))
- improve representation in `basic_repr` ([197](https://github.com/fastai/fastcore/issues/197))

1.3.5

Breaking Changes

- remove `log_args` ([176](https://github.com/fastai/fastcore/issues/176))

New Features

- `Stateful` base class/mixin for objects that should not serialize all their state ([196](https://github.com/fastai/fastcore/issues/196))
- new `frame` param to `argnames` ([195](https://github.com/fastai/fastcore/issues/195))
- add `urlopen` and `untar_dir` ([192](https://github.com/fastai/fastcore/issues/192))
- `SCRIPT_INFO.func` to let functions know what CLI name was called in `fastcore.script` ([185](https://github.com/fastai/fastcore/issues/185))
- add `annotations` and `argnames` functions ([179](https://github.com/fastai/fastcore/issues/179))
- allow `but` param in `store_attr` to be either `list` or `str` ([174](https://github.com/fastai/fastcore/issues/174))
- add `urlvalid` ([173](https://github.com/fastai/fastcore/issues/173))

Bugs Squashed

- `typed` doesn't work with classes ([183](https://github.com/fastai/fastcore/issues/183)) (reported by krishnap)

1.3.2

New Features

- add `repr_dict` and use for display for `AttrDict` ([172](https://github.com/fastai/fastcore/issues/172))
- add `urlsave`, `urlclean`, and `repo_details` ([171](https://github.com/fastai/fastcore/issues/171))
- `remove_suffix` function ([170](https://github.com/fastai/fastcore/issues/170))
- add `urlcheck` and `urlwrap` ([168](https://github.com/fastai/fastcore/issues/168))
- new `AutoInit` mixin ([165](https://github.com/fastai/fastcore/issues/165))

Bugs Squashed

- `risinstance` fails if param is not truthy ([166](https://github.com/fastai/fastcore/issues/166))

1.3.1

New Features

- callable support for `Self` ([162](https://github.com/fastai/fastcore/issues/162))
- add filter func to `first` ([161](https://github.com/fastai/fastcore/issues/161))
- `maybe_open` context manager and fast `image_size` funcion ([160](https://github.com/fastai/fastcore/issues/160))

Bugs Squashed

- Redundent `L.map_filter` removed (since `L.map.filter` does the same thing)

Page 10 of 14

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.