Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libcaml-grew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
grew
libcaml-grew
Commits
23296639
Commit
23296639
authored
Dec 14, 2017
by
Bruno Guillaume
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version 0.46.0:
* Remove Dep2pict dependency * Prepare new version of command history management
parent
97e53b4f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
CHANGES.md
CHANGES.md
+5
-0
VERSION
VERSION
+1
-1
src/grew_graph.ml
src/grew_graph.ml
+0
-1
No files found.
CHANGES.md
View file @
23296639
# 0.46.0 (2017/12/14)
*
Remove Dep2pict dependency
*
Remove old code
*
Prepare new version of command history management
# 0.45.0 (2017/10/10)
*
Keep features defined in column 10 of conll (like SpaceAfter=No)
*
/!
\
implicit nodes are allowed only in edge definitions
...
...
VERSION
View file @
23296639
0.45.1
\ No newline at end of file
0.46.0
\ No newline at end of file
src/grew_graph.ml
View file @
23296639
...
...
@@ -492,7 +492,6 @@ module G_graph = struct
|
None
->
None
|
Some
new_node
->
Some
{
graph
with
map
=
Gid_map
.
add
id_src
new_node
graph
.
map
}
exception
EEE
(* -------------------------------------------------------------------------------- *)
let
del_node
graph
node_id
=
let
map_wo_node
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment