From 9f7a169ce147e032b3fd3754de43bd59529a3c5b Mon Sep 17 00:00:00 2001 From: Seperman Date: Thu, 6 Jul 2023 07:27:28 -0700 Subject: [PATCH] updating authors --- AUTHORS.md | 6 ++++++ docs/authors.rst | 13 ++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/AUTHORS.md b/AUTHORS.md index 90492700..34f8f697 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -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`. diff --git a/docs/authors.rst b/docs/authors.rst index 5f9057d6..1720469b 100644 --- a/docs/authors.rst +++ b/docs/authors.rst @@ -71,7 +71,18 @@ Authors in order of the timeline of their contributions: - `Noam Gottlieb `__ for fixing a corner case where numpy’s ``np.float32`` nans are not ignored when using ``ignore_nan_equality``. - +- `maggelus `__ for the bugfix deephash + for paths. +- `maggelus `__ for the bugfix deephash + compiled regex. +- `martin-kokos `__ for fixing the + tests dependent on toml. +- `kor4ik `__ for the bugfix for + ``include_paths`` for nested dictionaries. +- `martin-kokos `__ for using tomli + and tomli-w for dealing with tomli files. +- `Alex Sauer-Budge `__ for the bugfix for + ``datetime.date``. .. _Sep Dehpour (Seperman): http://www.zepworks.com .. _Victor Hahn Castell: http://hahncastell.de