Skip to content

Commit

Permalink
Release v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nickware44 committed May 26, 2019
1 parent 6f7e81b commit 52bdcb5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# interference
Cross-platform C++ library

Version 1.0.3
Version 1.0.8

## Release notes
#### 1.0.8
- Fixed inn::Position operators definition
- Fixed neurons priority assignment algorithm in inn::NeuralNet
- Added getXm() method for inn::Neuron
- Added destructors for inn::NeuralNet, inn::Neuron and inn::Neuron::Entry
- Added doFinalize() method for inn::NeuralNet
- Improved data finalization process
- Type fixes in inn::NeuralNet
- inn::Neuron synapse and receptor position definition fixes (doCreateNewSynaps() and doCreateNewReceptor() methods)
- Added new inn::Position constructor

#### 1.0.3
- Fixed file headers
- Added implementation of inn::Error (exception system)
Expand Down

0 comments on commit 52bdcb5

Please sign in to comment.