Skip to content

Releases: 06needhamt/Neuroph-Intellij-Plugin

Plugin Now Works on JetBrains 2017.X.X Products

20 Sep 15:35
Compare
Choose a tag to compare

Finally, Release 1.1 is Here

[X] Plugin Now Works on JetBrains 2017.X.X Products
[X] Bump Kotlin, Scala and Groovy SDK versions

Code Generator Only Regenerates On Changed Network Files And Bug Fixes

10 Oct 11:57
Compare
Choose a tag to compare

Minor Patch Release

  • Code Generator Only Regenerates On Changed Network Files
  • Bug Fixes

Version 1.0.0 Is Finally Here

09 Oct 10:48
Compare
Choose a tag to compare

Version 1.0.0 Is Finally Here!
This Release contains some great new features including

  • Automatic Code Generation
  • Training Set Editor
  • Better Network Training
  • Many Bug Fixes
  • And Much More

Documentation Coming Soon!

Breaking Bug Fixes

18 Sep 16:57
Compare
Choose a tag to compare
Breaking Bug Fixes Pre-release
Pre-release
Fix plugin version number

Release 0.9.0

Add Groovy, Kotlin and Scala Code Generators

23 Jul 21:18
Compare
Choose a tag to compare

This New release allows neural networks to be exported to Kotlin, Scala, and Groovy files as well as standard Java.

NOTE: The reason for the massive increase in binary size is in order to support Scala and Groovy Code Generation their compiler and runtime libraries must now bw included in the binary

Add Custom Language To Create New Neural Networks

12 Jul 09:33
Compare
Choose a tag to compare

Example Neural Network Definition

NetworkName : "Compiled Network"
NetworkType : "MultiLayerPerceptron"
NetworkLayers : 8, 8, 1;
NetworkLearningRule : "BackPropagation"
NetworkTransferFunction : "Gaussian"

Fix Invocation Exception On Startup

22 Jun 15:03
Compare
Choose a tag to compare
Pre-release

Fix Invocation Exception On Startup as of today's EAP.

NOTE: Ignore the NullPointerException that occurs when opening a.nnet file as this is an IDE bug not a bug in the plugin like IDEA suggests. However all plugin features work as normal

Added Network Editor and Missing Training Functions

20 Jun 11:53
Compare
Choose a tag to compare

This Release Contains the Following Features
[ X ] General Bug Fixes
[ X ] Network Decompiler / Editor
[ X ] More Network Training Functions

Added Network Weights Editor

14 Jun 18:01
Compare
Choose a tag to compare
Pre-release

This Release Contains the Following Features
[ X ] General Bug Fixes
[ X ] Network Result Visualiser / Editor

Create Dedicated Neuroph Menu

10 Jun 12:53
Compare
Choose a tag to compare
Pre-release

This release contains the following features
[ X ] General Bug Fixes
[ X ] Create Dedicated Neuroph Menu
[ X ] Removed Neuroph Options From the Tools Menu