What's Changed
* bump: updated to version 0.1.0 by deependujha in https://github.com/deependujha/DeepTensor/pull/13
* fix: pypi publish bug by deependujha in https://github.com/deependujha/DeepTensor/pull/14
* feat: add JsonCPP library by deependujha in https://github.com/deependujha/DeepTensor/pull/15
* feat: add non-linear functions by deependujha in https://github.com/deependujha/DeepTensor/pull/16
* feat: add docs to the project by deependujha in https://github.com/deependujha/DeepTensor/pull/17
* feat: add tensor class for multi-dimensional support by deependujha in https://github.com/deependujha/DeepTensor/pull/18
* feat: clean model api by deependujha in https://github.com/deependujha/DeepTensor/pull/19
* feat: Add non-linear activations to tensor class and layer compatible activations class by deependujha in https://github.com/deependujha/DeepTensor/pull/20
* feat: add tests for model by deependujha in https://github.com/deependujha/DeepTensor/pull/21
* feat: Expose new model api to python by deependujha in https://github.com/deependujha/DeepTensor/pull/23
**Full Changelog**: https://github.com/deependujha/DeepTensor/compare/v0.1.0...v0.2.0
v0.1.0-fix1
What's Changed
* Update issue templates by deependujha in https://github.com/deependujha/DeepTensor/pull/1
* nitpicks by deependujha in https://github.com/deependujha/DeepTensor/pull/2
* feat: start working on value class and add support for googletest by deependujha in https://github.com/deependujha/DeepTensor/pull/3
* feat: Value class supports add, subtract, multiply, power, relu and back-prop by deependujha in https://github.com/deependujha/DeepTensor/pull/4
* Feat: complete value object by deependujha in https://github.com/deependujha/DeepTensor/pull/7
* feat: add cpp classes and methods for defining a neural network by deependujha in https://github.com/deependujha/DeepTensor/pull/8
* feat: added ctest for neural_network modules by deependujha in https://github.com/deependujha/DeepTensor/pull/9
* feat: added more tests for neural-network-module by deependujha in https://github.com/deependujha/DeepTensor/pull/10
* feat: added python tests for Value, Neuron, Layer, and MLP by deependujha in https://github.com/deependujha/DeepTensor/pull/11
* imp: 🥳 works fine and can train models wohooo 🎆 by deependujha in https://github.com/deependujha/DeepTensor/pull/12
* bump: updated to version 0.1.0 by deependujha in https://github.com/deependujha/DeepTensor/pull/13
* fix: pypi publish bug by deependujha in https://github.com/deependujha/DeepTensor/pull/14
New Contributors
* deependujha made their first contribution in https://github.com/deependujha/DeepTensor/pull/1
**Full Changelog**: https://github.com/deependujha/DeepTensor/compare/v0.0.1...v0.1.0-fix1