Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ALTree
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
HCL
ALTree
Commits
c48283d8
Commit
c48283d8
authored
3 years ago
by
Vincent Danjean
Browse files
Options
Downloads
Patches
Plain Diff
New release
parent
0be9652c
Branches
master
Tags
v1.3.2
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Changes
+24
-0
24 additions, 0 deletions
Changes
progs/altree
+1
-1
1 addition, 1 deletion
progs/altree
with
25 additions
and
1 deletion
Changes
+
24
−
0
View file @
c48283d8
Revision history for Altree Perl program
Version v1.3.2
==============
Vincent Danjean (6):
Avoid nested functions
Use figlatex instead of texgraphicx
Do not require atlas
Remove unused _quicksort sub-pragma, no longer supported in Perl 5.27
Add missing include file
Update perl XS files
Remove old CVS ignore files
New release
Version v1.3.1
==============
Claire Bardel (1):
No RCS version anymore, using 1.00 version by default
Vincent Danjean (3):
Avoid too precise tests with float datatypes
Do not compute more permutation than requested, even with lots of processors
New release
Version v1.3.0
==============
...
...
This diff is collapsed.
Click to expand it.
progs/altree
+
1
−
1
View file @
c48283d8
...
...
@@ -10,7 +10,7 @@ use Data::Dumper;
srand
(
654321
);
use
version
;
our
$VERSION
=
qv
(
1.3.
1
);
use
version
;
our
$VERSION
=
qv
(
1.3.
2
);
# Positionner la variable PERL5LIB si besoin
...
...
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