Skip to content

Commit

Permalink
20211111, updated ASL.
Browse files Browse the repository at this point in the history
  • Loading branch information
mapgccv committed Nov 11, 2021
1 parent 3c3de7b commit e0a58e5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
2 changes: 2 additions & 0 deletions ampl/CHANGES.amplgsl.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Summary of recent updates to AMPL GSL bindings

## 20211111
Added support for gsl_sort function, now usable in session using NL solvers linked with ASL date >= 20211109.
## 20211014
Added statistics functions.
## 20211007
Expand Down
2 changes: 1 addition & 1 deletion ampl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif()
add_subdirectory(thirdparty/asl)
add_to_folder(asl asl asl2 asl2-dynrt asl-dynrt arith-h)

set(AMPLGSL_VERSION 20211014)
set(AMPLGSL_VERSION 20211111)
# Install location
set(AMPL_LIBRARY_DIR gsl)

Expand Down
16 changes: 1 addition & 15 deletions ampl/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,11 @@
copyright = u'2016-{}, AMPL Optimization Inc'.format(
datetime.date.today().year)

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '1.0'

# The full version, including alpha/beta/rc tags.
release = '20211014'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#language = None

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
#today = ''
# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%B %d, %Y'
release = '20211111'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion ampl/thirdparty/asl
Submodule asl updated 623 files

0 comments on commit e0a58e5

Please sign in to comment.