jbrukh / bayesian

Naive Bayesian Classification for Golang.
Other
796 stars 128 forks source link

Release 1.0 is really old - make a new release #25

Closed urjitbhatia closed 5 years ago

urjitbhatia commented 6 years ago

1.0 is still importing things like "gob" instead of "encoding/gob" etc. Can you make a new release? I can also help co-maintain the project is that helps.

Tools like dep will pick up release versions for most people and they will get code that won't work for newer versions of go.

Thanks!

kisPocok commented 6 years ago

Until we got the version, you can use master branch for dep.

[[constraint]]
  name = "github.com/jbrukh/bayesian"
  branch = "master"
jbrukh commented 5 years ago

Hey sorry for the egregious slowness. As you can tell, this project hasn't been my focus. :D

@urjitbhatia @kisPocok If you guys are up for maintaining, I'm happy to add you as collaborators. Let me know.

kisPocok commented 5 years ago

My IP150 got fire (really) so I choose another mainboard for the next time. So, this is a small "No" for your question :)

urjitbhatia commented 5 years ago

@jbrukh thanks, I am happy to help with this project!

jbrukh commented 5 years ago

@urjitbhatia Thanks for your interest! You are now a collaborator for this repo. I am happy to look at PRs.