Tyler Reddy
    • 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
    • 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 Versions and GitHub Sync Note Insights 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
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    --- tags: NumPy, BIDS --- # 2019-3-13 BIDS/NumPy Development Meeting - Join via Zoom at [https://berkeley.zoom.us/j/400054438](https://berkeley.zoom.us/j/400054438), or dial-in through a [local phone number](https://zoom.us/u/adQDmEc1wI). - [Trello workboard](https://trello.com/b/Azg4fYZH/numpy-at-bids) - [Previous meetings](https://github.com/BIDS-numpy/docs/tree/master/status_meetings) - [NumPy at BIDS Calendar](https://calendar.google.com/calendar?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20) **Present:** Tyler, Matti, Stefan, Chuck, Hameer, Ralf, Sebastian ## Follow-up from last meeting/discussions - There's some initial content on the private [logistics gitlab repo](https://gitlab.com/numpy/logistics) for NumPy core devs. This content is primarily related to obtaining access to machines of various architectures for open source debugging purposes. We can probably continue to build this up slowly. - Who has permissions to see it? (mattip) -- Ralf, Stefan, Tyler can add people - Any progress with respect to [mixins discussion](https://github.com/numpy/numpy/issues/10446) for easier duck-typing of arrays? - I brought it up when Dask was implementing `__array_function__`. https://github.com/dask/dask/issues/4583 (Hameer) - There seems to be consensus that it should be separate from NumPy proper, but still a PyData community project. I'm willing to maintain it. ## Community Suggested Topics - Responding to Outreachy applicants - Matti replied privately, will cc the mailing list on the introduction mail that ended up there. - Google Season of Docs https://developers.google.com/season-of-docs/ (ralf) - NumFOCUS is going in the direction of being an organization, we can find a mentor if someone shows up. We should put some target goals on the NumFOCUS page. - Random Number Generator work call (https://doodle.com/poll/qzqdygpq6nyvszgp) (Stéfan) - Number of open PRs is climbing again (matti) - Generate a html report of open PRS: names, last action, any labels (Nelle?) - May 10/11 Developer Meeting (Stéfan) - C-API changes: do we require a NEP before changing? (Chuck) <what note/conclusion can we add here?>: ask on mailing list, Ralf suggested adding if it makes sense for non-breaking case? - Reorganizing the `polynomial` namespace. Importing that namespace gives you the classes at the top level, but to get to the functions you need to dive deep into the namespaces. Is there documentation on how to use this all? - Write a docstring for `numpy.polynomial.__init__.py` to describe recommmened use ## Work status Matti: Slowly getting back into it as I feel better. - Worked out some of why there are so many documentation warnings when using `-n` with sphinx-build. My initial guess was only close, not correct: it is not the parameters of python functions, but missing parameter [declarations in c function signatures](https://github.com/numpy/numpy/pull/13104/files#diff-8d11b9e1fddd0ac2d5d7fe628fcc959f) as well as missing namespaces on polynomial and ma internal references. - Merge the current PR and open an issue with for new contributors. - worked a bit more on cython `@property` decorator for `cdef` functions. It would be nice to finish [PR 12284](https://github.com/numpy/numpy/pull/12284) - vendoring our own numpy.pxd file, in preperation for the new randomgen which uses cython extensively. - [PR 12962](https://github.com/numpy/numpy/pull/12962) around `packbits`/`unpackbits` got a thorough review and I am working through the comments. - Promoting Open Source in general and expanding the contributors to scientific python/NumPy in particular: I put some effort in networking with people I know who may be able to promote open source - The head of the computer science dept at a local college (about 300 students) wants to move to python as a first language. I want to use this as an opportunity to market open source, python, and giving back to the community. Hopefully I will be invited to give a 90 minute "Python and Open Source: why and how?" kind of talk, here is a [first draft as slides](https://hackmd.io/p/By3NCkXwN#/) and [as text](https://hackmd.io/_90aBzOGSYqdj4LddFYWfQ?both#) - A discussion with an industry trainer about promoting open source led to a discussion of presenting the case for contributing back to open source within the framework of helping companies develop a coherent open source use policy (license approval, tracking use of open source in projects that reach customers, how to manage multiple code sources, ...). Tyler: - I've put some effort into helping move a community-submitted `scipy.spatial` [ConvexHull enhancement PR](https://github.com/scipy/scipy/pull/9721) forward; proposed for merge on March 23: ![](https://i.imgur.com/IX4qKbe.png) - A few updates on my efforts on [Eric's `np.clip() ufunc` PR](https://github.com/numpy/numpy/pull/12519): - looks like core dev reviews are currently slightly in favor of not requiring a code-level check for `amin < amax` - I've written some [property-based tests](https://github.com/tylerjereddy/numpy-property/blob/master/tests/test_clip.py#L12) which demonstrate some weaknesses for enforcement of currently-preferred equivalence to `np.maximum(amin, np.minimum(arr, amax))` - After discussion, we would prefer to raise an error if max is less than min. --- Please remember to archive this file and commit it to github.com/bids-numpy/docs

    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