Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions meeting_notes/2018/2018_03_mar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

- Antony, Hannah, Ryan, Jody

[ ] DateFormatter and Locator @Jody K
- [ ] DateFormatter and Locator @Jody K
Do we want to update the default locator and ticks or just provide another Formatter option for savvy users?
- https://github.com/matplotlib/matplotlib/pull/10841
- https://github.com/matplotlib/matplotlib/pull/9801
[ ] Google summer of code student
- [ ] Google summer of code student
- project?
[ ] Extra Ticks:
- [ ] Extra Ticks:
why do we need extra ticks around viewlims? These end up causing headaches because they are not drawn, and their visible state is true (in master).
- https://github.com/matplotlib/matplotlib/pull/10881
- https://github.com/matplotlib/matplotlib/issues/10874
Expand Down Expand Up @@ -56,5 +56,5 @@

### To merge:

[x] https://github.com/matplotlib/matplotlib/pull/10314
[x] https://github.com/matplotlib/matplotlib/pull/10158
- [x] https://github.com/matplotlib/matplotlib/pull/10314
- [x] https://github.com/matplotlib/matplotlib/pull/10158
24 changes: 13 additions & 11 deletions meeting_notes/2018/2018_04_apr.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

# April 2, 2018

[ ] Clarify MEP process
[ ] Tick refactor:
- [ ] Clarify MEP process
- [ ] Tick refactor:
- (Timhoffm, but he has no email address to invite.)
- https://github.com/matplotlib/matplotlib/issues/5665#issuecomment-377269387

Expand Down Expand Up @@ -36,8 +36,8 @@

**Need text/followup from** @Thomas C **on**

[x] summer student
[x] documentation summit
- [x] summer student
- [x] documentation summit


### Tick Refactor ** @Tim H **
Expand Down Expand Up @@ -88,13 +88,13 @@
@Ryan M , @Jody K @Eric F @Thomas C , @hannah a


[x] inset_axes and extra_spine_x/extra_spine_y into main library.
[ ] https://github.com/matplotlib/matplotlib/issues/10976
[ ] https://github.com/matplotlib/matplotlib/issues/11005
[x] https://github.com/matplotlib/matplotlib/pull/9022
[ ] https://github.com/matplotlib/matplotlib/pulls?q=is%3Aopen+is%3Apr+milestone%3Av2.2.3 ?
[x] Mailing list administration
[x] Git workflow documentation? https://github.com/matplotlib/matplotlib/pull/10997
- [x] inset_axes and extra_spine_x/extra_spine_y into main library.
- [ ] https://github.com/matplotlib/matplotlib/issues/10976
- [ ] https://github.com/matplotlib/matplotlib/issues/11005
- [x] https://github.com/matplotlib/matplotlib/pull/9022
- [ ] https://github.com/matplotlib/matplotlib/pulls?q=is%3Aopen+is%3Apr+milestone%3Av2.2.3 ?
- [x] Mailing list administration
- [x] Git workflow documentation? https://github.com/matplotlib/matplotlib/pull/10997


## Notes
Expand Down Expand Up @@ -172,7 +172,9 @@
- https://github.com/matplotlib/matplotlib/pull/11048
- https://github.com/matplotlib/matplotlib/pull/11027
- https://github.com/matplotlib/matplotlib/pull/11055

## Notes

- imshow Python refactor:
- agg interpolation
- 11027 - @Thomas C
Expand Down
6 changes: 3 additions & 3 deletions meeting_notes/2018/2018_06_jun.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

## Notes

**Naming issues re xmin/xmax/limits**
### Naming issues re xmin/xmax/limits

- currently can use min/max or directional
- https://github.com/matplotlib/matplotlib/pull/11293#issuecomment-391438870
Expand All @@ -41,7 +41,7 @@
- formal deprecation or informal deprecation in documentation (new standards)
- do a long term change in docs and warn people heavily - slow dep roll out

**Naming issues re methods**
### Naming issues re methods

- https://github.com/matplotlib/matplotlib/pull/11026#issuecomment-392315969
- use verbs that explain what the method is doing:
Expand Down Expand Up @@ -114,7 +114,7 @@
- outline_zoon_region
- add_inset_locator
- `add_zoom_inset_indicator`?
-

- TODO: review https://github.com/matplotlib/matplotlib/pull/11127 determine if it needs https://github.com/matplotlib/matplotlib/pull/11127 a subclass scatter artist.
- @Thomas C will review this week.
- https://github.com/matplotlib/matplotlib/pull/10682:
Expand Down
19 changes: 9 additions & 10 deletions meeting_notes/2018/2018_08_aug.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

## Agenda

[x] How do we get 3.0 out the door? What to do about the backend mess?
- [x] How do we get 3.0 out the door? What to do about the backend mess?
- https://github.com/matplotlib/matplotlib/pull/11896
[x] [NF] Add 'truncate' and 'join' methods to colormaps. https://github.com/matplotlib/matplotlib/pull/7716
[x] PR Download jquery during build. https://github.com/matplotlib/matplotlib/pull/11246
[x] [**BUG: correct the scaling in the floating-point slop test.**](https://github.com/matplotlib/matplotlib/pull/11591) ****https://github.com/matplotlib/matplotlib/pull/11591
- [x] [NF] Add 'truncate' and 'join' methods to colormaps. https://github.com/matplotlib/matplotlib/pull/7716
- [x] PR Download jquery during build. https://github.com/matplotlib/matplotlib/pull/11246
- [x] [**BUG: correct the scaling in the floating-point slop test.**](https://github.com/matplotlib/matplotlib/pull/11591) ****https://github.com/matplotlib/matplotlib/pull/11591


## Notes
Expand All @@ -41,12 +41,11 @@

## Agenda

[x] PR https://github.com/matplotlib/matplotlib/pull/11934 Suprress “Non GUI Backend Warning”
[x] https://github.com/matplotlib/matplotlib/pull/11896 `rcParams.``**__getitem**``__('backend')`
[ ]
[x] https://github.com/matplotlib/matplotlib/issues/8289 broke hatching on OS/X .eps
[x] PR https://github.com/matplotlib/matplotlib/pull/10088 Deprecate Tick.{gridOn,tick1On,label1On,...} in favor of set_visible
[x] PR https://github.com/matplotlib/matplotlib/pull/11944 - wx:clientDC
- [x] PR https://github.com/matplotlib/matplotlib/pull/11934 Suprress “Non GUI Backend Warning”
- [x] https://github.com/matplotlib/matplotlib/pull/11896 `rcParams.``**__getitem**``__('backend')`
- [x] https://github.com/matplotlib/matplotlib/issues/8289 broke hatching on OS/X .eps
- [x] PR https://github.com/matplotlib/matplotlib/pull/10088 Deprecate Tick.{gridOn,tick1On,label1On,...} in favor of set_visible
- [x] PR https://github.com/matplotlib/matplotlib/pull/11944 - wx:clientDC

## Notes

Expand Down
27 changes: 13 additions & 14 deletions meeting_notes/2018/2018_09_sep.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@

## Agenda

[ ] Backend continues: https://github.com/matplotlib/matplotlib/pull/11962
[ ] jquery: https://github.com/matplotlib/matplotlib/pull/11246
[ ] needs caching in place?
[x] https://github.com/matplotlib/matplotlib/pull/12012 Fallback renderer for text (just like we did for legend)
[x] https://github.com/matplotlib/matplotlib/issues/11966 Cartopy was using private method. Fix already in master for cartopy.
[ ] color sequence management and colormaps:
- [ ] Backend continues: https://github.com/matplotlib/matplotlib/pull/11962
- [ ] jquery: https://github.com/matplotlib/matplotlib/pull/11246
- [ ] needs caching in place?
- [x] https://github.com/matplotlib/matplotlib/pull/12012 Fallback renderer for text (just like we did for legend)
- [x] https://github.com/matplotlib/matplotlib/issues/11966 Cartopy was using private method. Fix already in master for cartopy.
- [ ] color sequence management and colormaps:
- see https://github.com/matplotlib/matplotlib/pull/12009 New Tableau colormaps.
- what is level for adding new colormap
- how do we go from colormap to color cycles?
- better advertisement of packages that provide more colormaps or add such a repository to the matplotlib tree? i.e `cmocean`
[x] https://github.com/matplotlib/matplotlib/pull/12037 artist.get_aliases API change…
[ ] PR https://github.com/matplotlib/matplotlib/pull/11936 sphinx-exhibit
[x] https://github.com/matplotlib/matplotlib/issues/10948 OS/X backend deprecation warning for event_notify:
[x] https://github.com/matplotlib/matplotlib/pull/12053 merged
- [x] https://github.com/matplotlib/matplotlib/pull/12037 artist.get_aliases API change…
- [ ] PR https://github.com/matplotlib/matplotlib/pull/11936 sphinx-exhibit
- [x] https://github.com/matplotlib/matplotlib/issues/10948 OS/X backend deprecation warning for event_notify:
- [x] https://github.com/matplotlib/matplotlib/pull/12053 merged


## Notes
Expand Down Expand Up @@ -73,8 +73,8 @@

## Agenda

[ ] tick locators. Why return bracketing values? Why worry about pixel size? https://github.com/matplotlib/matplotlib/pull/12105 https://github.com/matplotlib/matplotlib/pull/11004
[ ] Date Formatter: https://github.com/matplotlib/matplotlib/pull/10841 Path to acceptance? Pros better. Cons, API change
- [ ] tick locators. Why return bracketing values? Why worry about pixel size? https://github.com/matplotlib/matplotlib/pull/12105 https://github.com/matplotlib/matplotlib/pull/11004
- [ ] Date Formatter: https://github.com/matplotlib/matplotlib/pull/10841 Path to acceptance? Pros better. Cons, API change


## Notes
Expand All @@ -93,7 +93,6 @@
- TODO: look at log locators; check axis API. Check drawing / having extra ticks…
- Date locator:
- TODO: localization
-
- Proposal:
- https://github.com/matplotlib/matplotlib/pull/10928
- https://github.com/matplotlib/matplotlib/pull/10411/files should maybe be merged / done as part of / after proprocess data (not before).
Expand All @@ -105,7 +104,7 @@

## Agenda

[ ] 3.0.x bugs: https://github.com/matplotlib/matplotlib/milestone/37
- [ ] 3.0.x bugs: https://github.com/matplotlib/matplotlib/milestone/37

## Notes:

Expand Down
40 changes: 20 additions & 20 deletions meeting_notes/2018/2018_10_oct.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

## Agenda

[ ] Stale PR mechanism? https://github.com/apps/stale, astropy has hand-built version. Let more people tag? More people close issues? https://github.com/ipython/ipython/pull/11326
[ ] More get_tightbbox including artists that are not meant to be included. https://github.com/matplotlib/matplotlib/issues/12256
[ ] https://github.com/matplotlib/matplotlib/pull/9565: How to deprecate the return value from `stem` method?
[ ] https://github.com/matplotlib/matplotlib/issues/12312
- [ ] Stale PR mechanism? https://github.com/apps/stale, astropy has hand-built version. Let more people tag? More people close issues? https://github.com/ipython/ipython/pull/11326
- [ ] More get_tightbbox including artists that are not meant to be included. https://github.com/matplotlib/matplotlib/issues/12256
- [ ] https://github.com/matplotlib/matplotlib/pull/9565: How to deprecate the return value from `stem` method?
- [ ] https://github.com/matplotlib/matplotlib/issues/12312


## Notes
Expand All @@ -35,10 +35,10 @@

## Agenda:

[ ] Py3.5 in 3.1?
[ ] https://github.com/matplotlib/matplotlib/pull/11711 lazy eval colors
[ ] https://github.com/matplotlib/matplotlib/milestones/v3.0.x
[ ] API changes level of detail. Mechanism for enforcing… i.e. numpy is more concise (?)
- [ ] Py3.5 in 3.1?
- [ ] https://github.com/matplotlib/matplotlib/pull/11711 lazy eval colors
- [ ] https://github.com/matplotlib/matplotlib/milestones/v3.0.x
- [ ] API changes level of detail. Mechanism for enforcing… i.e. numpy is more concise (?)
## Notes
- went through some v3.0.x PRs. Nov 3 weekend first w/e @tacaswell can get to it
- Py 3.5
Expand All @@ -59,14 +59,14 @@

# October 22, 2018

[ ] https://github.com/matplotlib/matplotlib/milestones/v3.0.x
[ ] Test coverage? How fussy do we want to be?
[ ] Admin backlog
[ ] Governance
[ ] Swag logo (numfocus email)
- [ ] https://github.com/matplotlib/matplotlib/milestones/v3.0.x
- [ ] Test coverage? How fussy do we want to be?
- [ ] Admin backlog
- [ ] Governance
- [ ] Swag logo (numfocus email)
What version of the Matplotlib logo would you want featured on the shop? I was thinking it might be nice to use one that actually says "Matplotlib," but the only file I have like that is very long and narrow and the font is sort of odd.
Do you want us to come up with something on your behalf? Is just the circle logo okay?
[ ] Community outreach
- [ ] Community outreach


## Notes
Expand Down Expand Up @@ -98,12 +98,12 @@

## Agenda

[x] Mac Framework (or not): https://github.com/matplotlib/matplotlib/pull/12633
[ ] pushed to 3.1
[ ] Matplotlib.use() after `import matplotlib.pyplot`: https://github.com/matplotlib/matplotlib/pull/12608
[ ] Test coverage? How fussy do we want to be?
[ ] Other 3.0.x https://github.com/matplotlib/matplotlib/milestone/39
[ ] `_hold` issue…
- [x] Mac Framework (or not): https://github.com/matplotlib/matplotlib/pull/12633
- [ ] pushed to 3.1
- [ ] Matplotlib.use() after `import matplotlib.pyplot`: https://github.com/matplotlib/matplotlib/pull/12608
- [ ] Test coverage? How fussy do we want to be?
- [ ] Other 3.0.x https://github.com/matplotlib/matplotlib/milestone/39
- [ ] `_hold` issue…


## Notes
Expand Down
20 changes: 10 additions & 10 deletions meeting_notes/2018/2018_11_nov.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

## Agenda

[x] Other 3.0.x https://github.com/matplotlib/matplotlib/milestone/39
[ ] Github policies and best practices:
[ ] cleaning up old issues w/ no feedback
[ ] user help versus actual issue…
[ ] Doc builds
- [x] Other 3.0.x https://github.com/matplotlib/matplotlib/milestone/39
- [ ] Github policies and best practices:
- [ ] cleaning up old issues w/ no feedback
- [ ] user help versus actual issue…
- [ ] Doc builds

## Notes

Expand Down Expand Up @@ -54,12 +54,12 @@

## Agenda

[ ] Admin backlog
[ ] Governance
[ ] Swag logo (numfocus email)
- [ ] Admin backlog
- [ ] Governance
- [ ] Swag logo (numfocus email)
What version of the Matplotlib logo would you want featured on the shop? I was thinking it might be nice to use one that actually says "Matplotlib," but the only file I have like that is very long and narrow and the font is sort of odd.
Do you want us to come up with something on your behalf? Is just the circle logo okay?
[ ] Community outreach
- [ ] Community outreach

## Notes

Expand Down Expand Up @@ -124,7 +124,7 @@

## Agenda

[ ] https://github.com/matplotlib/matplotlib/pull/12158 (non-pixel dependent tick trimming)
- [ ] https://github.com/matplotlib/matplotlib/pull/12158 (non-pixel dependent tick trimming)

## Notes

Expand Down
26 changes: 13 additions & 13 deletions meeting_notes/2018/2018_12_dec.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

## Agenda

[ ] Testing: drop 3.5? https://github.com/matplotlib/matplotlib/pull/12538
[ ] Do we need Azure and all the Travis runs?
[ ] Performance profiling: https://github.com/matplotlib/matplotlib/pull/12915 Can we have a proper profiling test? Seems maybe some import profiling is happening that tests pathological import cases.
[ ] https://github.com/matplotlib/matplotlib/pull/10841 ping @efiring (New date formatter)
[ ] https://github.com/matplotlib/matplotlib/pull/12909 Format all ticks at once. (Should go in before above?)
[ ] https://github.com/matplotlib/matplotlib/pull/12903 Units math…
- [ ] Testing: drop 3.5? https://github.com/matplotlib/matplotlib/pull/12538
- [ ] Do we need Azure and all the Travis runs?
- [ ] Performance profiling: https://github.com/matplotlib/matplotlib/pull/12915 Can we have a proper profiling test? Seems maybe some import profiling is happening that tests pathological import cases.
- [ ] https://github.com/matplotlib/matplotlib/pull/10841 ping @efiring (New date formatter)
- [ ] https://github.com/matplotlib/matplotlib/pull/12909 Format all ticks at once. (Should go in before above?)
- [ ] https://github.com/matplotlib/matplotlib/pull/12903 Units math…


## Notes
Expand Down Expand Up @@ -72,15 +72,15 @@

## Agenda

[ ] https://github.com/matplotlib/matplotlib/pull/12459
[ ] https://github.com/matplotlib/matplotlib/pull/12779
[ ] **admin**: calendar meeting link flaky
- [ ] https://github.com/matplotlib/matplotlib/pull/12459
- [ ] https://github.com/matplotlib/matplotlib/pull/12779
- [ ] **admin**: calendar meeting link flaky

## Notes

### 12459: imshow cursor + colorbar data

[ ] https://github.com/matplotlib/matplotlib/pull/12459
- [ ] https://github.com/matplotlib/matplotlib/pull/12459
- [+☑️ Matplotlib meeting agenda: 12-Nov-2018](https://paper.dropbox.com/doc/Matplotlib-meeting-agenda-12-Nov-2018-aAmENlkgepgsMeDZtlsYu#:uid=811503718402000321362157&h2=12-Nov-2018)

### 12779: add scatterplots to Qt figure options
Expand Down Expand Up @@ -139,11 +139,11 @@

## Agenda

[ ] 12678: Properly set tz for YearLocator @Jody K https://github.com/matplotlib/matplotlib/pull/12678
[ ] Matplotlib 3.1 release schedule and release manager
- [ ] 12678: Properly set tz for YearLocator @Jody K https://github.com/matplotlib/matplotlib/pull/12678
- [ ] Matplotlib 3.1 release schedule and release manager
- https://mail.python.org/pipermail/matplotlib-devel/2018-October/001125.html
- https://mail.python.org/pipermail/matplotlib-devel/2018-October/001134.html
[ ] Matplotlib 3.0.3 and 2.2.4 release schedule and release manager
- [ ] Matplotlib 3.0.3 and 2.2.4 release schedule and release manager
## Notes

### Scheduling Meeting
Expand Down
Loading