-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Tagging a minor release #493
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
Comments
I think we're definitely in almost-at-2.0 territory (#442), so maybe |
Yes, it will need to go in v2.0. We're currently still blocked waiting for some NumPy related changes making it into master before the release. |
Arg, this is blocking the release of xtensor-python. Is the current state of master broken so that you can't make a minor release first? A beta release cannot go into conda-forge. |
@jagerman btw, have you checked out http://quantstack.net/xtensor ? |
There are tons of breaking changes, so making anything non-v2.x would break semver. It might be possible to back-port selected changed, but this would be a lot of work. |
Have we been following semver since 1.0? |
cc @aldanor |
Not since 1.0, but we just promised that we would follow it with the last release. |
BTW: If it's such a big deal to depend on the latest version of pybind11, can't you just use the git master as a pip/conda dependency? At least with Pip I know that you can do that. |
The public release of xtensor is a good occasion to grow the ecosystem around pybind. It seems that conda does not support pip dependencies in recipes (only in environments) For the actual 2.0, you may also want to make the eigen bindings an extension within the pybind org rather than a core pybind11 feature. |
@SylvainCorlay Just had a look: looks like a nifty project. |
We would love to have some feedback from you guys! As well as @aldanor . |
@SylvainCorlay : Hm, those are some pretty strong suggestions. I don't think I'm ready to kick out Eigen from the main repo since it's such a widely used package in scientific computing. (Also for selfish reasons, all of my projects use it ;))
I did not understand what you meant with this. Are you saying we should backport non-breaking changes to v1.x and do a release? This is in principle possible, but it will require a lot of cycles that I unfortunately don't have in the short term. |
Ah that is not at all what I meant :) I meant that when xtensor is released, we are likely to hit the new APIs a lot more and find issues. If we wait for pybind 2.0, it is likely that we will have to make multiple patch releases of pybind to fix those... If instead we go through this phase rapid iteration before 2.0 and release 2.0 when it is stabilized, the major release number will convey stability. |
Re: Eigen, me too. That said, I could see some potential for some future Eigen support that goes far further than the current one, and if it came to that, putting it in a separate project would make sense; but for now, |
We could indicate it as deprecated as of 2.0. |
I meant "me too" on @wjakob's side :) |
😄 Let us know if we can count on for #xtensor's release or if we should find a workaround ! FYI regarding how serious the semver concern is, conda-forge does not list packages that depend on pybind yet. So xtensor-python should be the first. |
If this is not an option, tagging the current tip of master as a beta would help a lot. |
As far as I can see from In the same file, you also seem to partially reimplement In the short term, perhaps it would be possible for Long term, it would probably be best for |
Agreed with @dean0x7d, we have two major breaking changes planned for Also, It indeed looks that |
@wjakob @aldanor @jagerman thanks for looking at this. Ping @JohanMabille . Indeed More than just being containers, xtensor also brings a formal expression system that enables lazy evaluation, lazy broadcasting, and lazy universal functions, in a very small and simple code base. I really see this work and pybind as part of a common ecosystem, and working in a concerted fashion would be absolutely fantastic! For the short term, Dean's proposal of porting the missing array apis to xtensor looks like a good practical path forward so that we can release something soonish. |
@jagerman it seems that backporting the missing I think that tagging an [alpha] release would be a better approach for us. |
Can you explain what you mean by tagging? Just a git tag, or a full blown release to Conda and PyPi? |
Conda-forge does not have a prerelease channel so we would not push this to conda-forge. |
The backport is relatively small. I made a proposal in xtensor-stack/xtensor-python#4 if you are still interested in that approach. |
@dean0x7d thank you for your contribution. I merged your PR! |
@SylvainCorlay I'm glad I could help. It looks like an interesting project. |
Shall I close this then? |
Closed! |
We are about to make a first public release of a (open-source) package that makes use of pybind and depends on a few things that are currently in master. However we would need a release including these features?
Would you be ok with tagging a
v1.8.2
orv1.9
?^ @wjakob
The text was updated successfully, but these errors were encountered: