Skip to content
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

Draft release notes for 0.5.0 #430

Merged
merged 5 commits into from
Jun 26, 2024
Merged

Draft release notes for 0.5.0 #430

merged 5 commits into from
Jun 26, 2024

Conversation

jni
Copy link
Member

@jni jni commented Jun 24, 2024

No description provided.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jun 24, 2024
Copy link
Contributor

@Czaki Czaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update toc.yml

- file: release/release_0_4_19

@Czaki Czaki added this to the 0.5.0 milestone Jun 24, 2024
@Czaki
Copy link
Contributor

Czaki commented Jun 24, 2024

We should add some check to validate if release is added to toc.yml
@melissawm is it possible to crash build in such a situation?

Copy link
Contributor

@brisvag brisvag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say a highlight is the shitload of documentation work :P

There's a lot of "others"... is that just missing labels, or really uncaregorizable?

- ci(dependabot): bump WebFreak001/deploy-nightly from 1.2.0 to 2.0.0 ([napari/napari#5385](https://github.com/napari/napari/pull/5385))
- ci(dependabot): bump docker/build-push-action from 3 to 4 ([napari/napari#5523](https://github.com/napari/napari/pull/5523))
- ci(dependabot): bump toshimaru/auto-author-assign from 1.6.1 to 1.6.2 ([napari/napari#5524](https://github.com/napari/napari/pull/5524))
- fix various keybinding/shortcut bugs ([napari/napari#5604](https://github.com/napari/napari/pull/5604))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weird one here

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The labels:
image

I guess dependencies puts it here?
Maybe tag it with bugfix? that seems what it does based on the first post.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, sounds good!

@jni
Copy link
Member Author

jni commented Jun 25, 2024

There's a lot of "others"... is that just missing labels, or really uncaregorizable?

there are no missing labels (thanks @Czaki!), this is just where maintenance goes. We have discussed the issue of our PR ratio in the core-devs Zulip... 😅

@jni
Copy link
Member Author

jni commented Jun 25, 2024

btw I don't think we have been super diligent with the highlights label, so feel free to suggest other things that you want to tell the community about!

@melissawm
Copy link
Member

We should add some check to validate if release is added to toc.yml @melissawm is it possible to crash build in such a situation?

It should be, but unfortunately I haven't been able to solve all other sphinx errors so this error would just die among all the other ~60 we currently have 😭 We are tracking this here: #227 and here: #409

- implement copying spatial information via clipboard ([napari/napari#6864](https://github.com/napari/napari/pull/6864))
- Add `axis_labels` and `units` to layers and transforms ([napari/napari#6979](https://github.com/napari/napari/pull/6979))
- Alpha implementation of NAP-6 ([napari/napari#7011](https://github.com/napari/napari/pull/7011))
- Screenshot without margins ([napari/napari#6730](https://github.com/napari/napari/pull/6730))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we rename this? it's not screenshot anymore is it? different API only thing?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Export figure" or something like that.

- Use Request/Response pattern for Vectors layer ([napari/napari#5918](https://github.com/napari/napari/pull/5918))
- Lock dimensions / axes while rolling ([napari/napari#5986](https://github.com/napari/napari/pull/5986))
- Added support for features in surface layers ([napari/napari#6515](https://github.com/napari/napari/pull/6515))
- Add creating image from clipboard ([napari/napari#6532](https://github.com/napari/napari/pull/6532))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To me, this one is 🔥 maybe worth highlight? if doing anything with remote data, like in S3 buckets, it's sick to be able to copy and open directly in napari -- assuming zarr/plugins anyways.

- Add points/shapes highlight color setting to Appereance settings and preference page ([napari/napari#6689](https://github.com/napari/napari/pull/6689))
- Include features index as key in FormatStringEncoding ([napari/napari#6703](https://github.com/napari/napari/pull/6703))
- Reset all dims to be rollable ([napari/napari#6797](https://github.com/napari/napari/pull/6797))
- implement copying spatial information via clipboard ([napari/napari#6864](https://github.com/napari/napari/pull/6864))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is also pretty sweet. Not sure how long we want the highlight section, but worth pointing to IMO.

- ci(dependabot): bump docker/build-push-action from 4 to 5 ([napari/napari#6280](https://github.com/napari/napari/pull/6280))
- ci(dependabot): bump docker/metadata-action from 4 to 5 ([napari/napari#6282](https://github.com/napari/napari/pull/6282))

## Documentation
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it worth breaking out the maintenance label docs PRs to a different section?
maybe have a section:
Copy improvements
&
Maintenance
I can go and do some tagging if needed.

@Czaki
Copy link
Contributor

Czaki commented Jun 25, 2024

If @jni used additional_notes/0.5.0 directory in generating notes, the regenerate notes after update labels should be cheap. Just execute the command and wait.

@jni
Copy link
Member Author

jni commented Jun 26, 2024

@Czaki @brisvag could either of you approve this? I've made the suggestions made so far — I'd like to have this up on the site when the alpha is released.

@jni
Copy link
Member Author

jni commented Jun 26, 2024

Well, or @psobolewskiPhD — just realised it's quite late 😂

@jni jni merged commit c3e45bb into napari:main Jun 26, 2024
8 checks passed
@jni jni deleted the release-notes-0.5.0 branch June 26, 2024 12:51
jni added a commit that referenced this pull request Jun 26, 2024
I thought after merging #430 that the fact that the release hasn't
officially happened yet should be more prominent. 😅
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants