Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mohawk-t-conversion-tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Jon Shahen
mohawk-t-conversion-tool
Commits
4d94c4b2
Commit
4d94c4b2
authored
9 years ago
by
Jonathan Shahen
Browse files
Options
Downloads
Patches
Plain Diff
Version Update to 1.3.0
parent
71a1c9ba
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+17
-3
17 additions, 3 deletions
CHANGELOG.md
VERISON
+1
-1
1 addition, 1 deletion
VERISON
src/mohawk/converter/ConverterInstance.java
+1
-1
1 addition, 1 deletion
src/mohawk/converter/ConverterInstance.java
with
19 additions
and
5 deletions
CHANGELOG.md
+
17
−
3
View file @
4d94c4b2
...
...
@@ -2,18 +2,32 @@
All notable changes to this project will be documented in this file.
This project adheres to
[
Semantic Versioning
](
http://semver.org/
)
.
## [1.2.0] - 2015-08-16
#####################################################
## [1.3.0] - 2015-11-09
### Fixed
-
Remove CanEnable/CanDisable reduction has been fixed
-
Removed large debugging statements from running by surrounding them with an IF statement (big performance increase)
-
Lots of code cleanups and speedups
### Bugs
-
Still differing errors for AGTUniv04, AGTUniv08-10, AGTHos08-10 from ASASPTime NSA
### Added
-
New field added to Role:
-
New Option to ONLY execute the Remove CanEnable v1 or the CanEnable v2 Reduction (-only)
-
Can now reduce rolenames for conversion to Mohawk (instead of role1_ENABLED_AL0_u12, we get r2)
(big performance increase)
#####################################################
## [1.2.0] - 2015-08-16
### Fixed
-
Fixed conversion error which produced a system that was not always correct
### Bugs
-
AGTUniv10 takes a really long time, and a lot of refinement steps;
each refinement step is quick, so the abstraction-refinement process might need to updated
### Added
-
CHANGELOG
-
VERSION
...
...
This diff is collapsed.
Click to expand it.
VERISON
+
1
−
1
View file @
4d94c4b2
1.2.0
\ No newline at end of file
1.3.0
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/mohawk/converter/ConverterInstance.java
+
1
−
1
View file @
4d94c4b2
...
...
@@ -23,7 +23,7 @@ import mohawk.global.pieces.Rule;
import
mohawk.global.timing.MohawkTiming
;
public
class
ConverterInstance
{
private
static
final
String
VERSION
=
"v1.
2
.0"
;
private
static
final
String
VERSION
=
"v1.
3
.0"
;
private
static
final
String
AUTHORS
=
"Jonathan Shahen <jmshahen@uwaterloo.ca>"
;
// Logger Fields
public
static
final
Logger
logger
=
Logger
.
getLogger
(
"mohawk"
);
...
...
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