We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bc631 commit 12bc698Copy full SHA for 12bc698
CHANGELOG.md
@@ -2,6 +2,22 @@
2
3
<!-- do not remove -->
4
5
+## 1.5.0
6
+
7
+### Breaking Changes
8
9
+- Importing `fastcore.utils` now longer imports `fastcore.net`
10
11
+### New Features
12
13
+- Move imports into functions to make import faster ([#426](https://github.com/fastai/fastcore/issues/426))
14
+- use py310 style union annotations ([#421](https://github.com/fastai/fastcore/pull/421)), thanks to [@seeM](https://github.com/seeM)
15
16
+### Bugs Squashed
17
18
+- repr patching broken by pep 563 ([#270](https://github.com/fastai/fastcore/issues/270))
19
20
21
## 1.4.5
22
23
### New Features
0 commit comments