Add final? 0.7.0 highlights and group by topic#944
Add final? 0.7.0 highlights and group by topic#944DragaDoncila merged 10 commits intonapari:mainfrom
Conversation
| v._overlays['current_slice'].visible = True | ||
| v._overlays['current_slice'].gridded = True |
There was a problem hiding this comment.
Maybe note that this is not public for now cause we'r enot sure on the api.
There was a problem hiding this comment.
@brisvag added a note in the latest commit.
I would put the top 3 in something like "Breaking changes". Let last one is fine at the bottom as an FYI. |
docs/release/release_0_7_0.md
Outdated
| @@ -146,9 +169,9 @@ and `data_setitem` now uses numpy's `min`/`max`, giving us an up to 4x speedup! | |||
There was a problem hiding this comment.
I would probably hold off on trumpeting this like this?
It's still pretty bad, so people will still have a poor experience if they try IMO.
I have a more comprehensive PR to better address the underlying performance issue:
napari/napari#8636
There was a problem hiding this comment.
(Sorry about that waiting PR, I've been looking into it often but it's always a bit overwhelming and long to review 😅 )
There was a problem hiding this comment.
@psobolewskiPhD I've reworded a little and flagged that we're still working on it - happy with that?
docs/release/release_0_7_0.md
Outdated
| #### More pixels to play with - texture tiling | ||
|
|
||
| Ever loaded a large 2D image in napari just to zoom in and find it's blurrier | ||
| than a JPEG from the year 2000? That's no longer the case! |
There was a problem hiding this comment.
I know this is mostly for fun, but I don't love conflating resolution with a compression codec, one that could be lossless. It's already something a lot of people confuse...
Can we use a different phrasing?
There was a problem hiding this comment.
I've reworded while trying to keep it fun - let me know if you'd like to workshop it a little still
|
@brisvag @psobolewskiPhD I think I've addressed comments! I made a new breaking changes section at the top, and reworded stuff/added notes as suggested. Let me know if there's any other changes you'd like to make! |
|
I would still drop the labels speedup stuff from the highlights and leave it just in the other section. |
@psobolewskiPhD gotcha, I've removed it from highlights and now it's listed only in the performance section! |
docs/release/release_0_7_0.md
Outdated
| And now: | ||
|
|
||
| ### Grid mode -- bigger, better, faster 📈 | ||
|  |
There was a problem hiding this comment.
ah with webm you can't just use markdown, this is the syntax:
docs/docs/release/release_0_5_5.md
Lines 38 to 49 in a2feafd
(and yes, you refer to the mp4 without seeing it, because it is automatically generated during docs build, thanks to @melissawm! 🤩 I'm not sure about the image fallback, that might need to be done manually...)
There was a problem hiding this comment.
There was a problem hiding this comment.
Yes the image fallback is a screenshot I do take manually - let me know if you need help!
There was a problem hiding this comment.
I'll bring it up because I always do, but Github kind of competes with how we build our docs
Looking at the release notes on Github (which I think newer Github folks like me often do) you would just see this html, even though it shows in the docs. I used github content as gifs for my release notes, but I know that Juan always didn't like that they weren't videos (and I agree).
There was a problem hiding this comment.
yeah I know @TimMonko I usually have done gifs, but Juan doesn't like gifs and they are kinda huge tbf. Also limited to 10MB via gh-lfs, so I opted for a video here. I do think I prefer having the docs rendered nicely with a high-res video to having the github release notes fully functional (in a world where we can't have both), so I'm going to leave this as is.
|
@DragaDoncila I assume you are going to run the script one more time? Just want to make sure because the recent PRs aren't on there (I noticed because of looking for Clement Caporal's name) |
Yes, just before cutting the RC there will be a final run! Just want to make reviews for that final update easier hopefully by merging this first |
|
@jni I "fixed" the github user links like you'd suggested, but it looks like our docs do their own magic, or maybe sphinx does, for displaying github links. Here's the raw code showing both ways I've tried: and here's the screenshot:
Sooo.. for now I'm going to go with just the github link in brackets, without any kind of hyperlinking. If you see this and decide you hate it, lmk! I'll get it in follow-up PR before RC. |

References and relevant issues
Description
This PR adds sections for the remaining highlights for
v0.7.0and groups most highlights into sections:Breaking changes:
New features & widgets:
Rendering & display:
Performance:
There is one single entry at the bottom that is not otherwise grouped: