Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mat2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atenart
mat2
Commits
8093dce8
Commit
8093dce8
authored
6 years ago
by
Julien (jvoisin) Voisin
Browse files
Options
Downloads
Patches
Plain Diff
Bump the changelog
parent
5a7c7f35
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+9
-0
9 additions, 0 deletions
CHANGELOG.md
mat2
+1
-1
1 addition, 1 deletion
mat2
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
11 additions
and
2 deletions
CHANGELOG.md
+
9
−
0
View file @
8093dce8
# 0.2.0 - 2018-07-010
-
Fix various crashes dues to malformed files
-
Simplify various code-paths
-
Remove superfluous debug message
-
Remove the
`--check`
option that never was implemented anyway
-
Add a
`-c`
option to check for MAT2's dependencies
# 0.1.3 - 2018-07-06
-
Improve MAT2 resilience against corrupted images
...
...
This diff is collapsed.
Click to expand it.
mat2
+
1
−
1
View file @
8093dce8
...
...
@@ -14,7 +14,7 @@ except ValueError as e:
print
(
e
)
sys
.
exit
(
1
)
__version__
=
'
0.
1.3
'
__version__
=
'
0.
2.0
'
def
__check_file
(
filename
:
str
,
mode
:
int
=
os
.
R_OK
)
->
bool
:
if
not
os
.
path
.
exists
(
filename
):
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
8093dce8
...
...
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools
.
setup
(
name
=
"
mat2
"
,
version
=
'
0.
1.3
'
,
version
=
'
0.
2.0
'
,
author
=
"
Julien (jvoisin) Voisin
"
,
author_email
=
"
julien.voisin+mat2@dustri.org
"
,
description
=
"
A handy tool to trash your metadata
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment