Melissa Weber Mendonça
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    --- tags: numpy, sprint --- # Issues for the NumPy WiMLDS sprint ## Guidelines on choosing an issue to work on When you decide to work on an issue that is listed below or tagged with a `sprint-wimlds` label, please comment on the issue that you are working on it. This avoids multiple people taking on the same issue. The selections below are focused on beginner-to-intermediate-friendly issues that are actionable and should be doable today. If you want to take on something a little more challenging, there are a lot of issues on the main repo to choose from. Try to choose issues that (from the title or labels) seem to be bugs, and don't have more than 5 comments - those are most likely to be actionable. ## Issues on the main repo See [these issues labelled with `sprint-wimlds`](https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3Asprint-wimlds). This includes code and documentation issues; more documentation issues are listed below. ## Documentation issues These issues are supposed to be relatively self-contained - they will probably be appropriate for getting started and learning your way through NumPy building and bug fixing :) The caveat is that some of those may end up not being relevant anymore, but if you can check for that and tag me mentioning it should be closed, that would already be helpful. _Note: at the start of the sprint we'll have a lot of people looking at these, so to avoid people all starting at the top of this list and working on the same thing, we'll split it by table here. Please try to start (if you want to work on a doc issue) with one for your own table first._ #### Table 1 - [DOC: "Scalar arrays" (or 0-dimensional arrays)? #17744](https://github.com/numpy/numpy/issues/17744) - [DOC: mark np.testing.dec functions as not recommended for future use #17566](https://github.com/numpy/numpy/issues/17566) - [DOC: redirect notice to `default_rng()` is not linked #17140](https://github.com/numpy/numpy/issues/17140) #### Table 2 - [DOC: Create a documentation subpage for ufunc #16924](https://github.com/numpy/numpy/issues/16924) - [Wrong return type for array creation functions in np.ma docstrings #16751](https://github.com/numpy/numpy/issues/16751) - ~~[DOC: Update Sum function with axis #16697](https://github.com/numpy/numpy/issues/16697)~~ - DONE! ~~- [Gitpod documentation - fix numbered list formatting](https://numpy.org/devdocs/dev/development_gitpod.html#forking-the-numpy-repository) (note: not filed as an issue on the repo)~~ #### Table 3 - [Mixed capitalization styles in page titles #16261](https://github.com/numpy/numpy/issues/16261) - [DOC: https://numpy.org/doc/stable/reference/routines.math.html #16165](https://github.com/numpy/numpy/issues/16165) - [Documenting single-character type codes #15859](https://github.com/numpy/numpy/issues/15859) - [Formatting of the return values of the Polynomial.fit method](https://numpy.org/devdocs/reference/generated/numpy.polynomial.polynomial.Polynomial.fit.html#numpy.polynomial.polynomial.Polynomial.fit) (note: not filed as an issue on the repo) #### Table 4 - [DOC: Improve datetime64 docs? #14299](https://github.com/numpy/numpy/issues/14299) - [DOC: dtype optional argument to __array__ not included in custom container guide #15292](https://github.com/numpy/numpy/issues/15292) - [DOC: how to find your way in the code, for instance the dot function #15567](https://github.com/numpy/numpy/issues/15567) #### Table 5 - ~~[numpy.isrealobj('a string') is True ! #12652](https://github.com/numpy/numpy/issues/12652)~~ DONE! - [Formatting issue (typo) in f2py docs](https://numpy.org/devdocs/f2py/signature-file.html#c-expressions) (note: not filed as an issue on the repo) #### Table 6 - [Misleading info in the build docs says a Fortran compiler is needed to build numpy #7992](https://github.com/numpy/numpy/issues/7992) - [histogram2d bug (or wrong documentation) #18929](https://github.com/numpy/numpy/issues/18929) - ~~[Copyright "The SciPy community"](https://numpy.org/doc/stable/) (note: not filed as an issue on the repo)~~ - DONE! ## Website issues See [issues labelled with `sprint-wimlds`](https://github.com/numpy/numpy.org/issues?q=is%3Aissue+is%3Aopen+label%3Asprint-wimlds). ## Newsletter issues See [issues labelled with `sprint-wimlds`](https://github.com/numpy/numpy-newsletter/issues?q=is%3Aissue+is%3Aopen+label%3Asprint-wimlds). ## Policy writing Develop [social media guidelines](https://github.com/numpy/archive/issues/48). ## Reminder: developer workflow Please try to label your commits with an indicative label https://numpy.org/devdocs/dev/development_workflow.html?highlight=commit%20message#writing-the-commit-message

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully