Dimitri Papadopoulos Orfanos

Results 206 issues of Dimitri Papadopoulos Orfanos

Is it OK to fix typos in `CHANGES`?

* Both `re-usable` and `reusable` can be seen as correct, but: * Majors dictionaries suggest `reuse` only: * [OED](https://www.oed.com/search/dictionary/?q=re-use) * [Cambridge](https://www.oxfordlearnersdictionaries.com/definition/english/reuse_1) * [Collins](https://www.collinsdictionary.com/dictionary/english/reuse) * [Longman](https://www.ldoceonline.com/dictionary/reuse) * [Merriam-Webster](https://www.merriam-webster.com/dictionary/reuse) * [Oxford Learner's...

Fixes https://github.com/FreeRADIUS/pam_radius/issues/86#issuecomment-2041116808.

[Online checking](https://learn.scientific-python.org/development/guides/repo-review/?repo=sphinx-doc%2Fsphinx&branch=master) of [sphinx-doc/sphinx](https://github.com/sphinx-doc/sphinx) generates this error: ```python Traceback (most recent call last): File "/lib/python311.zip/_pyodide/_base.py", line 468, in eval_code .run(globals, locals) ^^^^^^^^^^^^^^^^^^^^ File "/lib/python311.zip/_pyodide/_base.py", line 310, in run coroutine =...

[pandas.DataFrame.append](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.append.html) → [pandas.concat](https://pandas.pydata.org/docs/reference/api/pandas.concat.html#pandas.concat) CI warning to fix: ``` rampwf/hyperopt/tests/test_hyperparameter.py: 256 warnings /home/runner/work/ramp-workflow/ramp-workflow/rampwf/hyperopt/hyperopt.py:442: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat...

In the following code, the type hint for `version` is `str`. Yet, the code has been modified to handle floats too (#189). Should the type hint be changed from `str`...

Also change one occurrence of `%` to `format()`, as changing to an f-string would result in a very long line. TODO: - [ ] Unit tests and/or doctests in docstrings...

Started from branch [rth:pep8](https://github.com/rth/liac-arff/tree/pep8) in #108, and fixed remaining issues including tests.