Conversation
Preparing for v1.4.0
|
Looks like classy compilation is broken now that Cython 3.0 has been released on pip (lesgourg/class_public#531). We can fix it in CI, but there's not much we can do for end users. But classy is hidden behind |
Try to fix CI for classy
Try to fix classy build again
Trying again to fix classy
|
I would like to add in my changes from the power_spec branch (I haven't pushed to it yet but will do so tomorrow) -- is it possible to "include" it as part of this PR and version release? |
|
Yeah, the release doesn't need to come from this PR. You can just make another PR into main. I was mostly just using this PR to fix up the changelog (and fix the classy build apparently) and asking for any last contributions. |
|
Ah, I see -- looks good to me! |
|
@boryanah I'm going to merge this just to get the CI passing again, but let me know when you've pushed your |
|
Great -- started a new PR for CV power spectrum |
@boryanah @SandyYuan I think we are just about ready to make a pip release. Is there anything else either of you wanted to put in?
We can call this version 1.4. We've added a lot so we could consider bumping to 2.0, but usually that would be done to indicate we broke compatibility with earlier releases, which I don't think we've done (but let me know if you think we have).
Can you check
CHANGES.rstto make sure it's up to date? The full set of changes is here, although it's a very big diff: v1.3.0...main. It's probably best to just read through the changelog and look at closed PRs to see if we missed any big items.One outstanding issue that may break future releases is that we'll want to unify the TSC and CIC interfaces. But it's probably not worth holding up this release to fix that.