Skip to content

Commit

Permalink
Create 1-0-0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AqwamCreates authored Oct 27, 2024
1 parent 19255ad commit f3be5eb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/VersionHistory/Beta/1-0-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Beta Version 1.0.0

## Added

* Added quick linking for more faster prototyping. To use it, you need to call "<", ">" or "-" operators between two FunctionBlocks.

## Changes

* Everything related to "FirstDerivative" is renamed to "ChainRuleFirstDerivative".

* Everything related to "SecondStepFirstDerivative" is renamed to "FirstDerivative".

* Calculations for first derivative tensors inside the FunctionBlocks are now more efficient.

## Fixes

* Replaced forgotten TensorL's getSize() functions to getDimensionSizeArray()

* Fixed a bug where MaxUnpooling blocks requires incorrect input tensors dimension sizes.

0 comments on commit f3be5eb

Please sign in to comment.