Hi, I created a new package recently, https://github.com/AlexisRenchon/DAMMmodel.j

Hi,
I created a new package recently, https://github.com/AlexisRenchon/DAMMmodel.jl
and I noticed that the first time I could use its function directly like:

using DAMMmodel
DAMM_Makie()

but then I released a new version, and now I have to do

using DAMMmodel
DAMMmodel.DAMM_Makie()

Any idea why? It’s no big deal but I am curious :slightly_smiling_face:

Note that the original poster on Slack cannot see your response here on Discourse. Consider transcribing the appropriate answer back to Slack, or pinging the poster here on Discourse so they can follow this thread.
(Original message :slack:) (More Info)

I misread the package name and I was quite disappointed when I realised that. :grinning:

3 Likes