Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce dependencies #47

Closed
3 of 5 tasks
breznak opened this issue Aug 1, 2018 · 11 comments
Closed
3 of 5 tasks

Reduce dependencies #47

breznak opened this issue Aug 1, 2018 · 11 comments

Comments

@breznak
Copy link
Member

breznak commented Aug 1, 2018

@dkeeney @chhenning I was reviewing your interesting work on refactoring/reducing nupic.core, and I'd like to get it merged back here to some extend.

Features that I like:

@dkeeney
Copy link

dkeeney commented Aug 7, 2018 via email

@breznak
Copy link
Member Author

breznak commented Aug 7, 2018

I like to notion about zlib and capnp, I'll join that! I'll have to think about cpp17 and completely pure c++, but I agree it's the cleanest solution...so when the time comes.
Actually, is anybody else developing the repos?

@dkeeney
Copy link

dkeeney commented Aug 7, 2018 via email

@chhenning
Copy link

Sorry for the late reply. Welcome back breznak! My pybind (replacement for swig) bindinds are working very well, I think. Have a look here:

https://github.com/chhenning/nupic/tree/master/src/cpp/nupic/python

@dkeeney
Copy link

dkeeney commented Aug 8, 2018

@breznak, shall we put in pybind and isolate the python interface now or are there other smaller components you would like to put in first? I am trying to decide what part to do next.

@breznak
Copy link
Member Author

breznak commented Aug 9, 2018

Updated the description with decision based on your advices, added links to respective issues.

@dkeeney I think pybind is rather a big step, for now I'd like to align as much as possible with yours and Christian's work..so smaller pieces first, please.

  1. ASAP merge Adding smart pointers and new features to ArrayBase and friends. #52 (please answer comments), and finish and merge backtracking TM  #46
  2. serialization Figure serialization (remove capnproto?) #48
  3. c++17 in Switch to c++17 #55
  4. Region classes (should be relatively independent) Merge Region classes from dkeeney #54

@dkeeney
Copy link

dkeeney commented Aug 13, 2018

I guess the next project is to remove capnproto. #48
I will take that one unless someone has already started it.

@breznak
Copy link
Member Author

breznak commented Aug 13, 2018

that'll be perfect and a big cleanup!

@breznak breznak mentioned this issue Aug 31, 2018
16 tasks
@breznak
Copy link
Member Author

breznak commented Sep 19, 2018

one more huge dependency dropped! Capnp removed in #62

@breznak
Copy link
Member Author

breznak commented Dec 19, 2018

With #169 we'll have most of boost includes removed,
only remaining are

  • math/ArrayAlgo.hpp
  • math/Math.hpp

and I'm working on those.

@dkeeney can we revisit switch to c++17 #55 and then proceed with this one?

@breznak
Copy link
Member Author

breznak commented Dec 19, 2018

Closing and moving to #106 as the only remaining part of this issue.

@breznak breznak closed this as completed Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants