Replies: 7 comments 8 replies
-
I prepared a new branch called 4.1.0 (for the futur release) to be tested (together with beta release 4.1.0.beta). It means that PR related to bug fixes of its new features will be pushed on this branch, while we keep pymodaq_dev for more new functionnalities. You have then 2 possibilities: either install from the 4.1.0 branch or from the beta release: |
Beta Was this translation helpful? Give feedback.
-
Hi, (pmd4beta) C:\Users\attose10\tmp\pymodaq_plugins_lecroy>daq_move |
Beta Was this translation helpful? Give feedback.
-
Actually, I'd like to hear you opinion. Due to the intense development activity following the pymodaq days and the ANF, I think we should postpone the release for a time when there will be less development activity, probably in a few month. what do you think? |
Beta Was this translation helpful? Give feedback.
-
I think that there are a lot of changes in the 4.1.0 that need to be tested by several of us! The actual release will have to wait before we decide it feels stable enough - hard to say if this will be in a few month or before that. But I'd say that we should focus on bug fixing rather than developing new features, definitely. |
Beta Was this translation helpful? Give feedback.
-
We could also apply a patch to the current pymodaq latest release to deal
with that. We would only have to do it once.
Le mar. 7 nov. 2023 à 19:10, rgeneaux ***@***.***> a écrit :
… I see that for instance v1.1.0 of
https://github.com/PyMoDAQ/pymodaq_plugins_physik_instrumente has the
same issue.
Should we add the line
else: entrypoints['pymodaq.plugins'] = f'{SHORT_PLUGIN_NAME} =
{PLUGIN_NAME}' # for backcompatibility
to all plugins to ensure backcompatibility?
—
Reply to this email directly, view it on GitHub
<#195 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSNYI3AI2QJGBLW7C2UIKTYDJ2QPAVCNFSM6AAAAAA6ZLINRWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKMBSGA2DS>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
alright it is done:
|
Beta Was this translation helpful? Give feedback.
-
Alright.... I therefore ask of you all to keep in the setup.py a generic entry point: 'pymodaq.plugins' to advertise python about the fact there is a plugin (we don't know its features but for this we use the other entry points): so make sure to keep this line in your setup.py:
Thansk and sorry for the back and forth micmac... |
Beta Was this translation helpful? Give feedback.
-
What's Changed
New Contributors
Full Changelog: 4.0.8...4.1.0.beta
This discussion was created from the release 4.1.0.beta New features and fixes.
Beta Was this translation helpful? Give feedback.
All reactions