lindahua / MixtureModels.jl

A Julia package for probabilistic mixture models
MIT License
13 stars 5 forks source link

@check_argdims not defined #3

Open parmegv opened 10 years ago

parmegv commented 10 years ago

julia> versioninfo() Julia Version 0.3.0-prerelease+1570 Commit a6f6461* (2014-02-14 21:07 UTC) Platform Info: System: Windows (x86_64-w64-mingw32) CPU: Intel(R) Core(TM) i7 CPU 960 @ 3.20GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY) LAPACK: libopenblas LIBM: libopenlibm

julia> using MixtureModels ERROR: @check_argdims not defined in include at boot.jl:244 in include_from_node1 at loading.jl:120 while loading C:\Users\Rafa.julia\v0.3\MixtureModels\src\types.jl, in expressio n starting on line 9 while loading C:\Users\Rafa.julia\v0.3\MixtureModels\src\MixtureModels.jl, in e xpression starting on line 18

parmegv commented 10 years ago

NumericExtensions don't have that macro now in master.

PDMats seems to have it, but the same error happens.

parmegv commented 10 years ago

PDMats doesn't export the macro, and MixtureModels doesn't have an "using PDMats".

Pull requests: https://github.com/lindahua/MixtureModels.jl/pull/4, https://github.com/lindahua/PDMats.jl/pull/2

lindahua commented 10 years ago

@parmegv I haven't visited this package for a while. It is not up to date with all these latest changes. Will make a substantial revision next week.

parmegv commented 10 years ago

@lindahua Should I point to more bugs I find or just wait for your update next week?

lindahua commented 10 years ago

I think you may wait a little bit. This will be a major update.

cbecker commented 10 years ago

I just tried MixtureModels and I am getting this same error. I wonder if there is a working version of MixtureModels for v0.3, or is it worth downgrading to earlier julia versions.

johnerichumphries commented 10 years ago

I am also getting the same error.

@lindahua I could try to fix this and make a pull request, but think you may be preparing a major release still?

rgiordan commented 9 years ago

This looks like an old thread, but I am having the same problem. Is this package still being actively supported?

julia> versioninfo()
Julia Version 0.3.7
Commit cb9bcae* (2015-03-23 21:36 UTC)
Platform Info:
  System: Linux (x86_64-linux-gnu)
  CPU: Intel(R) Core(TM) i7 CPU       Q 820  @ 1.73GHz
  WORD_SIZE: 64
  BLAS: libopenblas (DYNAMIC_ARCH NO_AFFINITY Nehalem)
  LAPACK: libopenblas
  LIBM: libopenlibm
  LLVM: libLLVM-3.3

julia> using MixtureModels
Warning: could not import Base.add! into NumericExtensions
ERROR: @check_argdims not defined
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in reload_path at loading.jl:152
 in _require at loading.jl:67
 in require at loading.jl:51
while loading /home/rgiordan/.julia/v0.3/MixtureModels/src/types.jl, in expression starting on line 14
while loading /home/rgiordan/.julia/v0.3/MixtureModels/src/MixtureModels.jl, in expression starting on line 18
oxinabox commented 9 years ago

Seconding @rgiordan 's question. Is this module still being supported? It is referenced still in Distributions.jl's documentation as what to use to fit MixtureModels

parmegv commented 8 years ago

guys, lastest commit is from 2013.

I've not developed any more things with Julia since I tried it when I reported this bug, but I think I fixed it in my clone: https://github.com/parmegv/MixtureModels.jl

I only added a new import line, anyways ;)