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 c3ec8d8 commit 883d30cCopy full SHA for 883d30c
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
<!-- do not remove -->
4
5
+## 1.0.4
6
+
7
+### New Features
8
9
+- Remove numpy prerequisite ([#75](https://api.github.com/repos/fastai/fastcore/issues/75))
10
+ - NB: fastcore's `L` and other collection features still work with numpy
11
+ arrays, but they do so internally using instance methods, so numpy is no longer a
12
+ prerequisite, and numpy is not loaded if not used
13
14
## 1.0.2
15
16
### Bugs Squashed
0 commit comments