See detailed changelog [here](https://mygrad.readthedocs.io/en/latest/changes.html#v2-1-0).
What's Changed
* update docs dependencies, fix deprecated css, fix doc typo by rsokl in https://github.com/rsokl/MyGrad/pull/376
* Use faster dict-construction syntax by rsokl in https://github.com/rsokl/MyGrad/pull/377
* Update default behavior of derivative of linalg.norm and abs at x=0 by rsokl in https://github.com/rsokl/MyGrad/pull/379
* add nightly tests against pre-releases by rsokl in https://github.com/rsokl/MyGrad/pull/380
* Adds mygrad.save and mygrad.load by rsokl in https://github.com/rsokl/MyGrad/pull/383
* accommodates hypothesis 3065 by rsokl in https://github.com/rsokl/MyGrad/pull/385
* remove bad example from docs; improve type annotations by rsokl in https://github.com/rsokl/MyGrad/pull/386
* Implement atleast_kd by rsokl in https://github.com/rsokl/MyGrad/pull/387
* Update test_duplicating_graph.py by rsokl in https://github.com/rsokl/MyGrad/pull/388
* test should not pass None to array(..., copy=<>) by rsokl in https://github.com/rsokl/MyGrad/pull/390
* fix broadcasting hack by rsokl in https://github.com/rsokl/MyGrad/pull/391
* NEP 29: min numpy is now 1.19 by rsokl in https://github.com/rsokl/MyGrad/pull/394
* add Tensor.__index__ method by rsokl in https://github.com/rsokl/MyGrad/pull/395
* Implement clip(..., out=) by rsokl in https://github.com/rsokl/MyGrad/pull/396
* Docs for 2.1.0 by rsokl in https://github.com/rsokl/MyGrad/pull/397
**Full Changelog**: https://github.com/rsokl/MyGrad/compare/v2.0.2...v2.1.0