-
Notifications
You must be signed in to change notification settings - Fork 20
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
Are we supposed to use 0.9.7? #60
Comments
Dear Nick,
Since the upgrade of CBFlib main to 0.9.7, I have tried to keep main and
the 0.9.7 branch in sync except for iffy
fixes, but you seem to have found something that drifted unintentionally.
I leave it to you, Aaron and Billy to decide
what part of what is there now is essential to you now and I will rejoin
the effort in late September.
I really am out of bandwidth right now.
Regards,
Herbert
…On Sat, Aug 20, 2022 at 6:45 AM Nicholas Devenish ***@***.***> wrote:
I'm left unsure if 0.9.7 is supposed to be used externally, or if it's
just an internal/alpha partial release before something considered ready
for production:
- pycbf apparently un-regenerated (#59
<#59>)
- https://github.com/cbflib/cbflib is not updated (which my
understanding was to be the new home)
- The README still says 0.9.6:
https://github.com/yayahjb/cbflib/blob/5232590ec6cc05bb2705acc3413ea598263854da/README#L14-L18
- CBFlib.html still says 0.9.*5*:
https://github.com/yayahjb/cbflib/blob/5232590ec6cc05bb2705acc3413ea598263854da/doc/CBFlib.html#L111-L115
- The official(?) web site
http://www.bernstein-plus-sons.com/software/CBF/ still says 0.9.6
- The CMakeLists.txt still says 0.9.6 (and tries to download the 0.9.6
test data):
https://github.com/yayahjb/cbflib/blob/5232590ec6cc05bb2705acc3413ea598263854da/CMakeLists.txt#L5
- *The CBFlib internal version still says that it is 0.9.6* (Since
this is the most important actual baked-in version number, this is possibly
the biggest signal that I shouldn't be using 0.9.7):
https://github.com/yayahjb/cbflib/blob/5232590ec6cc05bb2705acc3413ea598263854da/include/cbf.h#L262-L264
- The github release page
<https://github.com/yayahjb/cbflib/releases/tag/CBFlib-0.9.7> says
"Initial CBFlib-0.9.7" whereas the previous release says "CBFlib-0.9.6
Production Release"
- The branch https://github.com/yayahjb/cbflib/tree/CBFlib-0.9.7-devel
on this repository is still actively under development
- The github PR cbflib#1 <cbflib#1> for
development is unmerged *but up-to-date with the CBFlib-devel branch,
indicating that it is actively maintained*
It is fine if this is the case - I am just unsure if I should put time
into diagnosing the issues I'm having or whether I should just wait for a
complete release!
—
Reply to this email directly, view it on GitHub
<#60>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABB6EAMKGHPUTJBQAN2BJGTV2CZMDANCNFSM57DA56JA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Okay, so we have to deal with things as they are for now. Thanks for clarifying. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm left unsure if 0.9.7 is supposed to be used externally, or if it's just an internal/alpha partial release before something considered ready for production:
cbflib/README
Lines 14 to 18 in 5232590
CBFlib.html
still says 0.9.5:cbflib/doc/CBFlib.html
Lines 111 to 115 in 5232590
CMakeLists.txt
still says 0.9.6 (and tries to download the 0.9.6 test data):cbflib/CMakeLists.txt
Line 5 in 5232590
cbflib/include/cbf.h
Lines 262 to 264 in 5232590
It is fine if this is the case - I am just unsure if I should put time into diagnosing the issues I'm having or whether I should just wait for a complete release!
The text was updated successfully, but these errors were encountered: