v0.2.2
Major changes:
- The package no longer supports Julia nightly due to breaking changes from Julia v0.4 to v0.5.
- The interface to Optim.jl was removed, since the two packages have very different objectives and the interface was not being used by any code, and could not be used with the latest search techniques.
List of all fixes and changes:
- Update README.md
- Update 'rosenbrock' example.
- Update parameter type in README.
- Remove functions left over from Optim interface
- Remove dependance on Optim.
- Remove unused variable in search techniques.
- Remove unused variable in search blocks.
- Fix #13.
- Add VERSION file.
- Remove support for Julia nightly.
- Add the 'Run' configuration type.
- Distribute RemoteRefs between workers.
- Add a new channel type.
- Change 'Result' constructor syntax.