fastcore 1.8.13


pip install fastcore

  Latest version

Released: Oct 17, 2025

Project Links

Meta
Author: Jeremy Howard and Sylvain Gugger
Requires Python: >=3.10

Classifiers

Development Status
  • 6 - Mature

Intended Audience
  • Developers

License
  • OSI Approved :: Apache Software License

Natural Language
  • English

Programming Language
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

Welcome to fastcore

Python is a powerful, dynamic language. Rather than bake everything into the language, it lets the programmer customize it to make it work for them. fastcore uses this flexibility to add to Python features inspired by other languages we’ve loved, mixins from Ruby, and currying, binding, and more from Haskell. It also adds some “missing features” and clean up some rough edges in the Python standard library, such as simplifying parallel processing, and bringing ideas from NumPy over to Python’s list type.

Getting started

To install fastcore run: conda install fastcore -c fastai (if you use Anaconda, which we recommend) or pip install fastcore. For an editable install, clone this repo and run: pip install -e ".[dev]". fastcore is tested to work on Ubuntu, macOS and Windows (versions tested are those shown with the -latest suffix here).

fastcore contains many features, including:

  • fastcore.test: Simple testing functions
  • fastcore.foundation: Mixins, delegation, composition, and more
  • fastcore.xtras: Utility functions to help with functional-style programming, parallel processing, and more

To get started, we recommend you read through the fastcore tour.

Contributing

After you clone this repository, please run nbdev_install_hooks in your terminal. This sets up git hooks, which clean up the notebooks to remove the extraneous stuff stored in the notebooks (e.g. which cells you ran) which causes unnecessary merge conflicts.

To run the tests in parallel, launch nbdev_test.

Before submitting a PR, check that the local library and notebooks match.

  • If you made a change to the notebooks in one of the exported cells, you can export it to the library with nbdev_prepare.
  • If you made a change to the library, you can export it back to the notebooks with nbdev_update.
1.8.13 Oct 17, 2025
1.8.12 Sep 29, 2025
1.8.11 Sep 23, 2025
1.8.10 Sep 23, 2025
1.8.9 Sep 22, 2025
1.8.8 Aug 23, 2025
1.8.7 Jul 25, 2025
1.8.6 Jul 23, 2025
1.8.5 Jul 08, 2025
1.8.4 Jun 21, 2025
1.8.3 Jun 20, 2025
1.8.2 May 09, 2025
1.8.1 Apr 05, 2025
1.8.0 Mar 18, 2025
1.7.29 Jan 31, 2025
1.7.28 Dec 26, 2024
1.7.27 Dec 14, 2024
1.7.26 Dec 10, 2024
1.7.25 Dec 09, 2024
1.7.24 Dec 07, 2024
1.7.23 Dec 05, 2024
1.7.22 Nov 30, 2024
1.7.20 Nov 15, 2024
1.7.19 Oct 18, 2024
1.7.18 Oct 18, 2024
1.7.17 Oct 16, 2024
1.7.16 Oct 14, 2024
1.7.15 Oct 13, 2024
1.7.14 Oct 12, 2024
1.7.13 Oct 10, 2024
1.7.12 Oct 08, 2024
1.7.11 Oct 04, 2024
1.7.10 Sep 27, 2024
1.7.9 Sep 23, 2024
1.7.8 Sep 14, 2024
1.7.7 Sep 13, 2024
1.7.6 Sep 13, 2024
1.7.5 Sep 09, 2024
1.7.4 Sep 02, 2024
1.7.3 Aug 31, 2024
1.7.2 Aug 30, 2024
1.7.1 Aug 15, 2024
1.7.0 Aug 15, 2024
1.6.9 Aug 13, 2024
1.6.8 Aug 13, 2024
1.6.7 Aug 11, 2024
1.6.6 Aug 11, 2024
1.6.5 Aug 10, 2024
1.6.4 Aug 10, 2024
1.6.3 Aug 05, 2024
1.6.2 Aug 04, 2024
1.6.1 Jul 27, 2024
1.6.0 Jul 27, 2024
1.5.55 Jul 26, 2024
1.5.54 Jul 15, 2024
1.5.53 Jul 14, 2024
1.5.52 Jul 13, 2024
1.5.51 Jul 10, 2024
1.5.50 Jul 09, 2024
1.5.49 Jul 09, 2024
1.5.48 Jun 23, 2024
1.5.47 Jun 21, 2024
1.5.46 Jun 16, 2024
1.5.45 Jun 09, 2024
1.5.44 Jun 05, 2024
1.5.43 Jun 02, 2024
1.5.42 May 30, 2024
1.5.41 May 28, 2024
1.5.40 May 28, 2024
1.5.39 May 27, 2024
1.5.38 May 20, 2024
1.5.37 May 16, 2024
1.5.35 May 11, 2024
1.5.34 May 09, 2024
1.5.33 May 01, 2024
1.5.32 Apr 26, 2024
1.5.31 Apr 26, 2024
1.5.30 Apr 26, 2024
1.5.29 Mar 28, 2023
1.5.28 Feb 01, 2023
1.5.27 Sep 15, 2022
1.5.26 Sep 09, 2022
1.5.25 Sep 07, 2022
1.5.24 Sep 01, 2022
1.5.23 Sep 01, 2022
1.5.22 Aug 26, 2022
1.5.21 Aug 19, 2022
1.5.20 Aug 19, 2022
1.5.19 Aug 19, 2022
1.5.18 Aug 18, 2022
1.5.17 Aug 11, 2022
1.5.16 Aug 07, 2022
1.5.15 Aug 07, 2022
1.5.14 Aug 02, 2022
1.5.13 Aug 01, 2022
1.5.12 Aug 01, 2022
1.5.11 Jul 27, 2022
1.5.10 Jul 25, 2022
1.5.9 Jul 25, 2022
1.5.8 Jul 25, 2022
1.5.7 Jul 24, 2022
1.5.6 Jul 17, 2022
1.5.5 Jul 16, 2022
1.5.4 Jul 13, 2022
1.5.3 Jul 08, 2022
1.5.2 Jul 07, 2022
1.5.1 Jul 07, 2022
1.5.0 Jul 07, 2022
1.4.5 Jun 17, 2022
1.4.4 Jun 05, 2022
1.4.3 May 16, 2022
1.4.2 Apr 12, 2022
1.4.1 Mar 31, 2022
1.4.0 Mar 26, 2022
1.3.29 Feb 24, 2022
1.3.28 Feb 24, 2022
1.3.27 Nov 01, 2021
1.3.26 Aug 09, 2021
1.3.25 Jul 31, 2021
1.3.24 Jul 31, 2021
1.3.23 Jul 30, 2021
1.3.22 Jul 29, 2021
1.3.21 Jul 25, 2021
1.3.20 May 04, 2021
1.3.19 Jan 16, 2021
1.3.18 Jan 08, 2021
1.3.17 Jan 08, 2021
1.3.16 Jan 03, 2021
1.3.15 Jan 03, 2021
1.3.14 Jan 02, 2021
1.3.13 Dec 21, 2020
1.3.12 Dec 12, 2020
1.3.11 Dec 09, 2020
1.3.10 Nov 27, 2020
1.3.9 Nov 25, 2020
1.3.8 Nov 24, 2020
1.3.7 Nov 23, 2020
1.3.6 Nov 16, 2020
1.3.5 Nov 13, 2020
1.3.4 Nov 12, 2020
1.3.3 Nov 12, 2020
1.3.2 Nov 06, 2020
1.3.1 Nov 01, 2020
1.3.0 Oct 30, 2020
1.2.5 Oct 26, 2020
1.2.4 Oct 24, 2020
1.2.3 Oct 23, 2020
1.2.2 Oct 18, 2020
1.2.0 Oct 16, 2020
1.1.2 Oct 12, 2020
1.1.1 Oct 11, 2020
1.1.0 Oct 09, 2020
1.0.24 Oct 08, 2020
1.0.23 Oct 08, 2020
1.0.22 Oct 08, 2020
1.0.21 Oct 07, 2020
1.0.20 Oct 05, 2020
1.0.19 Oct 02, 2020
1.0.17 Oct 02, 2020
1.0.16 Sep 30, 2020
1.0.15 Sep 26, 2020
1.0.14 Sep 24, 2020
1.0.13 Sep 18, 2020
1.0.12 Sep 16, 2020
1.0.11 Sep 15, 2020
1.0.10 Sep 15, 2020
1.0.9 Sep 09, 2020
1.0.8 Sep 08, 2020
1.0.7 Sep 08, 2020
1.0.6 Sep 08, 2020
1.0.5 Sep 08, 2020
1.0.4 Sep 06, 2020
1.0.3 Sep 06, 2020
1.0.2 Sep 06, 2020
1.0.1 Sep 03, 2020
1.0.0 Aug 20, 2020
0.1.38 Aug 17, 2020
0.1.37 Aug 16, 2020
0.1.36 Aug 16, 2020
0.1.35 Aug 16, 2020
0.1.34 Aug 16, 2020
0.1.33 Aug 16, 2020
0.1.32 Aug 14, 2020
0.1.31 Aug 13, 2020
0.1.30 Aug 10, 2020
0.1.29 Aug 10, 2020
0.1.28 Aug 10, 2020
0.1.27 Aug 10, 2020
0.1.26 Aug 09, 2020
0.1.25 Aug 06, 2020
0.1.24 Aug 06, 2020
0.1.23 Aug 03, 2020
0.1.22 Aug 03, 2020
0.1.21 Jul 30, 2020
0.1.20 Jul 28, 2020
0.1.19 Jul 27, 2020
0.1.18 Jun 07, 2020
0.1.17 Apr 28, 2020
0.1.16 Mar 24, 2020
0.1.15 Mar 17, 2020
0.1.14 Feb 28, 2020
0.1.13 Feb 27, 2020
0.1.12 Feb 18, 2020
0.1.11 Feb 12, 2020
0.1.10 Jan 12, 2020
0.1.9 Jan 02, 2020
0.1.8 Dec 28, 2019
0.1.7 Dec 27, 2019
0.1.6 Dec 17, 2019
0.1.5 Dec 17, 2019
0.1.4 Dec 16, 2019
0.1.3 Dec 16, 2019
0.1.2 Dec 16, 2019
0.1.1 Dec 16, 2019
0.1.0 Dec 13, 2019
0.0.4 Dec 06, 2019
0.0.3 Dec 04, 2019
0.0.2 Dec 03, 2019
0.0.1 Dec 02, 2019

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
packaging