Skip to content

Commit 9f7a169

Browse files
committed
updating authors
1 parent e05450e commit 9f7a169

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

AUTHORS.md

+6
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,9 @@ Authors in order of the timeline of their contributions:
5252
- [martin-kokos](https://github.com/martin-kokos) for using Pytest's tmp_path fixture instead of /tmp/
5353
- Håvard Thom [havardthom](https://github.com/havardthom) for adding include_obj_callback and include_obj_callback_strict.
5454
- [Noam Gottlieb](https://github.com/noamgot) for fixing a corner case where numpy's `np.float32` nans are not ignored when using `ignore_nan_equality`.
55+
- [maggelus](https://github.com/maggelus) for the bugfix deephash for paths.
56+
- [maggelus](https://github.com/maggelus) for the bugfix deephash compiled regex.
57+
- [martin-kokos](https://github.com/martin-kokos) for fixing the tests dependent on toml.
58+
- [kor4ik](https://github.com/kor4ik) for the bugfix for `include_paths` for nested dictionaries.
59+
- [martin-kokos](https://github.com/martin-kokos) for using tomli and tomli-w for dealing with tomli files.
60+
- [Alex Sauer-Budge](https://github.com/amsb) for the bugfix for `datetime.date`.

docs/authors.rst

+12-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,18 @@ Authors in order of the timeline of their contributions:
7171
- `Noam Gottlieb <https://github.com/noamgot>`__ for fixing a corner
7272
case where numpy’s ``np.float32`` nans are not ignored when using
7373
``ignore_nan_equality``.
74-
74+
- `maggelus <https://github.com/maggelus>`__ for the bugfix deephash
75+
for paths.
76+
- `maggelus <https://github.com/maggelus>`__ for the bugfix deephash
77+
compiled regex.
78+
- `martin-kokos <https://github.com/martin-kokos>`__ for fixing the
79+
tests dependent on toml.
80+
- `kor4ik <https://github.com/kor4ik>`__ for the bugfix for
81+
``include_paths`` for nested dictionaries.
82+
- `martin-kokos <https://github.com/martin-kokos>`__ for using tomli
83+
and tomli-w for dealing with tomli files.
84+
- `Alex Sauer-Budge <https://github.com/amsb>`__ for the bugfix for
85+
``datetime.date``.
7586

7687
.. _Sep Dehpour (Seperman): http://www.zepworks.com
7788
.. _Victor Hahn Castell: http://hahncastell.de

0 commit comments

Comments
 (0)