|
| 1 | +--- |
| 2 | +tags: NumPy |
| 3 | +--- |
| 4 | + |
| 5 | +# 2019-07-24 NumPy Development Meeting |
| 6 | + |
| 7 | +- Time: 11am Pacific Time |
| 8 | +- Join via Zoom at https://berkeley.zoom.us/j/762261535 |
| 9 | +- [Trello workboard](https://trello.com/b/Azg4fYZH/numpy-at-bids) |
| 10 | +- [Previous meetings](https://github.com/BIDS-numpy/docs/tree/master/status_meetings) |
| 11 | + |
| 12 | +**Present:** Stéfan, Sebastian, Inessa, Ralf, Tyler, Hameer, Zijie, Kriti |
| 13 | + |
| 14 | + |
| 15 | +## Follow-up from last meeting / discussions |
| 16 | + |
| 17 | + |
| 18 | +- [Issue 13707](https://github.com/numpy/numpy/issues/13707) towncrier/pyproject? |
| 19 | +- Redo project organization, spell out more roles we have. See PR [gh-14027](https://github.com/numpy/numpy/pull/14027). |
| 20 | + - Create slack channel or similar (Ralf) |
| 21 | +- Website redesign NEP - translations. |
| 22 | + - Main website only; even upper level docs boils down to 100s of pages |
| 23 | + - Language selection will be manual |
| 24 | + - Translators should not need to work on github directly. |
| 25 | + - Prominently noting contributors, historical and present (note for website redesign) |
| 26 | + - History of NumPy |
| 27 | + - [SciPy paper](https://github.com/scipy/scipy-articles/tree/master/scipy-1.0) may be a good start on which we can expand |
| 28 | + |
| 29 | + |
| 30 | +# Topics |
| 31 | + |
| 32 | +- Revert `__array__` coercion changes? [Issue](https://github.com/numpy/numpy/issues/13958) |
| 33 | + - Objects iterating inconsistent to ndarray are broken. |
| 34 | + - Should we prioritize `dtype=object` coercsion deprecation? |
| 35 | +- Necessary wrap up for 1.17.0 release? |
| 36 | + - Two outstanding issues before rc2—or release?: exponent speed improvements dropping denormals (?), `__array__`, and small test issue |
| 37 | +- Proposal for dropping older Python versions [NEP 29](https://github.com/numpy/numpy/pull/14086/files) |
| 38 | +- Community building/website |
| 39 | + - We have a small webteam, and others are welcome to join. Current team: Inessa, Ralf, ... <--- |
| 40 | + - Follow the [planning PR](https://github.com/numpy/numpy/pull/14032) |
| 41 | +- Documentation effort |
| 42 | + - Separation of high-level documentation from numpy source repo |
| 43 | + - Allow more control for team, more dynamic development |
| 44 | + - Should figure out mechanism to roll this into NumPy docs; perhaps hosted subdirectory on numpy.org, or pull in as submodule during docs build |
| 45 | +- Conversation with GitHub about mechanism for monitoring community health, improve project planning, etc. |
| 46 | + |
| 47 | +## Additional Details |
| 48 | + |
| 49 | +- Matti |
| 50 | + - On Vacation |
| 51 | + |
| 52 | +- Sebastian |
| 53 | + - ([pytest-leaks](https://github.com/abalkin/pytest-leaks), mostly cleaned up by Pauli) |
| 54 | + - Some fixes for 1.17. release (above issue, although no solution) |
| 55 | + - Started writing NEPs (thinking about dtype classes/flexible types) |
| 56 | + - Will plan a zoom meeting beginning of next week. |
| 57 | + |
| 58 | +--- |
| 59 | + |
| 60 | +Please remember to archive this file and commit it to github.com:bids-numpy/docs |
0 commit comments