You can subscribe to this list here.
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
(5) |
May
(34) |
Jun
(30) |
Jul
(65) |
Aug
(34) |
Sep
(9) |
Oct
(39) |
Nov
(147) |
Dec
(73) |
| 2016 |
Jan
(89) |
Feb
(42) |
Mar
(41) |
Apr
(28) |
May
(39) |
Jun
(59) |
Jul
(119) |
Aug
(48) |
Sep
(10) |
Oct
(19) |
Nov
(13) |
Dec
|
| 2017 |
Jan
(2) |
Feb
|
Mar
(3) |
Apr
|
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
(2) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
(3) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2021 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
| 2022 |
Jan
|
Feb
|
Mar
|
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2023 |
Jan
(1) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(2) |
Aug
(3) |
Sep
(2) |
Oct
(3) |
Nov
(4) |
Dec
(3) |
| 2024 |
Jan
|
Feb
(3) |
Mar
(3) |
Apr
(4) |
May
(4) |
Jun
(3) |
Jul
(2) |
Aug
|
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(2) |
| 2025 |
Jan
(1) |
Feb
(2) |
Mar
(2) |
Apr
(2) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
|
|
From: Carlos P. <cpa...@ce...> - 2017-03-10 12:55:43
|
Hi, I just wanted to share this: https://gist.github.com/cpascual/16b7fa2cab18ae27f1483d79400f7051 -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carrer de la Llum 2-26 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
|
From: Carlos P. <cpa...@ce...> - 2017-01-23 12:25:11
|
Hi all,
The new Taurus 4.0.3 has been released.
The source files and windows installers can be downloaded from PyPI:
http://pypi.python.org/pypi/taurus
The documentation is available at:
http://www.taurus-scada.org
For a detailed list of changes, see the CHANGELOG:
https://github.com/taurus-org/taurus/blob/master/CHANGELOG.md
And the issue tracker:
https://github.com/taurus-org/taurus/milestone/1?closed=1
You can also get the full log of commits, from your local git repo with:
% git log 4.0.1..4.0.3
If you encounter problems installing or running this release, please
open an issue in :
https://github.com/taurus-org/taurus/issues
Or contact the mailing list:
tau...@li...
Cheers!
Carlos (on behalf of the taurus developers)
--
+----------------------------------------------------+
Carlos Pascual Izarra
Scientific Software Coordinator
Computing Division
ALBA Synchrotron [http://www.albasynchrotron.es]
Carrer de la Llum 2-26
E-08290 Cerdanyola del Valles (Barcelona), Spain
E-mail: cpa...@ce...
Phone: +34 93 592 4428
+----------------------------------------------------+
|
|
From: Carlos P. <cpa...@ce...> - 2017-01-13 13:34:09
|
Hi, According to our release schedule, we should make an official release of Taurus during this month. Also, in order to be ready for inclusion in Debian9, we are planing to release around the end of next week. For Jan17 we will have basically a bugfix release of based on the current develop version of taurus (4.0.3-alpha). The current status of the Jan17 milestone can be checked at [1]. During next week we will try to close the still-open issues from [1]. If you think that some other specific issue should/can be closed before this release, please mention it (or, even better, do a Pull Request) ;) Cheers, Carlos [1] https://github.com/taurus-org/taurus/milestone/1 -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carrer de la Llum 2-26 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
|
From: Carlos P. <cpa...@ce...> - 2016-11-28 08:07:00
|
If it is just about accessing the *existing* label widget, you can do it with
f[0].labelWidget()
... and then you can call setText, or whatever
If you want to set a different label widget, you can't directly set the
widget, but you can do it by setting the class with:
f[0].setLabelWidgetClass(MyLabel)
Cheers
On Friday, November 18, 2016 1:35:56 PM CET Tiago Coutinho wrote:
> Hi,
>
> How can I set an item label in taurusform?
>
> Is there something like:
>
> f = TaurusForm()
> f.setModel('a/b/c/d')
>
> f[0].setLabelWidget(Qt.QLabel('my label'))
>
>
> Thanks in advance
>
> Cheers
> Tiago
>
> ----------------------------------------------------------------------------
> -- _______________________________________________
> Tauruslib-devel mailing list
> Tau...@li...
> https://lists.sourceforge.net/lists/listinfo/tauruslib-devel
--
+----------------------------------------------------+
Carlos Pascual Izarra
Scientific Software Coordinator
Computing Division
ALBA Synchrotron [http://www.albasynchrotron.es]
Carrer de la Llum 2-26
E-08290 Cerdanyola del Valles (Barcelona), Spain
E-mail: cpa...@ce...
Phone: +34 93 592 4428
+----------------------------------------------------+
|
|
From: Tiago C. <tia...@es...> - 2016-11-18 12:36:03
|
Hi,
How can I set an item label in taurusform?
Is there something like:
f = TaurusForm()
f.setModel('a/b/c/d')
f[0].setLabelWidget(Qt.QLabel('my label'))
Thanks in advance
Cheers
Tiago
|
|
From: Carlos P. <cpa...@ce...> - 2016-11-18 10:19:48
|
Hi all, Since we now have our shiny new GitHub project, we should start changing our minds about integration. Until now, most of the review and integration load fell on a few people (mostly zibi, cfalcon, teresa and me). We have put some hopes in that the transition to github will help to share that load a bit more. For non-integrators: The idea is that *everybody* can review and comment on any of the open Pull Requests, even if you are not an appointed integrator. If you have looked at the changes from a Pull Request, please say so in a comment to the Pull Request. And if you think it is ready for being merged, please say so and give a thumbs up to the initial comment in the PR. This will help the integrators in their own evaluation. For integrators: Please subscribe (if you are not already) to notifications on new issues and new pull requests. When something new comes, have a look at it and if you can assign it to yourself and do the review and integration. If you are not sure, you can still comment and let someone else do the final integration. Do not wait for me or someone else to ask you to integrate a certain feature. For Contributors: If you think that someone can help in integrating your pull request, please use the "mention" system of github to grab that person attention (e.g. use @cpascual in a comment to mention me) . So... just in order to get you people trained in the new workflows, I left a few Pull Requests of my own needing urgent integration. Go for them! ;) https://github.com/taurus-org/taurus/pulls Cheers! Carlos -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carrer de la Llum 2-26 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
|
From: Teresa N. <mar...@de...> - 2016-11-18 09:56:53
|
Many thanks, yes, it works now. On 11/18/16 10:54, Carlos Pascual wrote: > Hi Teresa, I fixed that and a few other broken links just now... > > Can you try again (forcing a reload of the page to avoid cache issues)? > > > > On Friday, November 18, 2016 10:46:48 AM CET Carlos Manuel Falcon Torres > wrote: >> Hi all, >> It works for me. >> Teresa, Can you access to >> http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ? >> >> Best, >> Carlos >> >> On 11/18/2016 10:02 AM, Teresa Nunez wrote: >>> Hi Carlos, >>> >>> many thanks for the information. >>> >>> One small thing, the link to: >>> >>> commit message guidelines >>> <http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html%29> >>> >>> in [3] does not work, at least in my case. >>> >>> Regards, >>> >>> Teresa >>> >>> On 11/17/16 16:14, Carlos Pascual wrote: >>>> We are happy to announce that the Taurus project has just finished its >>>> transition to GitHub. >>>> >>>> Main changes: >>>> >>>> - The old SourceForge Project page [1] is now considered obsolete. >>>> >>>> - The official source code repository is now: >>>> https://github.com/taurus-org/taurus >>>> >>>> - The bugs and feature requests should now be reported as GitHub Issues >>>> [2] >>>> >>>> - The code contribution rules changed. They are described in the >>>> >>>> CONTRIBUTING.md file [3] >>>> >>>> For more details about the migration, see the TEP16 [4] >>>> >>>> References: >>>> >>>> [1]http://tauruslib.sourceforge.net/ >>>> [2]https://github.com/taurus-org/taurus/issues >>>> [3]https://github.com/taurus-org/taurus/blob/develop/CONTRIBUTING.md >>>> [4]http://www.taurus-scada.org/tep/?TEP16.md >>> -------------------------------------------------------------------------- >>> ---- >>> >>> >>> _______________________________________________ >>> Tauruslib-devel mailing list >>> Tau...@li... >>> https://lists.sourceforge.net/lists/listinfo/tauruslib-devel > |
|
From: Carlos P. <cpa...@ce...> - 2016-11-18 09:54:33
|
Hi Teresa, I fixed that and a few other broken links just now... Can you try again (forcing a reload of the page to avoid cache issues)? On Friday, November 18, 2016 10:46:48 AM CET Carlos Manuel Falcon Torres wrote: > Hi all, > It works for me. > Teresa, Can you access to > http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ? > > Best, > Carlos > > On 11/18/2016 10:02 AM, Teresa Nunez wrote: > > Hi Carlos, > > > > many thanks for the information. > > > > One small thing, the link to: > > > > commit message guidelines > > <http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html%29> > > > > in [3] does not work, at least in my case. > > > > Regards, > > > > Teresa > > > > On 11/17/16 16:14, Carlos Pascual wrote: > >> We are happy to announce that the Taurus project has just finished its > >> transition to GitHub. > >> > >> Main changes: > >> > >> - The old SourceForge Project page [1] is now considered obsolete. > >> > >> - The official source code repository is now: > >> https://github.com/taurus-org/taurus > >> > >> - The bugs and feature requests should now be reported as GitHub Issues > >> [2] > >> > >> - The code contribution rules changed. They are described in the > >> > >> CONTRIBUTING.md file [3] > >> > >> For more details about the migration, see the TEP16 [4] > >> > >> References: > >> > >> [1]http://tauruslib.sourceforge.net/ > >> [2]https://github.com/taurus-org/taurus/issues > >> [3]https://github.com/taurus-org/taurus/blob/develop/CONTRIBUTING.md > >> [4]http://www.taurus-scada.org/tep/?TEP16.md > > > > -------------------------------------------------------------------------- > > ---- > > > > > > _______________________________________________ > > Tauruslib-devel mailing list > > Tau...@li... > > https://lists.sourceforge.net/lists/listinfo/tauruslib-devel -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carrer de la Llum 2-26 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
|
From: Teresa N. <mar...@de...> - 2016-11-18 09:52:42
|
Hi Carlos,
yes, I can access the link you put here ... and now
also the
other one ... which goes to the same page ;).
Thanks, somehow it works now.
Regards,
Teresa
On 11/18/16 10:46, Carlos Manuel Falcon Torres wrote:
> Hi all,
> It works for me.
> Teresa, Can you access to
> http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ?
>
> Best,
> Carlos
>
> On 11/18/2016 10:02 AM, Teresa Nunez wrote:
>> Hi Carlos,
>> many thanks for the information.
>> One small thing, the link to:
>>
>> commit message guidelines
>> <http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html%29>
>>
>> in [3] does not work, at least in my case.
>>
>> Regards,
>> Teresa
>>
>> On 11/17/16 16:14, Carlos Pascual wrote:
>>> We are happy to announce that the Taurus project has just finished its
>>> transition to GitHub.
>>>
>>> Main changes:
>>>
>>> - The old SourceForge Project page [1] is now considered obsolete.
>>>
>>> - The official source code repository is now:
>>> https://github.com/taurus-org/taurus
>>>
>>> - The bugs and feature requests should now be reported as GitHub Issues [2]
>>>
>>> - The code contribution rules changed. They are described in the
>>> CONTRIBUTING.md file [3]
>>>
>>> For more details about the migration, see the TEP16 [4]
>>>
>>> References:
>>>
>>> [1]http://tauruslib.sourceforge.net/
>>> [2]https://github.com/taurus-org/taurus/issues
>>> [3]https://github.com/taurus-org/taurus/blob/develop/CONTRIBUTING.md
>>> [4]http://www.taurus-scada.org/tep/?TEP16.md
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>>
>>
>> _______________________________________________
>> Tauruslib-devel mailing list
>> Tau...@li...
>> https://lists.sourceforge.net/lists/listinfo/tauruslib-devel
>
|
|
From: Carlos M. F. T. <cf...@ce...> - 2016-11-18 09:46:56
|
Hi all, It works for me. Teresa, Can you access to http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ? Best, Carlos On 11/18/2016 10:02 AM, Teresa Nunez wrote: > Hi Carlos, > many thanks for the information. > One small thing, the link to: > > commit message guidelines > <http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html%29> > > in [3] does not work, at least in my case. > > Regards, > Teresa > > On 11/17/16 16:14, Carlos Pascual wrote: >> We are happy to announce that the Taurus project has just finished its >> transition to GitHub. >> >> Main changes: >> >> - The old SourceForge Project page [1] is now considered obsolete. >> >> - The official source code repository is now: >> https://github.com/taurus-org/taurus >> >> - The bugs and feature requests should now be reported as GitHub Issues [2] >> >> - The code contribution rules changed. They are described in the >> CONTRIBUTING.md file [3] >> >> For more details about the migration, see the TEP16 [4] >> >> References: >> >> [1]http://tauruslib.sourceforge.net/ >> [2]https://github.com/taurus-org/taurus/issues >> [3]https://github.com/taurus-org/taurus/blob/develop/CONTRIBUTING.md >> [4]http://www.taurus-scada.org/tep/?TEP16.md >> > > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Tauruslib-devel mailing list > Tau...@li... > https://lists.sourceforge.net/lists/listinfo/tauruslib-devel |
|
From: Teresa N. <mar...@de...> - 2016-11-18 09:02:40
|
Hi Carlos,
many thanks for the information.
One small thing, the link to:
commit message guidelines
<http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html%29>
in [3] does not work, at least in my case.
Regards,
Teresa
On 11/17/16 16:14, Carlos Pascual wrote:
> We are happy to announce that the Taurus project has just finished its
> transition to GitHub.
>
> Main changes:
>
> - The old SourceForge Project page [1] is now considered obsolete.
>
> - The official source code repository is now:
> https://github.com/taurus-org/taurus
>
> - The bugs and feature requests should now be reported as GitHub Issues [2]
>
> - The code contribution rules changed. They are described in the
> CONTRIBUTING.md file [3]
>
> For more details about the migration, see the TEP16 [4]
>
> References:
>
> [1] http://tauruslib.sourceforge.net/
> [2] https://github.com/taurus-org/taurus/issues
> [3] https://github.com/taurus-org/taurus/blob/develop/CONTRIBUTING.md
> [4] http://www.taurus-scada.org/tep/?TEP16.md
>
|
|
From: Carlos P. <cpa...@ce...> - 2016-11-17 15:14:45
|
We are happy to announce that the Taurus project has just finished its
transition to GitHub.
Main changes:
- The old SourceForge Project page [1] is now considered obsolete.
- The official source code repository is now:
https://github.com/taurus-org/taurus
- The bugs and feature requests should now be reported as GitHub Issues [2]
- The code contribution rules changed. They are described in the
CONTRIBUTING.md file [3]
For more details about the migration, see the TEP16 [4]
References:
[1] http://tauruslib.sourceforge.net/
[2] https://github.com/taurus-org/taurus/issues
[3] https://github.com/taurus-org/taurus/blob/develop/CONTRIBUTING.md
[4] http://www.taurus-scada.org/tep/?TEP16.md
|
|
From: Carlos P. <cpa...@ce...> - 2016-11-15 14:03:51
|
Hi all, As part of the preparations for migrating the Taurus project to GitHub [1], the ticket tracker (bug reports and feature requests) has been migrated to: https://github.com/taurus-org/taurus/issues Please use this new tracker for new tickets and for updates on existing tickets (all tickets from SourceForge have been copied to GitHub). The old tracker in SourceForge will be kept read-only for historical reference only, and will not be updated. Note that the GitHub issue numbers do *not* correspond to the old SourceForge ticket numbers and that we, unfortunately, did not add a back-link to the original ticket when creating the issues in GitHub. Therefore, the only way (for now) to link the migrated tickets to their original source is by searching on the title. I hope you enjoy the new system. If you have any comment on this migration, please join the discussion at [1]. Carlos References: [1] https://github.com/taurus-org/taurus/pull/1 -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carrer de la Llum 2-26 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
|
From: Vincent M. <vin...@ma...> - 2016-10-28 08:57:14
|
> That's nice, yes... although it is more or less what you get with Docker
> (except for the admin permissions part)
Yes, though I would say conda is more about managing work environments,
while docker focuses more on isolation:
Docker conda
v v
< Virtual Machine --- | --- chroot --- | --- Virtual Env >
So let's say I want to run a clean preconfigured tango database for
testing purposes. That's where docker really shines:
$ docker run -it --publish 10000:10000 \
tango-controls/tango-database:latest
Now I want an interactive environment where I can play with an ITango
console, run some scripts, pop-up a taurus GUI and write a small device.
Then conda is probably a better fit:
$ conda create --name tango --channel tango-controls \
python=3 tango=9.2 taurus itango
> I haven't worked with caching...
> I guess you 've already looked here: https://docs.travis-ci.com/user/caching/
>
> If the above does not work, maybe you can instruct travis to deploy your
> build objects as a tar on every successful build to some ad-hoc repo (or some
> ftp server or whatever) and then download and untar it in the before_install
> phase. This would work both with the Travis VM directly with docker (via a
> mounted volume).
I should have been more precise :)
Caching works fine, the issue is actually related to the build itself.
It uses the file timestamps to decide whether a build object is
deprecated or not. So I guess I would need a way to cache the sources as
well and compare them somehow, but it sounds hackish...
Thanks for the insight,
/Vincent
|
|
From: Carlos P. <cpa...@ce...> - 2016-10-26 17:03:21
|
On Wednesday, October 26, 2016 12:01:14 PM CEST Vincent Michel wrote: > On 10/25/2016 01:53 PM, Carlos Pascual wrote >(...) > >(I haven't checked, but I do not think that e.g. > > epics and pyepics will have cunda packages). > > I just checked and they're available on the lightsource2 anaconda > channel: https://anaconda.org/lightsource2 good to know! > (...) It's too bad that readthedocs doesn't > provide an API to upload the documentation directly from travis (though > it has been discussed at some point: > https://github.com/rtfd/readthedocs.org/issues/1083) Yes, that would be awesome... > Mocking is an acceptable hack for the pytango documentation since it is > only one module to mock (tango._tango, see file [1]). I agree. In Taurus I worry about more dependencies, though > Also having, the > documentation separated from the regular build is good, since building > the boost layer of pytango takes 10 minutes. That plus the collaborative > features of ReadTheDocs should make it easy for people to contribute to > the documentation, hopefully :) I suppose this could be alleviated if you manage to setup the caching (see below) > Now the travis builds. I am actually not so sure conda is the best > candidate for that, docker might actually be a better choice. But conda > is interesting for several reasons: > > - it's cross platform (run transparently on all linux OS) > - its installation doesn't require root access > - the anaconda cloud lets you upload your own packages > - the anaconda cloud lets you access many packages built by other users > - the packages don't have to be python packages > - though it integrates well with pip > - it's very simple to manage several environments with specific packages > - it's very simple to build and upload packages to anaconda > - conda-forge can build and upload packages for all platforms on its own > channel I definitely need to learn more about conda... Johan Forsberg already sold me some of those points last week ;) > > That means in the future, you might be able to run: > > $ conda create --channel conda-forge --name tango python=3 taurus > > to create a tango-ready environment with taurus and python3 that works > on any platform, from scratch, without admin rights and without building > anything like pip would do. We're not here yet, but I would like to see > conda becoming the default solution for tutorial, trainings, short-term > clients, etc. That's nice, yes... although it is more or less what you get with Docker (except for the admin permissions part) > > Now back to the builds. One issue is that travis doesn't provide any > integrated support for conda, like it does with docker. That means conda > needs to be installed from scratch (see the pytango travis file [2]). > Also, it would be nice for travis to support anaconda as a deployment > provider. But otherwise, it works fine. > > To conclude, I don't think docker and conda are mutually exclusive since > we'll keep building platform-specific packages anyway. So I'd say it's > good that we keep working on providing more resources for both technologies. I agree, in some cases, I would consider useful even to use Conda within a docker... Besides, even if we base our solution on docker, I think we should automate the deployment of Conda packages... > > I have additional question regarding docker. One thing that I'd like to > do in travis is to cache the build objects so that the boost layer > doesn't build every time, but only if something changed on the boost > side (which is pretty rare). Do you know if there is a way to achieve > that using travis and/or docker capabilities? I haven't worked with caching... I guess you 've already looked here: https://docs.travis-ci.com/user/caching/ If the above does not work, maybe you can instruct travis to deploy your build objects as a tar on every successful build to some ad-hoc repo (or some ftp server or whatever) and then download and untar it in the before_install phase. This would work both with the Travis VM directly with docker (via a mounted volume). Well, thanks for all the food for thought. Let's keep this flowing... Cheers! Carlos -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carrer de la Llum 2-26 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
|
From: Carlos P. <cpa...@ce...> - 2016-10-26 11:28:20
|
Hi all, I just created a DRAFT for a new Taurus Enhancement Proposal about moving Taurus to GitHub. Here is the TEP header: ~~~~ Title: Moving Taurus to GitHub TEP: 16 State: DRAFT Date: 2016-10-21 Drivers: Carlos Pascual-Izarra cpa...@ce... URL: https://github.com/cpascual/taurus/blob/tep16/doc/source/tep/TEP16.md License: http://www.jclark.com/xml/copying.txt Abstract: Move Taurus project from its current hosting in SourceForge to GitHub. The move affects the code repository, the ticket tracker and the wiki pages. It also proposes to change the contribution and the TEP workflow to make use of the Pull Request feature. ~~~~ As you can see, the TEP16 text can be reached at: https://github.com/cpascual/taurus/blob/tep16/doc/source/tep/TEP16.md Also note that the changes proposed in TEP16 are already partially implemented for evaluation purposes in the following repository: https://github.com/taurus-org/taurus Also note that, according to the proposed new workflow, the following Pull Request has been created for discussing the TEP16: https://github.com/taurus-org/taurus/pull/1 I suggest that we use the mentioned Pull Request as the main channel for discussion, since it will be a good way for validating the proposed workflow. Carlos -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carrer de la Llum 2-26 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
|
From: Vincent M. <vin...@ma...> - 2016-10-26 10:01:26
|
On 10/25/2016 01:53 PM, Carlos Pascual wrote > Note: this is a reply to a private email from Vincent Michel, but it touches a > topic that I wanted to open for public discussion, so I CC'ed the taurus-devel > list. Vincent: I hope you do not mind it... No problem! > Now, with the Conda support (and with the work you did in getting the stack > for PyTango in Conda), I guess we could get rid of most of the mocks, but > probably not all of them (I haven't checked, but I do not think that e.g. > epics and pyepics will have cunda packages). I just checked and they're available on the lightsource2 anaconda channel: https://anaconda.org/lightsource2 > And, since we *plan* to use Travis for Continuous Deployment of packages, it > seems natural to make the docs just another artifact from the Travis builds > and have them delivered to e.g. github pages or pythonhosted, or wherever. > Building the docs in Travis with docker also has the advantage of considering > the success in building the docs as one more test during the CI. Yes that makes a lot of sense. It's too bad that readthedocs doesn't provide an API to upload the documentation directly from travis (though it has been discussed at some point: https://github.com/rtfd/readthedocs.org/issues/1083) > - For us, the main reason for going "the docker way" is that it enables us to > introduce CI tests for configurations that closely match those used by > different institutions: e.g. if MaxIV was interested in having every commit > tested on a system like the ones used in production, all that would be > required would be for MaxIV to provide the link to a suitable container in > dockerhub. This way we could create a large set of test environments while > keeping the maintenance work distributed (each interested party provides and > updates its own container(s)). That's a very good point! > I hope I managed to cover your questions. Now I would be very interested in > learning about your reasons, choices and concerns as well. I am sure there is > a lot of experience than we can share. Thanks for the thorough reply. In the case of pytango we're still experimenting, though the readthedocs + mock and travis + conda solutions seem to be promising. Mocking is an acceptable hack for the pytango documentation since it is only one module to mock (tango._tango, see file [1]). Also having, the documentation separated from the regular build is good, since building the boost layer of pytango takes 10 minutes. That plus the collaborative features of ReadTheDocs should make it easy for people to contribute to the documentation, hopefully :) Now the travis builds. I am actually not so sure conda is the best candidate for that, docker might actually be a better choice. But conda is interesting for several reasons: - it's cross platform (run transparently on all linux OS) - its installation doesn't require root access - the anaconda cloud lets you upload your own packages - the anaconda cloud lets you access many packages built by other users - the packages don't have to be python packages - though it integrates well with pip - it's very simple to manage several environments with specific packages - it's very simple to build and upload packages to anaconda - conda-forge can build and upload packages for all platforms on its own channel That means in the future, you might be able to run: $ conda create --channel conda-forge --name tango python=3 taurus to create a tango-ready environment with taurus and python3 that works on any platform, from scratch, without admin rights and without building anything like pip would do. We're not here yet, but I would like to see conda becoming the default solution for tutorial, trainings, short-term clients, etc. Now back to the builds. One issue is that travis doesn't provide any integrated support for conda, like it does with docker. That means conda needs to be installed from scratch (see the pytango travis file [2]). Also, it would be nice for travis to support anaconda as a deployment provider. But otherwise, it works fine. To conclude, I don't think docker and conda are mutually exclusive since we'll keep building platform-specific packages anyway. So I'd say it's good that we keep working on providing more resources for both technologies. I have additional question regarding docker. One thing that I'd like to do in travis is to cache the build objects so that the boost layer doesn't build every time, but only if something changed on the boost side (which is pretty rare). Do you know if there is a way to achieve that using travis and/or docker capabilities? Thanks, /Vincent [1] https://github.com/tango-cs/pytango/blob/master/doc/mock_tango_extension.py [2] https://github.com/tango-cs/pytango/blob/develop/.travis.yml |
|
From: Teresa N. <mar...@de...> - 2016-10-26 07:46:45
|
Hi Carlos,
thanks for the explanation. Yes, that changes my
opinion, the first option would be then also fine for me.
Regards,
Teresa
On 10/25/16 15:34, Carlos Pascual wrote:
> On Monday, October 24, 2016 9:30:19 AM CEST Teresa Nunez wrote:
>> Hi Carlos,
>> I think I would avoid the first of the solutions
>> because it can
>> be confusing if one has to use the 'percent' ... it would not be 'natural'
>> any more.
> Hi Teresa, thanks for your feedback.
>
> Just one comment: note that, as with web browsers, the user does not need to
> be forced to use % . We may leave that job to the validator, and deal with it
> internally. Also, we could even decide to not care at all about brackets being
> forbidden by RFC3986 and use them anyway without escaping them (as of now,
> that would not present any technical problem, only a formal one)
>
> With this I am not pushing for this option, just stating that we could still
> consider it.
>
> Cheers!
>
|
|
From: Carlos P. <cpa...@ce...> - 2016-10-25 13:34:53
|
On Monday, October 24, 2016 9:30:19 AM CEST Teresa Nunez wrote: > Hi Carlos, > I think I would avoid the first of the solutions > because it can > be confusing if one has to use the 'percent' ... it would not be 'natural' > any more. Hi Teresa, thanks for your feedback. Just one comment: note that, as with web browsers, the user does not need to be forced to use % . We may leave that job to the validator, and deal with it internally. Also, we could even decide to not care at all about brackets being forbidden by RFC3986 and use them anyway without escaping them (as of now, that would not present any technical problem, only a formal one) With this I am not pushing for this option, just stating that we could still consider it. Cheers! -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carrer de la Llum 2-26 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
|
From: Carlos P. <cpa...@ce...> - 2016-10-25 11:53:32
|
Hi, Note: this is a reply to a private email from Vincent Michel, but it touches a topic that I wanted to open for public discussion, so I CC'ed the taurus-devel list. Vincent: I hope you do not mind it... On Tuesday, October 25, 2016 10:29:05 AM CEST Vincent Michel wrote: > Last week, the solaris guys told me you were planning to move the taurus > documentation from readthedocs to github-pages. I'm a bit surprised > since I've been very satisfied with readthedocs so far. The reason we were dissatisfied with readthedocs is mainly that we have to maintain mocks for many of our dependencies: when we started, there was no conda support, so we were forced to develop mocks for many of our dependencies (PyQt, Tango, ...). For this we developed the <taurus>/doc/buildmock.py script. And since we were at it, we also included several other modules (even if they were pip- installable) in order to save build time (e.g. numpy,...). The buildmock.py basically creates a zip with mock modules that, when inserted into the pythonpath, allows us to build the docs. This solution "sort of works" but it is a PITA when one wants to update or change a dependency because usually some manual tweaking (and therefore testing) is required. Now, with the Conda support (and with the work you did in getting the stack for PyTango in Conda), I guess we could get rid of most of the mocks, but probably not all of them (I haven't checked, but I do not think that e.g. epics and pyepics will have cunda packages). I am also concerned in that, when we finally manage to provide proper plugin support and third parties start providing plugins for Taurus (e.g. a new scheme for some exotic control system), we will need to support more dependencies if we want to document the new additions. And the odds of them being available as Conda packages is less than them being installable in a Docker container. Furthermore, we *already* have docker containers with all the dependencies installed [1,2], since we use them for Travis-CI (more about this later). Also, the work of having the container updated with new dependencies will need to be done anyway because we will want to run automated tests on the new features as well. And, since we *plan* to use Travis for Continuous Deployment of packages, it seems natural to make the docs just another artifact from the Travis builds and have them delivered to e.g. github pages or pythonhosted, or wherever. Building the docs in Travis with docker also has the advantage of considering the success in building the docs as one more test during the CI. Finally, one extra advantage that I see from the Docker approach is that debugging problems in the doc build becomes simpler, since you can run locally exactly the same container that Travis is using. Note that the ideal solution for us would be that ReadTheDocs supported dockers..., but we approached the guy behind RTD and he said that this would not be the case in a near future (he said they may use docker containers internally to provide some customised machines, but are not considering for now giving users the possibility of running their own containers) Note: If I get some possitive feedback for this option, I could write a TEP... > Also, I've been working on the pytango CI for the last few months and > since our projects are quite similar, I thought it would be good to > compare our CI solutions. Taurus seems to embrace docker while pytango > is using conda environments, so I'd like to hear about your view on that > matter ;) Regarding the use of Docker in Travis instead of using conda directly on top of the native Ubuntu VM provided by Travis, here are some reasons: - For us, the main reason for going "the docker way" is that it enables us to introduce CI tests for configurations that closely match those used by different institutions: e.g. if MaxIV was interested in having every commit tested on a system like the ones used in production, all that would be required would be for MaxIV to provide the link to a suitable container in dockerhub. This way we could create a large set of test environments while keeping the maintenance work distributed (each interested party provides and updates its own container(s)). - Another practical advantage: we can use the same containers outside of Travis for our own work: e.g. for debugging, for demos, for running local tests in a well-controlled environment, and even for packaging or for running internal CI servers with jenkins. The debugging aspect is specially interesting: if a user reports a difficult-to-reproduce bug, you can ask him/ her to reproduce it on one of the "official" containers. - One aspect that may also be interesting for PyTango (and certainly for Taurus): with docker, you can instantiate more than one container in a single run and do tests where network communication plays a role. We haven't got there yet, but it seems important. - Also, I think I read that Travis wanted to encourage docker-based builds, even by giving you some more resources if you used Docker... but I cannot find a link for that, so maybe I dreamt it... I hope I managed to cover your questions. Now I would be very interested in learning about your reasons, choices and concerns as well. I am sure there is a lot of experience than we can share. Cheers, Carlos [1] https://hub.docker.com/r/cpascual/taurus-test/ [2] https://hub.docker.com/r/reszelaz/sardana-test/ -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carrer de la Llum 2-26 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
|
From: Teresa N. <mar...@de...> - 2016-10-24 07:30:29
|
Hi Carlos,
I think I would avoid the first of the solutions
because it can
be confusing if one has to use the 'percent' ... it would not be 'natural'
any more. For the other two at least one knows from the beginning that
they are 'artificial' and one has to learn the way the slicing has to be
done ... Between those I do not have any preference, perhaps the last one
is faster to use.
Well, only my opinion, in any case any of them would be fine. Thanks.
Regards,
Teresa
On 10/24/16 08:31, Carlos Pascual wrote:
> *bump*
>
> Hello?
>
> Anybody there?
>
> No opinions on this?
>
> On Monday, June 27, 2016 4:08:17 PM CEST Carlos Pascual wrote:
>> Hi all,
>>
>> I just created a draft for a new Taurus Enhancement Proposal about
>> supporting slicing in taurus URIs.
>>
>> Please have a look at it:
>>
>> https://sourceforge.net/p/tauruslib/wiki/TEP15/
>>
>> And please contribute your thoughts by replying to this thread.
>>
>>
>> Cheers,
>>
>> Carlos
>
|
|
From: Carlos P. <cpa...@ce...> - 2016-10-24 06:32:07
|
*bump* Hello? Anybody there? No opinions on this? On Monday, June 27, 2016 4:08:17 PM CEST Carlos Pascual wrote: > Hi all, > > I just created a draft for a new Taurus Enhancement Proposal about > supporting slicing in taurus URIs. > > Please have a look at it: > > https://sourceforge.net/p/tauruslib/wiki/TEP15/ > > And please contribute your thoughts by replying to this thread. > > > Cheers, > > Carlos -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carrer de la Llum 2-26 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
|
From: Carlos P. <cpa...@ce...> - 2016-08-23 14:37:37
|
Applied to support-3.x and develop branches. On martes, 23 de agosto de 2016 15:22:21 (CEST) Zbigniew Reszela wrote: > From: zreszela <zre...@ce...> > > "MntGrpConfigs" is of CaselessDict type which maintains keys in lowercase. > However the "ActiveMntGrp" maintains the case sensitivity. Compare these two > using the CaselessDict.__contains__ implementation (using the in operator > for the dictionary instead of its list of keys). > --- > lib/taurus/qt/qtgui/taurusgui/macrolistener.py | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/lib/taurus/qt/qtgui/taurusgui/macrolistener.py > b/lib/taurus/qt/qtgui/taurusgui/macrolistener.py index 359eedb..fb4f63d > 100644 > --- a/lib/taurus/qt/qtgui/taurusgui/macrolistener.py > +++ b/lib/taurus/qt/qtgui/taurusgui/macrolistener.py > @@ -119,14 +119,15 @@ class DynamicPlotManager(Qt.QObject, > TaurusBaseComponent): QDoor.getExperimentDescription` > for more details > ''' > - if expconf['ActiveMntGrp'] is None: > + activeMntGrp = expconf['ActiveMntGrp'] > + if activeMntGrp is None: > return > - if expconf['ActiveMntGrp'] not in expconf['MntGrpConfigs'].keys(): > + if activeMntGrp not in expconf['MntGrpConfigs']: > self.warning( > "ActiveMntGrp '%s' is not defined" % > - expconf['ActiveMntGrp']) > + activeMntGrp) > return > - mgconfig = expconf['MntGrpConfigs'][expconf['ActiveMntGrp']] > + mgconfig = expconf['MntGrpConfigs'][activeMntGrp] > channels = dict(getChannelConfigs(mgconfig, sort=False)) > > #classify by type of plot: -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carrer de la Llum 2-26 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
|
From: Zbigniew R. <zre...@ce...> - 2016-08-23 13:22:31
|
From: zreszela <zre...@ce...>
"MntGrpConfigs" is of CaselessDict type which maintains keys in lowercase.
However the "ActiveMntGrp" maintains the case sensitivity. Compare these two
using the CaselessDict.__contains__ implementation (using the in operator for
the dictionary instead of its list of keys).
---
lib/taurus/qt/qtgui/taurusgui/macrolistener.py | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/lib/taurus/qt/qtgui/taurusgui/macrolistener.py b/lib/taurus/qt/qtgui/taurusgui/macrolistener.py
index 359eedb..fb4f63d 100644
--- a/lib/taurus/qt/qtgui/taurusgui/macrolistener.py
+++ b/lib/taurus/qt/qtgui/taurusgui/macrolistener.py
@@ -119,14 +119,15 @@ class DynamicPlotManager(Qt.QObject, TaurusBaseComponent):
QDoor.getExperimentDescription`
for more details
'''
- if expconf['ActiveMntGrp'] is None:
+ activeMntGrp = expconf['ActiveMntGrp']
+ if activeMntGrp is None:
return
- if expconf['ActiveMntGrp'] not in expconf['MntGrpConfigs'].keys():
+ if activeMntGrp not in expconf['MntGrpConfigs']:
self.warning(
"ActiveMntGrp '%s' is not defined" %
- expconf['ActiveMntGrp'])
+ activeMntGrp)
return
- mgconfig = expconf['MntGrpConfigs'][expconf['ActiveMntGrp']]
+ mgconfig = expconf['MntGrpConfigs'][activeMntGrp]
channels = dict(getChannelConfigs(mgconfig, sort=False))
#classify by type of plot:
--
1.8.4.5
|
|
From: Zbigniew R. <zre...@ce...> - 2016-08-23 13:22:29
|
As commented by Carlos in https://sourceforge.net/p/tauruslib/tickets/333/#edb1/983e/d761 the solution does not require casting to lowercase. In continuation please find the new patch. I applies well to the support-3.x branch. In order to apply it to the develop branch one must use -3 option e.g. "git am -3 0001-....patch". |