Thanks for the reply. I'm making a couple of in-house applications for 
research purposes and we will probably take the "we want a program that 
will work, and then we want to freeze it" approach.  If they get used a 
lot, then we will continue development though.

I see what you're saying about pulling from the development branch.  That 
makes sense.  I'm learning python and git and everything as I go, so any 
command examples, etc, of how you do things would certainly  be very 
helpful.

Thanks
J



On Thursday, May 17, 2018 at 9:15:00 PM UTC-6, Luke Campagnola wrote:
>
> 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 <jweb...@gmail.com 
> <javascript:>> 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 pyqtgraph+...@googlegroups.com <javascript:>.
>> 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 pyqtgraph+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyqtgraph/df61f441-d4c1-4e1d-9fec-0f2f2c76abe2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to