wiki:Meeting20110305

Version 8 (modified by Neil, 13 years ago) ( diff )

Add results section. Add next meeting date.

Meeting 05/03/2011

When

5th of March, 2011.

PSF Google Calender entry

Where

Yola offices, 35 Hope Street map link.

If you can't be present in person you can join us on the #ctpug channel on the Atrum IRC network. Some of us will also likely be present on #scipy on the Freenode IRC network.

What

Finish porting matplotlib to python 3.

Possibly look at some other useful scientific libraries if time allows (h5py has been mentioned).

Notes

  • Neil Muller will apply to the PSF for funding
    • Money to be spent on beer, pizzas, coffee and some memorabilia (still to be decided).
    • Funding secured - memorabilia still has to happen
  • Expected number of attendees: 6-10

Preparation

Git Cheat sheet

  • Initial checkout: git clone https://<username>@github.com/CTPUG/matplotlib-py3.git
  • log, diff, rm, add - work as for svn, bzr, et al.
  • svn revert : git checkout master
  • svn up : git pull --rebase
  • git commit - onlu commits things locally, doesn't push commits to the server
  • git push - pushes your tree to the server - do a git pull before pushing.

Results

At the end of the sprint, all tests, expect the png tests involving mathtext, passed on both python 2 and 3. There is also a memory leak issue involving mathtext on python 3 we hadn't tracked down.

Several patches were reviewed by Micheal Droettboom after the sprint, and we are working on getting things neatened up to for the final pull request.

Next meeting

The next meeting will be held on the 16th of April 2011.

Note: See TracWiki for help on using the wiki.