Skip to content

Commit e05450e

Browse files
committed
updating docs
1 parent d52b2da commit e05450e

File tree

4 files changed

+53
-11
lines changed

4 files changed

+53
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# DeepDiff Change log
22

3+
- v6-3-1
4+
- Bugfix deephash for paths by [maggelus](https://github.com/maggelus)
5+
- Bugfix deephash compiled regex [maggelus](https://github.com/maggelus)
6+
- Fix tests dependent on toml by [martin-kokos](https://github.com/martin-kokos)
7+
- Bugfix for `include_paths` for nested dictionaries by [kor4ik](https://github.com/kor4ik)
8+
- Use tomli and tomli-w for dealing with tomli files by [martin-kokos](https://github.com/martin-kokos)
9+
- Bugfix for `datetime.date` by [Alex Sauer-Budge](https://github.com/amsb)
310
- v6-3-0
411
- `PrefixOrSuffixOperator`: This operator will skip strings that are suffix or prefix of each other.
512
- `include_obj_callback` and `include_obj_callback_strict` are added by [Håvard Thom](https://github.com/havardthom).

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ Tested on Python 3.7+ and PyPy3.
2323

2424
Please check the [ChangeLog](CHANGELOG.md) file for the detailed information.
2525

26+
DeepDiff 6-3-1
27+
28+
This release includes many bug fixes.
29+
30+
- Bugfix deephash for paths by [maggelus](https://github.com/maggelus)
31+
- Bugfix deephash compiled regex [maggelus](https://github.com/maggelus)
32+
- Fix tests dependent on toml by [martin-kokos](https://github.com/martin-kokos)
33+
- Bugfix for `include_paths` for nested dictionaries by [kor4ik](https://github.com/kor4ik)
34+
- Use tomli and tomli-w for dealing with tomli files by [martin-kokos](https://github.com/martin-kokos)
35+
- Bugfix for `datetime.date` by [Alex Sauer-Budge](https://github.com/amsb)
36+
37+
2638
DeepDiff 6-3-0
2739

2840
- [`PrefixOrSuffixOperator`](https://zepworks.com/deepdiff/current/custom.html#prefix-or-suffix-operator-label): This operator will skip strings that are suffix or prefix of each other.
@@ -31,11 +43,6 @@ DeepDiff 6-3-0
3143
- `orjson` becomes optional again.
3244
- Fix for `ignore_type_in_groups` with numeric values so it does not report number changes when the number types are different.
3345

34-
DeepDiff 6-2-0
35-
36-
- Major improvement in the diff report for lists when items are all hashable and the order of items is important.
37-
38-
3946
## Installation
4047

4148
### Install from PyPi:

docs/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ Changelog
55

66
DeepDiff Changelog
77

8+
- v6-3-1
9+
10+
- Bugfix deephash for paths by
11+
`maggelus <https://github.com/maggelus>`__
12+
- Bugfix deephash compiled regex
13+
`maggelus <https://github.com/maggelus>`__
14+
- Fix tests dependent on toml by
15+
`martin-kokos <https://github.com/martin-kokos>`__
16+
- Bugfix for ``include_paths`` for nested dictionaries by
17+
`kor4ik <https://github.com/kor4ik>`__
18+
- Use tomli and tomli-w for dealing with tomli files by
19+
`martin-kokos <https://github.com/martin-kokos>`__
20+
- Bugfix for ``datetime.date`` by `Alex
21+
Sauer-Budge <https://github.com/amsb>`__
22+
823
- v6-3-0
924

1025
- ``PrefixOrSuffixOperator``: This operator will skip strings that

docs/index.rst

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,25 @@ What is New
3232
***********
3333

3434

35+
DeepDiff 6-3-1
36+
--------------
37+
38+
This release includes many bug fixes.
39+
40+
- Bugfix deephash for paths by
41+
`maggelus <https://github.com/maggelus>`__
42+
- Bugfix deephash compiled regex
43+
`maggelus <https://github.com/maggelus>`__
44+
- Fix tests dependent on toml by
45+
`martin-kokos <https://github.com/martin-kokos>`__
46+
- Bugfix for ``include_paths`` for nested dictionaries by
47+
`kor4ik <https://github.com/kor4ik>`__
48+
- Use tomli and tomli-w for dealing with tomli files by
49+
`martin-kokos <https://github.com/martin-kokos>`__
50+
- Bugfix for ``datetime.date`` by `Alex
51+
Sauer-Budge <https://github.com/amsb>`__
52+
53+
3554
DeepDiff 6-3-0
3655
--------------
3756

@@ -45,12 +64,6 @@ DeepDiff 6-3-0
4564
- ``orjson`` becomes optional again.
4665
- Fix for ``ignore_type_in_groups`` with numeric values so it does not report number changes when the number types are different.
4766

48-
DeepDiff 6-2-0
49-
--------------
50-
51-
- Major improvement in the diff report for lists when items are all hashable and the order of items is important.
52-
53-
5467
*********
5568
Tutorials
5669
*********

0 commit comments

Comments
 (0)