spyder-ide/spyder-line-profiler

Release spyder-line-profiler 0.3.0

Closed this issue ยท 10 comments

An issue to track missing things to do before releasing 0.3.0 and also in case anyone has comments/questions regarding the release:

  • Update README.md
    • Should the installation commands be changed to use the conda-forge channel?
    • Update screenshot
  • Add a RELEASE.md
  • Update CONTRIBUTING.rst to CONTRIBUTING.md and add basic content to it
  • Missing default config for preferences/run action shortcut (probably doing something similar to spyder-terminal)
  • Define a better icon for the plugin (currently is a .png) -> mdi-speedometer
  • Should the conda.recipe directory be deleted?

Pinging @ccordoba12 and @jitseniesen just in case they have more things/comments/suggestions

Should the conda.recipe directory be deleted?

Yes, I think so.

@dalthviz, I suggest to change the icon used by this plugin to be mdi-speedometer. That way we'll use here an icon that matches the others used in Spyder.

I suggest to change the icon used by this plugin to be mdi-speedometer. That way we'll use here an icon that matches the others used in Spyder.

For that we will need to add the icon over Spyder on the icon_manager.py, right?

No, you can use the QtAwesome API directly.

So seems like a release could be possible now! How wants to do the release @ccordoba12 @jitseniesen ?

@dalthviz, I'd like you to do it because I don't have much free time these days. But I can't add more people to this project on PyPI (prbably @jitseniesen is the owner). So, I'll do it during the weekend unless someone else beats me to it.

I will take care of the release today and tomorrow and add @dalthviz as a maintainer.

Closing because the release is out.

Thanks @skjerns, @dalthviz and @jitseniesen for your help to update this plugin!