Skip to content

Commit

Permalink
Merge pull request #17 from JuliaText/as/jll
Browse files Browse the repository at this point in the history
remove local deps, use precompiled binaries
  • Loading branch information
aviks authored Nov 17, 2020
2 parents fcd64d2 + c8080a9 commit badfe63
Show file tree
Hide file tree
Showing 24 changed files with 21 additions and 24,699 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.jl.mem

deps/
Manifest.toml
test/bigclus.txt
test/bigvecs.bin
test/bigvecs.txt
Expand Down
19 changes: 0 additions & 19 deletions NEWS.md

This file was deleted.

5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name = "Word2Vec"
uuid = "c64b6f0f-98cd-51d1-af78-58ae84944834"
author = ["Word2Vec.jl contributors"]
version = "0.5.1"
version = "0.5.2"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Word2Vec_jll = "9fbe4022-c126-5389-b4b2-756cc9f654d0"

[compat]
julia = "1"
julia = "1.3"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Word2Vec

[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://travis-ci.org/JuliaText/Word2Vec.jl.svg?branch=master)](https://travis-ci.org/JuliaText/Word2Vec.jl)
[![Coverage Status](https://coveralls.io/repos/github/JuliaText/Word2Vec.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaText/Word2Vec.jl?branch=master)
[![CI](https://github.com/juliatext/Word2Vec.jl/workflows/CI/badge.svg?event=push&branch=master)](https://github.com/JuliaText/Word2Vec.jl/actions?query=workflow%3ACI)
[![version](https://juliahub.com/docs/Word2Vec/version.svg)](https://juliahub.com/ui/Packages/Word2Vec/x04dc)
[![pkgeval](https://juliahub.com/docs/Word2Vec/pkgeval.svg)](https://juliahub.com/ui/Packages/Word2Vec/x04dc)
[![deps](https://juliahub.com/docs/Word2Vec/deps.svg)](https://juliahub.com/ui/Packages/Word2Vec/x04dc?t=2)



Julia interface to [word2vec](https://code.google.com/p/word2vec/)
Expand Down
3 changes: 0 additions & 3 deletions deps/build.jl

This file was deleted.

202 changes: 0 additions & 202 deletions deps/src/word2vec-c/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions deps/src/word2vec-c/README.txt

This file was deleted.

Loading

2 comments on commit badfe63

@aviks
Copy link
Member Author

@aviks aviks commented on badfe63 Nov 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/24821

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.2 -m "<description of version>" badfe63951bc26835e0bae6a72d3c8545582c380
git push origin v0.5.2

Please sign in to comment.