lejon / TSne.jl

Julia port of L.J.P. van der Maaten and G.E. Hintons T-SNE visualisation technique.
Other
143 stars 25 forks source link

Fixes before package registration #13

Closed juliohm closed 7 years ago

juliohm commented 7 years ago

Everything is working smoothly, I didn't need to change any code, just the dependency list.

Could you please consider merging these changes? After they are merged, you can:

  1. Rename the package on GitHub to something like TStochNeighborEmbedding.jl to follow Julia's standards. Check the Settings tab of the project on GitHub for the rename.

  2. Configure AttoBot for the package. This will take care of the registration and release cycle process in METADATA.jl for you. After it is configured, all you need to do is to press the Releases tab on GitHub and draft a new release.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 99.296% when pulling ac26b51bdee2e624a68d635c000ff2288695d95f on juliohm:fixes-before-registration into 40b2924635dd2ceedc39c9303f7635d57744827f on lejon:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 99.296% when pulling ac26b51bdee2e624a68d635c000ff2288695d95f on juliohm:fixes-before-registration into 40b2924635dd2ceedc39c9303f7635d57744827f on lejon:master.

juliohm commented 7 years ago

Tests on Julia v0.5 are too slow on Travis. Also, we can assume most Julia users are on Julia v0.6 already, which is the current stable version of the language. I updated the PR to require Julia v0.6.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 99.296% when pulling 69d392f068654c543d70341aee6f126e2ffdaa81 on juliohm:fixes-before-registration into 40b2924635dd2ceedc39c9303f7635d57744827f on lejon:master.

lejon commented 7 years ago

Thans for your updates! :)