Release 0.37.0#3533
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3533 +/- ##
=======================================
Coverage 95.16% 95.16%
=======================================
Files 83 83
Lines 18571 18571
=======================================
Hits 17674 17674
Misses 897 897 |
|
Shouldn't the title be
? And is there a release notes preview somewhere? |
Correct on both accounts:
|
|
Some thoughts after perusing the release notes draft (thanks!):
|
Good catch. This was only mean to hide dependabot PRs from taking all the credit. |
Fixed as well. |
Thanks! It would be nice if at one point in the future we could factor out dependabot and similar auto-PRs specifically for hiding. Now we have stuff like #2964 (which is a fairly major refactor) and #3396 (which is the PR of a new contributor) which are indeed "maintenance" but would be nice to see directly in the release notes. |
After reading through #3032, I don't think we specified what a breaking change was. There's a continuum of definitions from everything, to the narrower definition of "potentially causes other components to fail". I'd say anything that we can't make backwards compatible without a least a warning (e.g. #3431), is a "breaking change", like changing the Python Yes we should document it. No, not this release. |
We should probably just ignore |
|
Only remaining item is:
I'm not going to block the release for it, but we might want to point this out somewhere. |
adeak
left a comment
There was a problem hiding this comment.
Approving pending potential action regarding #3160. Thanks for the quick adjustments @akaszynski!
After some sleuthing, made a note here. Forgot that @MatthewFlamm did this and it's a good fix. |
I view the changes in #3160 as fixing a bug although I agree it is on the continuum of a breaking change. If the user wants the volume for those data types, it now provides the exact volume rather than an approximate volume. The change occurred by removing the overriding method that used the approximate volume. |
|
Thank you both! |
Release 0.37.0
0.38.dev0(this PR)release/0.37) and update the version to0.37.0. And commit the change to this branch.v0.37.0and push the tag.Release Notes Preview
What's Changed
Breaking Changes
New Features
MultiBlockPlot3DReader(vtkMultiBlockPlot3DReader) by @whophil in Expose more options ofMultiBlockPlot3DReader(vtkMultiBlockPlot3DReader) #3150Camera.tightby @MatthewFlamm in Add other views toCamera.tight#3391Bug fixes or behavior changes
set_active_time_valueby @MatthewFlamm in Fix error message inset_active_time_value#3449Documentation
Maintenance PRs
vtk_points#3333) by @sgaist in Add force_float test (pyvista#3333) #3396New Contributors