Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
islpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Kaushik Kulkarni
islpy
Commits
679ac982
Commit
679ac982
authored
9 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Bump version
parent
5e681433
No related branches found
Branches containing commit
Tags
v2016.1.1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/misc.rst
+13
-2
13 additions, 2 deletions
doc/misc.rst
islpy/version.py
+1
-1
1 addition, 1 deletion
islpy/version.py
with
14 additions
and
3 deletions
doc/misc.rst
+
13
−
2
View file @
679ac982
...
...
@@ -86,14 +86,25 @@ See also :ref:`gen-remarks`.
User-visible Changes
====================
Version 201
4.3
Version 201
6.2
--------------
.. note::
This version is currently in development and can be obtained from
islpy's version control.
Version 2016.1.1
----------------
* Add :func:`make_zero_and_vars`
* Do not turn on small-integer optimization by default
(to avoid build trouble on old compilers)
Version 2016.1
--------------
* Update for isl 0.16
Version 2014.2.1
----------------
...
...
This diff is collapsed.
Click to expand it.
islpy/version.py
+
1
−
1
View file @
679ac982
VERSION
=
(
2016
,
1
,)
VERSION
=
(
2016
,
1
,
1
)
VERSION_TEXT
=
"
.
"
.
join
(
str
(
i
)
for
i
in
VERSION
)
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