Skip to content

Commit

Permalink
updating authors
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Jul 6, 2023
1 parent e05450e commit 9f7a169
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
6 changes: 6 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ Authors in order of the timeline of their contributions:
- [martin-kokos](https://github.com/martin-kokos) for using Pytest's tmp_path fixture instead of /tmp/
- Håvard Thom [havardthom](https://github.com/havardthom) for adding include_obj_callback and include_obj_callback_strict.
- [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`.
- [maggelus](https://github.com/maggelus) for the bugfix deephash for paths.
- [maggelus](https://github.com/maggelus) for the bugfix deephash compiled regex.
- [martin-kokos](https://github.com/martin-kokos) for fixing the tests dependent on toml.
- [kor4ik](https://github.com/kor4ik) for the bugfix for `include_paths` for nested dictionaries.
- [martin-kokos](https://github.com/martin-kokos) for using tomli and tomli-w for dealing with tomli files.
- [Alex Sauer-Budge](https://github.com/amsb) for the bugfix for `datetime.date`.
13 changes: 12 additions & 1 deletion docs/authors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,18 @@ Authors in order of the timeline of their contributions:
- `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``.

- `maggelus <https://github.com/maggelus>`__ for the bugfix deephash
for paths.
- `maggelus <https://github.com/maggelus>`__ for the bugfix deephash
compiled regex.
- `martin-kokos <https://github.com/martin-kokos>`__ for fixing the
tests dependent on toml.
- `kor4ik <https://github.com/kor4ik>`__ for the bugfix for
``include_paths`` for nested dictionaries.
- `martin-kokos <https://github.com/martin-kokos>`__ for using tomli
and tomli-w for dealing with tomli files.
- `Alex Sauer-Budge <https://github.com/amsb>`__ for the bugfix for
``datetime.date``.

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

0 comments on commit 9f7a169

Please sign in to comment.