Skip to content

Commit 939b2ad

Browse files
authored
deprecate importing individual core modules (#205)
1 parent 8f7ce77 commit 939b2ad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3175
-927
lines changed

MAINTENANCE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ dependencies: [.product(name: "MLX", package: "mlx-swift"),
106106
```
107107
import MLXNN
108108
@testable import MLXOptimizers
109-
import MLXFFT
110109
```
111110

112111
11. Update tests as needed

Source/MLX/Documentation.docc/MLX.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,8 @@ are the CPU and GPU.
3636
## Other MLX Packages
3737

3838
- [MLX](mlx)
39-
- [MLXRandom](mlxrandom)
4039
- [MLXNN](mlxnn)
4140
- [MLXOptimizers](mlxoptimizers)
42-
- [MLXFFT](mlxfft)
43-
- [MLXLinalg](mlxlinalg)
44-
- [MLXFast](mlxfast)
4541

4642
- [Python `mlx`](https://ml-explore.github.io/mlx/build/html/index.html)
4743

0 commit comments

Comments
 (0)