So, some caveats first: * I am using this subtree method in one of my projects, and I am not totally convinced it is worth the extra effort. * If you have custom changes to pyqtgraph that you want to keep in sync with changes to the parent project, AND you feel really comfortable with git, then this might be a reasonable option.
That said, the core branch doesn't really need to be updated, because the way (I think) you should use it as as a starting point for creating your own core branch--you would clone the core into your package and then pull from the develop branch to bring it up to date. At that point you "own" that core branch; you only update it when you are ready to. If you're still interested, I can post some more specific information (especially command examples) of how I use subtrees. On Mon, May 14, 2018 at 3:59 PM, Jeremy Webster <[email protected]> wrote: > Hey > > I'm thinking about embedding pyqtgraph as a sub-package of my project as > described in http://pyqtgraph.org/documentation/how_to_use.html > > but I noticed that there haven't been any chages to pyqtgraph-core in 3 > years > > Are there plans to update that anytime soon? Can I use the current main > pyqtgraph branch from github instead of the core? > > Great package btw > > Jeremy > > -- > You received this message because you are subscribed to the Google Groups > "pyqtgraph" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/pyqtgraph/effaf7d0-7ee9-4eb0-8291-24e6f3e38bcc%40googlegroups.com > <https://groups.google.com/d/msgid/pyqtgraph/effaf7d0-7ee9-4eb0-8291-24e6f3e38bcc%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/CACZXET_cytq6s8KFHemuKpD%2Bek2FBVpFcJZ%3DX02jSvWp7Qv-vQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
