Giter Club home page Giter Club logo

arules.jl's People

Contributors

bcbi-bot avatar bors[bot] avatar dilumaluthge avatar juliatagbot avatar mcmcgrath13 avatar mirestrepo avatar paulstey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

arules.jl's Issues

Installing ARules.jl downgrades DataFrames

julia 0.7 1.1

I think this specification isn't needed in Julia 1.7. If I install ARules.jl, it downgrades DataFrames to v0.21.8.

(@v1.7) pkg> add ARules
    Updating registry at `C:\Users\wjhol\.julia\registries\General`
    Updating git-repo `https://github.com/JuliaRegistries/General.git`
   Resolving package versions...
    Updating `C:\Users\wjhol\.julia\environments\v1.7\Project.toml`
  [7cbe2057] + ARules v0.0.2
  [a93c6f00] ↓ DataFrames v1.3.0 ⇒ v0.21.8
    Updating `C:\Users\wjhol\.julia\environments\v1.7\Manifest.toml`
  [7cbe2057] + ARules v0.0.2
  [324d7699] + CategoricalArrays v0.8.3
  [a8cc5b0e] - Crayons v4.0.4
  [a93c6f00] ↓ DataFrames v1.3.0 ⇒ v0.21.8
  [59287772] - Formatting v0.4.2
  [682c06a0] + JSON v0.21.2
  [e1d29d7a] ↓ Missings v1.0.2 ⇒ v0.4.5
  [2dfb63ee] ↓ PooledArrays v1.4.0 ⇒ v0.5.3
  [08abe8d2] - PrettyTables v1.2.3
  [189a3867] ↓ Reexport v1.2.2 ⇒ v0.2.0
  [a2af1166] ↓ SortingAlgorithms v1.0.1 ⇒ v0.3.1
  [856f2bd8] + StructTypes v1.8.1
Precompiling project...
  9 dependencies successfully precompiled in 7 seconds (32 already precompiled)

If I remove ARules.jl and instead install a local development package with only this line removed, the tests pass and the apriori function appears to work as before.

(@v1.7) pkg> remove ARules
    Updating `C:\Users\wjhol\.julia\environments\v1.7\Project.toml`
  [7cbe2057] - ARules v0.0.2
    Updating `C:\Users\wjhol\.julia\environments\v1.7\Manifest.toml`
  [7cbe2057] - ARules v0.0.2

(@v1.7) pkg> update
    Updating registry at `C:\Users\wjhol\.julia\registries\General`
    Updating git-repo `https://github.com/JuliaRegistries/General.git`
    Updating `C:\Users\wjhol\.julia\environments\v1.7\Project.toml`
  [a93c6f00] ↑ DataFrames v0.21.8 ⇒ v1.3.0
    Updating `C:\Users\wjhol\.julia\environments\v1.7\Manifest.toml`
  [324d7699] - CategoricalArrays v0.8.3
  [a8cc5b0e] + Crayons v4.0.4
  [a93c6f00] ↑ DataFrames v0.21.8 ⇒ v1.3.0
  [59287772] + Formatting v0.4.2
  [682c06a0] - JSON v0.21.2
  [e1d29d7a] ↑ Missings v0.4.5 ⇒ v1.0.2
  [2dfb63ee] ↑ PooledArrays v0.5.3 ⇒ v1.4.0
  [08abe8d2] + PrettyTables v1.2.3
  [189a3867] ↑ Reexport v0.2.0 ⇒ v1.2.2
  [a2af1166] ↑ SortingAlgorithms v0.3.1 ⇒ v1.0.1
  [856f2bd8] - StructTypes v1.8.1
Precompiling project...
  8 dependencies successfully precompiled in 21 seconds (32 already precompiled)

(@v1.7) pkg> dev ARules
   Resolving package versions...
    Updating `C:\Users\wjhol\.julia\environments\v1.7\Project.toml`
  [7cbe2057] + ARules v0.0.2 `C:\Users\wjhol\.julia\dev\ARules`
    Updating `C:\Users\wjhol\.julia\environments\v1.7\Manifest.toml`
  [7cbe2057] + ARules v0.0.2 `C:\Users\wjhol\.julia\dev\ARules`

(@v1.7) pkg> test ARules
     Testing ARules
      Status `C:\Users\wjhol\AppData\Local\Temp\jl_hBBihp\Project.toml`
  [7cbe2057] ARules v0.0.2 `C:\Users\wjhol\.julia\dev\ARules`
  [a93c6f00] DataFrames v1.3.0
  [2913bbd2] StatsBase v0.33.13
  [8dfed614] Test `@stdlib/Test`
      Status `C:\Users\wjhol\AppData\Local\Temp\jl_hBBihp\Manifest.toml`
  [7cbe2057] ARules v0.0.2 `C:\Users\wjhol\.julia\dev\ARules`
  [d360d2e6] ChainRulesCore v1.11.2
  [9e997f8a] ChangesOfVariables v0.1.1
  [34da2185] Compat v3.40.0
  [a8cc5b0e] Crayons v4.0.4
  [9a962f9c] DataAPI v1.9.0
  [a93c6f00] DataFrames v1.3.0
  [864edb3b] DataStructures v0.18.10
  [e2d170a0] DataValueInterfaces v1.0.0
  [ffbed154] DocStringExtensions v0.8.6
  [59287772] Formatting v0.4.2
  [3587e190] InverseFunctions v0.1.2
  [41ab1584] InvertedIndices v1.1.0
  [92d709cd] IrrationalConstants v0.1.1
  [82899510] IteratorInterfaceExtensions v1.0.0
  [2ab3a3ac] LogExpFunctions v0.3.5
  [e1d29d7a] Missings v1.0.2
  [bac558e1] OrderedCollections v1.4.1
  [2dfb63ee] PooledArrays v1.4.0
  [08abe8d2] PrettyTables v1.2.3
  [189a3867] Reexport v1.2.2
  [a2af1166] SortingAlgorithms v1.0.1
  [82ae8749] StatsAPI v1.1.0
  [2913bbd2] StatsBase v0.33.13
  [3783bdb8] TableTraits v1.0.1
  [bd369af6] Tables v1.6.0
  [0dad84c5] ArgTools `@stdlib/ArgTools`
  [56f22d72] Artifacts `@stdlib/Artifacts`
  [2a0f44e3] Base64 `@stdlib/Base64`
  [ade2ca70] Dates `@stdlib/Dates`
  [8bb1440f] DelimitedFiles `@stdlib/DelimitedFiles`
  [8ba89e20] Distributed `@stdlib/Distributed`
  [f43a241f] Downloads `@stdlib/Downloads`
  [9fa8497b] Future `@stdlib/Future`
  [b77e0a4c] InteractiveUtils `@stdlib/InteractiveUtils`
  [b27032c2] LibCURL `@stdlib/LibCURL`
  [76f85450] LibGit2 `@stdlib/LibGit2`
  [8f399da3] Libdl `@stdlib/Libdl`
  [37e2e46d] LinearAlgebra `@stdlib/LinearAlgebra`
  [56ddb016] Logging `@stdlib/Logging`
  [d6f4376e] Markdown `@stdlib/Markdown`
  [a63ad114] Mmap `@stdlib/Mmap`
  [ca575930] NetworkOptions `@stdlib/NetworkOptions`
  [44cfe95a] Pkg `@stdlib/Pkg`
  [de0858da] Printf `@stdlib/Printf`
  [3fa0cd96] REPL `@stdlib/REPL`
  [9a3f8284] Random `@stdlib/Random`
  [ea8e919c] SHA `@stdlib/SHA`
  [9e88b42a] Serialization `@stdlib/Serialization`
  [1a1011a3] SharedArrays `@stdlib/SharedArrays`
  [6462fe0b] Sockets `@stdlib/Sockets`
  [2f01184e] SparseArrays `@stdlib/SparseArrays`
  [10745b16] Statistics `@stdlib/Statistics`
  [fa267f1f] TOML `@stdlib/TOML`
  [a4e569a6] Tar `@stdlib/Tar`
  [8dfed614] Test `@stdlib/Test`
  [cf7118a7] UUIDs `@stdlib/UUIDs`
  [4ec0a83e] Unicode `@stdlib/Unicode`
  [e66e0078] CompilerSupportLibraries_jll `@stdlib/CompilerSupportLibraries_jll`
  [deac9b47] LibCURL_jll `@stdlib/LibCURL_jll`
  [29816b5a] LibSSH2_jll `@stdlib/LibSSH2_jll`
  [c8ffd9c3] MbedTLS_jll `@stdlib/MbedTLS_jll`
  [14a3606d] MozillaCACerts_jll `@stdlib/MozillaCACerts_jll`
  [4536629a] OpenBLAS_jll `@stdlib/OpenBLAS_jll`
  [83775a58] Zlib_jll `@stdlib/Zlib_jll`
  [8e850b90] libblastrampoline_jll `@stdlib/libblastrampoline_jll`
  [8e850ede] nghttp2_jll `@stdlib/nghttp2_jll`
  [3f19e933] p7zip_jll `@stdlib/p7zip_jll`
     Testing Running tests...
     Testing ARules tests passed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.