---
tags: community, minutes
---
# PlasmaPy Community Meeting | Tuesday 2022 January 18 at 19:00 UT
### Video Conference Information
* [Zoom link](https://zoom.us/j/91633383503?pwd=QWNkdHpWeFhrYW1vQy91ODNTVG5Ndz09)
* Instant messaging: [Matrix](https://app.element.io/#/room/#plasmapy:openastronomy.org) and [Gitter](https://gitter.im/PlasmaPy/Lobby)
* [GitHub Minutes Repository](https://github.com/PlasmaPy/plasmapy-project/tree/master/minutes)
* ["Community" Sub-directory](https://github.com/PlasmaPy/plasmapy-project/tree/master/minutes/_community)
* [PlasmaPy on GitHub](https://github.com/PlasmaPy/plasmapy) ([pull requests](https://github.com/PlasmaPy/plasmapy/pulls), [issues](https://github.com/PlasmaPy/plasmapy/issues))
* [PlasmaPy Enhancement Proposals on GitHub](https://github.com/PlasmaPy/PlasmaPy-PLEPs)
* [PlasmaPy Google Calendar](https://calendar.google.com/calendar/embed?src=c_sqqq390s24jjfjp3q86pv41pi8%40group.calendar.google.com&ctz=America%2FNew_York)
## Agenda (please feel free to edit or add items)
1. Introductions
2. 10-15 minutes for [roadmap](https://hackmd.io/@plasmapy/ry0mmnj6v)
3. solicit "Project Issues"
4. Making `plasmapy.particles` more compatible with `jit` and `njit`. In particular: `Particle`, `CustomParticle`, `DimensionlessParticle`, & `ParticleList`. Should be postponed if Tien isn't around.
5. Plasma calculator in narrative docs
6. Python 3.10 compatibility
7.
8. Issues
1. ...
9. Pull requests in progress
1. [PR 1392](https://github.com/PlasmaPy/PlasmaPy/pull/1392): Hollweg Dispersion Notebook
10. **MERGED** Pull requests
1. [PR 1145](https://github.com/PlasmaPy/PlasmaPy/pull/1145): Lite-function Ep.1 - Framework and Thermal Speed
2. [PR 1308](https://github.com/PlasmaPy/PlasmaPy/pull/1308): Lite-function Ep.2 - Plasma Frequency
3. [PR 1189](https://github.com/PlasmaPy/PlasmaPy/pull/1189): Hollweg Dispersion
## Attendees
* Erik
* Tien
* Rajagopalan
* Nick
## Action Items
***Person***
* ...
## Minutes
* Erik will work on permittivity. Like a lite-function for the moment, but will
* Numba 0.55.0 works with Python 3.10, so our PR to test Python 3.10 is working. Will merge it shortly.
* Why do the tests for `astropy-dev`, `sphinx-dev`, ... all use Python 3.8?
* It's so that when one of the `dev` versions drops their minimum Python version, we find out about it right away.
* Plasma calculator notebook
* Should perhaps perform user experience testing and get some feedback that way.
* Raj had an idea to have the notebook export a `.csv` file so that the results can be saved.