Releases: LiScI-Lab/SOM.jl
v0.4.1
v0.4.0
Julia 1.0.3/1.1.0 upgrade of the package
Unfortunately I have been very busy in the last weeks and was not able to find time to fix some issues of the package with updated PyPlot and Julia in a timely manner.
Thanks to braamvandyk, who did most of the work, finally the package is now compliant with Julia 1.1.
For some reason, the uuid was messed up. I have no idea how this can happen?
I tried without Project.toml => now errors in REQUIRE detected.
Next attempt ...
Test with Travis@github returns success.
Julia 1.0 upgrade of the package
I changed to "0.6 or later", because the previous versions built with 0.6 ...
however I think 0.7 or later is sufficient, because new projects
will be started with 1.0 anyway.
The issue seems to be with the function dot() which is Base.dot in 0.6 but
LinearAlgebra.dot in 0.7. Making it running for theo old and new package
manager ist possible but may be not worth the time to spend ...
If somebody needs 0.6, the previous version can be installed.
=> Therefore requirements changed to 0.7 or later
API and Docu improved
We did extensive internal testing, by using the software in several research projects. As a result, a number of minor changes (mainly in the API) are done.
In summary we feel quite confident to have a solid version now and think we can do the "giant leap" in version numbering to v0.1.0 to document the matured status of the package.
Thank you
Andreas
Matplotlib issue workaround
Work around the known Matplotlib-issue, which was present in v0.0.1
It is now possible to use the package without Matplotlib. Installation and SOM training work without MPL (MPL plotting is disabled in this case).
First release
v0.0.1 bugfix in testfun