Skip to content

Commit 5c554b9

Browse files
committed
Add NEWS.md
1 parent 7d76ccf commit 5c554b9

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

NEWS.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# validatetools 0.5.2
2+
3+
* Added a `NEWS.md` file to track changes to the package.
4+
5+
# validatetools 0.5
6+
7+
* improved dnf parsing: more complex if statements are parsed as dnf,
8+
* complex if statements were failing with simplify_conditional: issue #13
9+
10+
# validatetools 0.4.7
11+
12+
* Fix for issue 12, Thanks to Sander Scholtus: substitute_values was failing on conditional statements.
13+
14+
# validatetools 0.4.6
15+
16+
* Fix for issue 11, Thanks to Ton de Waal: simplify_conditional was not working
17+
correctly on pure categorical rules
18+
* output of detect_boundary_cat has changed (improved)
19+
20+
# validatetools 0.4.4
21+
22+
* Negative coeficients in linear rules were ignored, now fixed
23+
24+
# validatetools 0.4.3
25+
26+
* Fixed issue #9, bug with pure categorical rules.
27+
28+
# validatetools 0.4.2
29+
30+
* Internal updates for compatability with 'validate' version 0.2.3.
31+
32+
# validatetools 0.4.1
33+
34+
* initial release

0 commit comments

Comments
 (0)