Skip to content

Commit

Permalink
V3.2.0:
Browse files Browse the repository at this point in the history
   - added `utils.test_input` to test if input has keys
     and report them as error
   - added `prefix_cmx` key to cmr.yaml to customize `cmx pull repo`
   - improved CMX logging (-log and -logfile):
     mlcommons#1317
   - print control flags in help (cmx -h | cmx -help):
     mlcommons#1318
   - fail if control flag is not recognized:
     mlcommons#1315
   - added -repro flag to record various info to cmx-repro directory
     mlcommons#1319
   - print call stack when error > 32 to be able to trace error cause:
     mlcommons#1320
     can be combined with -log=debug and -logfile
  • Loading branch information
gfursin committed Oct 13, 2024
1 parent 2c75ab1 commit b5e87b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cm/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## V3.1.0.1
## V3.2.0
- added `utils.test_input` to test if input has keys
and report them as error
- added `prefix_cmx` key to cmr.yaml to customize `cmx pull repo`
Expand Down
2 changes: 1 addition & 1 deletion cm/cmind/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Written by Grigori Fursin

__version__ = "3.1.0.1"
__version__ = "3.2.0"

from cmind.core import access
from cmind.core import x
Expand Down

0 comments on commit b5e87b7

Please sign in to comment.