From b339c79bf7d306ee697118c6aa1e7414a41d9c93 Mon Sep 17 00:00:00 2001 From: Francesco Furiani Date: Sat, 1 Sep 2018 19:52:49 +0200 Subject: [PATCH 01/10] Delete .DS_Store --- src/.DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/.DS_Store diff --git a/src/.DS_Store b/src/.DS_Store deleted file mode 100644 index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 Date: Sat, 1 Sep 2018 20:40:01 +0200 Subject: [PATCH 02/10] Create .travis.yml --- .travis.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..814d75a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,36 @@ +language: julia + +os: + - linux + - osx + +branches: + only: + - master + - julia-1.0 + +julia: + - 0.7 + - 1.0 + - nightly + +matrix: + allow_failures: + - julia: nightly + +notifications: + email: false + +after_success: + - julia -e 'using Pkg; Pkg.add("Documenter"); Pkg.add("Coverage");' + - julia -e 'import Plasm; cd(dirname(dirname(pathof(Plasm)))); include(joinpath("docs", "make.jl"))' + - julia -e 'using Coverage; import Plasm; cd(dirname(dirname(pathof(Plasm)))); Codecov.submit(process_folder())' + +#deploy: +# provider: pages +# skip_cleanup: true +# github-token: $GITHUB_TOKEN +# keep-history: true +# local-dir: docs/build +# on: +# branch: master From d3b1f2ea1f376eb164106dc692dfdc0b35863683 Mon Sep 17 00:00:00 2001 From: Francesco Furiani Date: Sat, 1 Sep 2018 20:40:45 +0200 Subject: [PATCH 03/10] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9d247b6..321decc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,4 +41,4 @@ install: build_script: - IF EXIST .git\shallow (git fetch --unshallow) - - C:\projects\julia\bin\julia -e "using InteractiveUtils; InteractiveUtils.versioninfo(); using Pkg; Pkg.clone(pwd(), \"LARVIEW\"); Pkg.build(\"LARVIEW\")" + - C:\projects\julia\bin\julia -e "using InteractiveUtils; InteractiveUtils.versioninfo(); using Pkg; Pkg.clone(pwd(), \"Plasm\"); Pkg.build(\"Plasm\")" From a0eb717942a34833036c5e66f9b2351bc622554d Mon Sep 17 00:00:00 2001 From: Francesco Furiani Date: Sat, 1 Sep 2018 20:50:46 +0200 Subject: [PATCH 04/10] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d75ee13..66de753 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Plasm.jl +[![Build Status](https://img.shields.io/travis/cvdlab/Plasm.jl/master.svg?label=Linux+/+macOS)](https://travis-ci.org/cvdlab/Plasm.jl) +[![Coverage Status](https://coveralls.io/repos/github/cvdlab/Plasm.jl/badge.svg?branch=master)](https://coveralls.io/github/cvdlab/Plasm.jl?branch=master) Graphics module to visualize LinearAlgebraicRepresentation.jl structures via PyPLaSM. From b2de3e22546cf7bf219be516813e7aeaaac312d0 Mon Sep 17 00:00:00 2001 From: Francesco Furiani Date: Sun, 2 Sep 2018 10:18:52 +0200 Subject: [PATCH 05/10] Delete Manifest.toml --- Plasm/Manifest.toml | 198 -------------------------------------------- 1 file changed, 198 deletions(-) delete mode 100644 Plasm/Manifest.toml diff --git a/Plasm/Manifest.toml b/Plasm/Manifest.toml deleted file mode 100644 index 60035a1..0000000 --- a/Plasm/Manifest.toml +++ /dev/null @@ -1,198 +0,0 @@ -[[Base64]] -uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" - -[[BinDeps]] -deps = ["Compat", "Libdl", "SHA", "URIParser"] -git-tree-sha1 = "12093ca6cdd0ee547c39b1870e0c9c3f154d9ca9" -uuid = "9e28174c-4ba2-5203-b857-d8d62c4213ee" -version = "0.8.10" - -[[Compat]] -deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"] -git-tree-sha1 = "ae262fa91da6a74e8937add6b613f58cd56cdad4" -uuid = "34da2185-b29b-5c13-b0c7-acf172513d20" -version = "1.1.0" - -[[Conda]] -deps = ["Compat", "JSON", "VersionParsing"] -git-tree-sha1 = "a47f9a2c7b80095e6a935536795635522fe27f5d" -uuid = "8f4d0f93-b110-5947-807f-2305c1781a2d" -version = "1.0.1" - -[[DataStructures]] -deps = ["InteractiveUtils", "REPL", "Random", "Serialization", "Test"] -git-tree-sha1 = "2afbbd0294306b0b74a753c196be50b35edb625c" -uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" -version = "0.11.1" - -[[Dates]] -deps = ["Printf"] -uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" - -[[DelimitedFiles]] -deps = ["Mmap"] -uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab" - -[[Distances]] -deps = ["LinearAlgebra", "Pkg", "Printf", "Random", "Statistics", "Test"] -git-tree-sha1 = "2f38605722542f1c0a32dd2856fb529d8c226c69" -uuid = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" -version = "0.7.3" - -[[Distributed]] -deps = ["LinearAlgebra", "Random", "Serialization", "Sockets"] -uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b" - -[[InteractiveUtils]] -deps = ["LinearAlgebra", "Markdown"] -uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" - -[[IntervalTrees]] -deps = ["InteractiveUtils", "Pkg", "Profile", "Random", "Test"] -git-tree-sha1 = "6c9fcd87677231ae293f6806fad928c216ab6658" -uuid = "524e6230-43b7-53ae-be76-1e9e4d08d11b" -version = "1.0.0" - -[[IterTools]] -deps = ["Pkg", "SparseArrays", "Test"] -git-tree-sha1 = "ed0787e62dc46b8d8c7c3db54391d71e0da5fefd" -uuid = "c8e1da08-722c-5040-9ed9-7db0dc04731e" -version = "1.0.0" - -[[JSON]] -deps = ["Dates", "Distributed", "Mmap", "Pkg", "Sockets", "Test", "Unicode"] -git-tree-sha1 = "fec8e4d433072731466d37ed0061b3ba7f70eeb9" -uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" -version = "0.19.0" - -[[LibGit2]] -uuid = "76f85450-5226-5b5a-8eaa-529ad045b433" - -[[Libdl]] -uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb" - -[[LinearAlgebra]] -deps = ["Libdl"] -uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" - -[[LinearAlgebraicRepresentation]] -deps = ["DataStructures", "IntervalTrees", "IterTools", "NearestNeighbors", "Triangle"] -git-tree-sha1 = "9e7771187dd92fb13bd7efd6fe02f1e9487ad0ab" -repo-rev = "master" -repo-url = "https://github.com/cvdlab/LinearAlgebraicRepresentation.jl" -uuid = "95167b0c-186a-594b-a231-52369c6de044" -version = "0.1.0+" - -[[Logging]] -uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" - -[[MacroTools]] -deps = ["Compat"] -git-tree-sha1 = "c443e1c8d58a4e9f61b708ad0a88286c7042145b" -uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" -version = "0.4.4" - -[[Markdown]] -deps = ["Base64"] -uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" - -[[Mmap]] -uuid = "a63ad114-7e13-5084-954f-fe012c677804" - -[[NearestNeighbors]] -deps = ["Distances", "LinearAlgebra", "Mmap", "Pkg", "StaticArrays", "Test"] -git-tree-sha1 = "5c5ea3800b00d150eda42662c0439c31117d24c4" -uuid = "b8a86587-4115-5ab1-83bc-aa920d37bbce" -version = "0.4.1" - -[[Pkg]] -deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"] -uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" - -[[Plasm]] -deps = ["LinearAlgebraicRepresentation", "PyCall", "Test", "Triangle"] -path = "/Users/paoluzzi/Documents/dev/Plasm.jl" -uuid = "4acbb178-e000-561d-911b-0cfe9f4a6092" -version = "0.0.0" - -[[Printf]] -deps = ["Unicode"] -uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" - -[[Profile]] -deps = ["Printf"] -uuid = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79" - -[[PyCall]] -deps = ["Compat", "Conda", "MacroTools", "Statistics", "VersionParsing"] -git-tree-sha1 = "db5df6f1c43547c89b69be32ef931028b3ba791b" -repo-rev = "master" -repo-url = "https://github.com/JuliaPy/PyCall.jl" -uuid = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0" -version = "1.18.2+" - -[[REPL]] -deps = ["InteractiveUtils", "Markdown", "Sockets"] -uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" - -[[Random]] -deps = ["Serialization"] -uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" - -[[SHA]] -uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce" - -[[Serialization]] -uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" - -[[SharedArrays]] -deps = ["Distributed", "Mmap", "Random", "Serialization"] -uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383" - -[[Sockets]] -uuid = "6462fe0b-24de-5631-8697-dd941f90decc" - -[[SparseArrays]] -deps = ["LinearAlgebra", "Random"] -uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" - -[[StaticArrays]] -deps = ["InteractiveUtils", "LinearAlgebra", "Random", "Statistics", "Test"] -git-tree-sha1 = "d432c79bef174a830304f8601427a4357dfdbfb7" -uuid = "90137ffa-7385-5640-81b9-e52037218182" -version = "0.8.3" - -[[Statistics]] -deps = ["LinearAlgebra", "SparseArrays"] -uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" - -[[Test]] -deps = ["Distributed", "InteractiveUtils", "Logging", "Random"] -uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - -[[Triangle]] -deps = ["BinDeps", "Libdl", "Test"] -git-tree-sha1 = "8fd3b4dd77bba7004e4d4209a21d25ab5ed655f3" -repo-rev = "master" -repo-url = "https://github.com/cvdlab/Triangle.jl" -uuid = "56f361f5-126b-55db-87fb-1c71988fcde4" -version = "0.2.0+" - -[[URIParser]] -deps = ["Test", "Unicode"] -git-tree-sha1 = "6ddf8244220dfda2f17539fa8c9de20d6c575b69" -uuid = "30578b45-9adc-5946-b283-645ec420af67" -version = "0.4.0" - -[[UUIDs]] -deps = ["Random"] -uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" - -[[Unicode]] -uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" - -[[VersionParsing]] -deps = ["Compat"] -git-tree-sha1 = "c9d5aa108588b978bd859554660c8a5c4f2f7669" -uuid = "81def892-9a0e-5fdd-b105-ffc91e053289" -version = "1.1.2" From bf5d25b21575a200e27134f9aa3d51091361d7e2 Mon Sep 17 00:00:00 2001 From: Francesco Furiani Date: Sun, 2 Sep 2018 10:18:59 +0200 Subject: [PATCH 06/10] Delete Project.toml --- Plasm/Project.toml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 Plasm/Project.toml diff --git a/Plasm/Project.toml b/Plasm/Project.toml deleted file mode 100644 index d025eb6..0000000 --- a/Plasm/Project.toml +++ /dev/null @@ -1,5 +0,0 @@ -[deps] -LinearAlgebraicRepresentation = "95167b0c-186a-594b-a231-52369c6de044" -Plasm = "4acbb178-e000-561d-911b-0cfe9f4a6092" -PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0" -Triangle = "56f361f5-126b-55db-87fb-1c71988fcde4" From 8cce253007ff18aa76b3dc0957843359d1abd1ab Mon Sep 17 00:00:00 2001 From: Francesco Furiani Date: Sun, 2 Sep 2018 10:20:59 +0200 Subject: [PATCH 07/10] Rename plasm.jl to _plasm.jl --- src/{plasm.jl => _plasm.jl} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{plasm.jl => _plasm.jl} (100%) diff --git a/src/plasm.jl b/src/_plasm.jl similarity index 100% rename from src/plasm.jl rename to src/_plasm.jl From 0c0f9274c383044fbdf54df9aaa2fb71c0e62bae Mon Sep 17 00:00:00 2001 From: Francesco Furiani Date: Sun, 2 Sep 2018 10:21:49 +0200 Subject: [PATCH 08/10] Delete .DS_Store --- examples/.DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 examples/.DS_Store diff --git a/examples/.DS_Store b/examples/.DS_Store deleted file mode 100644 index 5c356f324a04fb82e8d121d35b145d2dd9348c5a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK&2G~`5Z+Bf@d83d;!q?GD{&5(roHz)!GitG48LBWK+lqDU4G zzyrXQ!iA?OyaT)lcV>4d&?@9u1ZYN@{l>F1v-W3e*TWd&gF4w_%x8>wpaxq4hTn*p zH@YG%^lSifQ)4=b3l+oF_js}rO^&~j0rT$KOtUeY#Iv*SugIsm*Zam>?arl*%bvI* zu8HeHya+Qj3w5OH=^&~`{_QYN(m1LP@*-`v7 zPiG_l=6zM_C@<5>)^jzUALM1CW&>51$<)SUace)0bOv?AogfP=lfn}te{(+X-|Khf z_D*lnmGj-*URUmH_ZJHxyjyo4Jb78ae)IO-`;!kJPd_{UIee;CZXhn<3m8a6akLd4 zs`1&67-z<6I817N$k^AD{-@LASI$@^Yi1_dx@yN^RTio|f-1|qTHXyIF+dCu0~g2u zZaLo73tWRr69dG+zsZ2vA0(*30I_jsw+dVu08 zhyh~YzhZ!QhT(7kkA!FI%EOtnR)W3)HDcl#hd)!mutzb(nxl9V)C%~eF#rR^#vyn> P=tscPKm#%GM;Z75<$rjh From dd1f52a6ba370f07d2127fac6bd4be72de443132 Mon Sep 17 00:00:00 2001 From: Francesco Furiani Date: Sun, 2 Sep 2018 10:22:17 +0200 Subject: [PATCH 09/10] Delete villa.obj --- villa.obj | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 villa.obj diff --git a/villa.obj b/villa.obj deleted file mode 100644 index e69de29..0000000 From 7b17eaaa257af416719c43b717c2263381c84d98 Mon Sep 17 00:00:00 2001 From: Francesco Furiani Date: Sun, 2 Sep 2018 10:46:43 +0200 Subject: [PATCH 10/10] Update .travis.yml --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 814d75a..fcdaa2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: julia os: - linux - - osx +# - osx branches: only: @@ -10,12 +10,14 @@ branches: - julia-1.0 julia: + - 0.6 - 0.7 - 1.0 - nightly matrix: allow_failures: + - julia: 1.0 - julia: nightly notifications: