FluxML / FastAI.jl

Repository of best practices for deep learning in Julia, inspired by fastai
https://fluxml.ai/FastAI.jl
MIT License
585 stars 51 forks source link

Make a subpackage for Makie support #241

Closed lorenzoh closed 2 years ago

lorenzoh commented 2 years ago

FastMakie can be a subpackage living in the FastAI repo that implements the Makie ShowBackend. Subpackages can then depend on MakieCore.jl to define recipes and we don't need Requires anymore.

Since this will be breaking as well, it should be released together with the other breaking changes #196 and #240. #224 also needs to be fixed for this.

lorenzoh commented 2 years ago

Closed by #240