Commit 025aeb1 1 parent 8587a05 commit 025aeb1 Copy full SHA for 025aeb1
File tree 2 files changed +18
-3
lines changed
2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 7
7
Changelog
8
8
=========
9
9
10
- 1.9.0 - 2023.XX.XX
10
+ 1.9.0 - 2024.06.25
11
11
------------------
12
12
13
13
**New features **
14
14
15
- - Added styling for assertion messages. See :ref: `assertion-message-styling ` for more information.
15
+ - Add styling for assertion messages. See :ref: `assertion-message-styling ` for more information.
16
+
17
+ - Add ``output_processors `` and ``filter_func `` parameters to
18
+ :meth: `datajudge.requirements.WithinRequirement.add_uniques_equality_constraint `,
19
+ :meth: `datajudge.requirements.WithinRequirement.add_uniques_superset_constraint `
20
+ and :meth: `datajudge.requirements.WithinRequirement.add_uniques_subset_constraint `.
21
+
22
+ - Add ``output_processors ``, ``filter_func `` and ``compare_distinct `` parameters to
23
+ :meth: `datajudge.requirements.BetweenRequirement.add_uniques_equality_constraint `,
24
+ :meth: `datajudge.requirements.BetweenRequirement.add_uniques_superset_constraint `
25
+ and :meth: `datajudge.requirements.BetweenRequirement.add_uniques_subset_constraint `.
26
+
27
+ - Add ``output_processors `` parameter to
28
+ :meth: `datajudge.requirements.BetweenRequirement.add_functional_dependency_constraint `.
16
29
17
30
**Other changes **
18
31
19
32
- Provide a ``py.typed `` file.
20
33
34
+ - Remove usage of ``pkg_resources ``.
35
+
21
36
22
37
1.8.0 - 2023.06.16
23
38
------------------
Original file line number Diff line number Diff line change 18
18
try :
19
19
__version__ = importlib .metadata .distribution (__name__ ).version
20
20
except Exception :
21
- __version__ = "1.8 .0"
21
+ __version__ = "1.9 .0"
You can’t perform that action at this time.
0 commit comments