Pinned
669 contributions in the last year
Activity overview
Contribution activity
January 2021
Created 105 commits in 19 repositories
Created 19 repositories
- eumiro/pytest-benchmark Python
- eumiro/numpy Python
- eumiro/will-it-build
- eumiro/python-overpy Python
- eumiro/sqlparse Python
- eumiro/OctoPrint Python
- eumiro/fpdf2 Python
- eumiro/flask-reuploaded Python
- eumiro/pyuca Python
- eumiro/graphviz Python
- eumiro/requests-mock Python
- eumiro/pyshp Python
- eumiro/svgwrite Python
- eumiro/psycopg2 Python
- eumiro/lat_lon_parser Python
- eumiro/python-magic Python
- eumiro/destream Python
- eumiro/pyeucountrycodes Python
- eumiro/matplotlib Python
Created a pull request in destream-py/destream that received 21 comments
Add macos to GHA (and discover a libmagic bug)
Disclaimer: I have no experience with macos, so just trying…
+37
−4
•
21
comments
Opened 91 other pull requests in 35 repositories
PyTables/PyTables
4
open
9
merged
1
closed
- Use `import tables as tb` and `from tables.tests import common` everywhere
- Consistent imports
- Use `import numpy as np` everywhere
- Run `apt-get update` before installing ubuntu packages
- [WIP] Convert `test_basics.py` to PyTest
- Use pathlib to glob files in setup.py
- Use pathlib for dir/file operations
- First steps into modern `setup.py`
- [WIP/draft] Modernize setup.py
- Consistent elapsed time measuring both real and cpu
- Refactor `__str__` and `__repr__` with f-strings
- Add itersorted test for step=-1 and fix #740
- Simplify numeric operations
- Replace round() with proper f-string
PyFPDF/fpdf2
11
merged
1
closed
- Use pathlib.Path in the code
- Use pathlib.Path in tests
- tox should send positional args to pytest
- Save all generated test files in /tmp/pytest-of-$USER
- Convert all tests to pytest
- Rename test_*.pdf files to not consider them as tests
- Migrate tests to pytest
- Remove unused method str_pad
- Compact some code
- Remove redundant Python2 float/int conversions
- Replace sprintf, %, and .format with f-strings
- Modernize code to Python 3.6+
destream-py/destream
6
merged
1
closed
eumiro/lumipallo
4
merged
NOAA-ORR-ERD/lat_lon_parser
4
merged
ultrabug/py3status
4
merged
Turbo87/utm
3
merged
OctoPrint/OctoPrint
3
merged
matplotlib/matplotlib
2
open
1
closed
xflr6/graphviz
2
open
1
merged
mozman/svgwrite
1
closed
2
merged
hgrecco/pint
3
merged
koodaamo/tnefparse
2
merged
jamielennox/requests-mock
2
merged
GeospatialPython/pyshp
2
open
ahupp/python-magic
2
merged
peopledoc/workalendar
1
open
1
merged
ionelmc/pytest-benchmark
1
open
numpy/numpy
1
open
jugmac00/will-it-build
1
open
DinoTools/python-overpy
1
open
andialbrecht/sqlparse
1
open
klieret/AnkiPandas
1
merged
grantjenks/python-sortedcollections
1
merged
jugmac00/flask-reuploaded
1
open
10
repositories not shown
Reviewed 4 pull requests in 4 repositories
PyTables/PyTables 1 pull request
PyFPDF/fpdf2 1 pull request
matplotlib/matplotlib 1 pull request
destream-py/destream 1 pull request
Created an issue in destream-py/destream that received 12 comments
Converting tests to pytests discovers duplicated test code
During the attempt to convert the test suite to PyTest, I have discovered, that the two tests:
test_10_passing_file_object
test_20_passing_filename
12
comments