- Added an argument to ignore keyword arguments passed to autocache. The use case is arguments that may be re-instantiated and passed to the function every time (but we don't want to do that inside the function) and that do not affect the output of the function if they change. Data loaders can be an example. USE CAREFULLY!
Full Changelog: v0.2.9...v0.2.10