Skip to content

Commit

Permalink
Release 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed Mar 25, 2017
1 parent 07be1ac commit 796651e
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<div align="center">
<a href="http://chriscummins.cc/clgen/" target="_blank">
<img src="https://img.shields.io/badge/docs-0.2.7-brightgreen.svg?style=flat">
<img src="https://img.shields.io/badge/docs-0.2.8-brightgreen.svg?style=flat">
</a>
<a href="https://travis-ci.org/ChrisCummins/clgen" target="_blank">
<img src="https://img.shields.io/travis/ChrisCummins/clgen/master.svg?style=flat">
Expand All @@ -17,7 +17,7 @@
<img src="https://img.shields.io/coveralls/ChrisCummins/clgen/master.svg?style=flat">
</a>
<a href="https://github.com/ChrisCummins/clgen/releases" target="_blank">
<img src="https://img.shields.io/badge/release-0.2.7-blue.svg?style=flat">
<img src="https://img.shields.io/badge/release-0.2.8-blue.svg?style=flat">
</a>
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">
<img src="https://img.shields.io/badge/license-GNU%20GPL%20v3-blue.svg?style=flat">
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def main():
cfg = {
"opencl": args.with_opencl,
"cuda": args.with_cuda,
"version": "0.2.7",
"version": "0.2.8",
}

# get input from user
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.2.7'
version = u'0.2.8'
# The full version, including alpha/beta/rc tags.
release = u'0.2.7'
release = u'0.2.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -141,7 +141,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = u'clgen v0.2.7'
# html_title = u'clgen v0.2.8'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
18 changes: 9 additions & 9 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CLgen requirements automatically:

::

$ curl -s https://raw.githubusercontent.com/ChrisCummins/clgen/0.2.7/install-deps.sh | bash
$ curl -s https://raw.githubusercontent.com/ChrisCummins/clgen/0.2.8/install-deps.sh | bash

Note that on Ubuntu, sudo privileges are required to install these requirements
- you may be prompted for your password.
Expand Down Expand Up @@ -79,22 +79,22 @@ Install the latest release of CLgen using one of the three configurations:

::

(clgen)$ curl -s https://raw.githubusercontent.com/ChrisCummins/clgen/0.2.7/install-cpu.sh | bash
(clgen)$ curl -s https://raw.githubusercontent.com/ChrisCummins/clgen/0.2.8/install-cpu.sh | bash

**2. OpenCL enabled:** *slow performance, all features enabled.*
Requires `OpenCL <https://www.khronos.org/opencl/>`__.

::

(clgen)$ curl -s https://raw.githubusercontent.com/ChrisCummins/clgen/0.2.7/install-opencl.sh | bash
(clgen)$ curl -s https://raw.githubusercontent.com/ChrisCummins/clgen/0.2.8/install-opencl.sh | bash

**3. CUDA enabled:** *fast performance, all features enabled.*
Requires NVIDIA GPU with
`CUDA 8.0 and cuDNN <https://www.tensorflow.org/get_started/os_setup#optional_install_cuda_gpus_on_linux>`_.

::

(clgen)$ curl -s https://raw.githubusercontent.com/ChrisCummins/clgen/0.2.7/install-cuda.sh | bash
(clgen)$ curl -s https://raw.githubusercontent.com/ChrisCummins/clgen/0.2.8/install-cuda.sh | bash

When you are done using CLgen, deactivate the virtualenv environment:

Expand Down Expand Up @@ -124,22 +124,22 @@ configurations:

::

$ curl -s https://raw.githubusercontent.com/ChrisCummins/clgen/0.2.7/install-cpu.sh | bash
$ curl -s https://raw.githubusercontent.com/ChrisCummins/clgen/0.2.8/install-cpu.sh | bash

**2. OpenCL enabled:** *slow performance, all features enabled.*
Requires `OpenCL <https://www.khronos.org/opencl/>`__.

::

$ curl -s https://raw.githubusercontent.com/ChrisCummins/clgen/0.2.7/install-opencl.sh | bash
$ curl -s https://raw.githubusercontent.com/ChrisCummins/clgen/0.2.8/install-opencl.sh | bash

**3. CUDA enabled:** *fast performance, all features enabled.*
Requires NVIDIA GPU with
`CUDA 8.0 and cuDNN <https://www.tensorflow.org/get_started/os_setup#optional_install_cuda_gpus_on_linux>`_.

::

$ curl -s https://raw.githubusercontent.com/ChrisCummins/clgen/0.2.7/install-cuda.sh | bash
$ curl -s https://raw.githubusercontent.com/ChrisCummins/clgen/0.2.8/install-cuda.sh | bash


Contents
Expand All @@ -160,7 +160,7 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`

.. |Documentation Status| image:: https://img.shields.io/badge/docs-0.2.7-brightgreen.svg?style=flat
.. |Documentation Status| image:: https://img.shields.io/badge/docs-0.2.8-brightgreen.svg?style=flat
:target: http://chriscummins.cc/clgen/

.. |Build Status| image:: https://img.shields.io/travis/ChrisCummins/clgen/master.svg?style=flat
Expand All @@ -169,7 +169,7 @@ Indices and tables
.. |Coverage Status| image:: https://img.shields.io/coveralls/ChrisCummins/clgen/master.svg?style=flat
:target: https://coveralls.io/github/ChrisCummins/clgen?branch=master

.. |Release Version| image:: https://img.shields.io/badge/release-0.2.7-blue.svg?style=flat
.. |Release Version| image:: https://img.shields.io/badge/release-0.2.8-blue.svg?style=flat
:target: https://github.com/ChrisCummins/clgen/releases

.. |License Badge| image:: https://img.shields.io/badge/license-GNU%20GPL%20v3-blue.svg?style=flat
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ cd clgen-dev
Install the build requirements using:

```
$ curl -s https://raw.githubusercontent.com/ChrisCummins/clgen/0.2.7/install-deps.sh | bash
$ curl -s https://raw.githubusercontent.com/ChrisCummins/clgen/0.2.8/install-deps.sh | bash
```

Configure and compile CLgen using:
Expand Down
16 changes: 8 additions & 8 deletions install-cpu.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# One-liner to install CLgen 0.2.7.
# One-liner to install CLgen 0.2.8.
#
# Copyright 2016, 2017 Chris Cummins <[email protected]>.
#
Expand All @@ -20,10 +20,10 @@
# along with CLgen. If not, see <http://www.gnu.org/licenses/>.
#
set -ex
wget https://github.com/ChrisCummins/clgen/archive/0.2.7.tar.gz -O clgen-0.2.7.tar.gz
tar xf clgen-0.2.7.tar.gz
rm clgen-0.2.7.tar.gz
cd clgen-0.2.7
wget https://github.com/ChrisCummins/clgen/archive/0.2.8.tar.gz -O clgen-0.2.8.tar.gz
tar xf clgen-0.2.8.tar.gz
rm clgen-0.2.8.tar.gz
cd clgen-0.2.8
./configure --batch
make

Expand All @@ -32,12 +32,12 @@ if [[ -n "$VIRTUAL_ENV" ]]; then
make install
make test
cd ..
rm -rf clgen-0.2.7
rm -rf clgen-0.2.8
else
# system-wide - use sudo
sudo -H make install
sudo -H make test
cd ..
sudo rm -rf clgen-0.2.7
sudo rm -rf clgen-0.2.8
fi
echo "==> CLgen 0.2.7 installed"
echo "==> CLgen 0.2.8 installed"
16 changes: 8 additions & 8 deletions install-cuda.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# One-liner to install CLgen 0.2.7.
# One-liner to install CLgen 0.2.8.
#
# Copyright 2016, 2017 Chris Cummins <[email protected]>.
#
Expand All @@ -20,10 +20,10 @@
# along with CLgen. If not, see <http://www.gnu.org/licenses/>.
#
set -ex
wget https://github.com/ChrisCummins/clgen/archive/0.2.7.tar.gz -O clgen-0.2.7.tar.gz
tar xf clgen-0.2.7.tar.gz
rm clgen-0.2.7.tar.gz
cd clgen-0.2.7
wget https://github.com/ChrisCummins/clgen/archive/0.2.8.tar.gz -O clgen-0.2.8.tar.gz
tar xf clgen-0.2.8.tar.gz
rm clgen-0.2.8.tar.gz
cd clgen-0.2.8
./configure --batch --with-opencl --with-cuda
make

Expand All @@ -32,12 +32,12 @@ if [[ -n "$VIRTUAL_ENV" ]]; then
make install
make test
cd ..
rm -rf clgen-0.2.7
rm -rf clgen-0.2.8
else
# system-wide - use sudo
sudo -H make install
sudo -H make test
cd ..
sudo rm -rf clgen-0.2.7
sudo rm -rf clgen-0.2.8
fi
echo "==> CLgen 0.2.7 installed"
echo "==> CLgen 0.2.8 installed"
2 changes: 1 addition & 1 deletion install-deps.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# One-liner to install dependencies for CLgen 0.2.7.
# One-liner to install dependencies for CLgen 0.2.8.
#
# Copyright 2016, 2017 Chris Cummins <[email protected]>.
#
Expand Down
16 changes: 8 additions & 8 deletions install-opencl.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# One-liner to install CLgen 0.2.7.
# One-liner to install CLgen 0.2.8.
#
# Copyright 2016, 2017 Chris Cummins <[email protected]>.
#
Expand All @@ -20,10 +20,10 @@
# along with CLgen. If not, see <http://www.gnu.org/licenses/>.
#
set -ex
wget https://github.com/ChrisCummins/clgen/archive/0.2.7.tar.gz -O clgen-0.2.7.tar.gz
tar xf clgen-0.2.7.tar.gz
rm clgen-0.2.7.tar.gz
cd clgen-0.2.7
wget https://github.com/ChrisCummins/clgen/archive/0.2.8.tar.gz -O clgen-0.2.8.tar.gz
tar xf clgen-0.2.8.tar.gz
rm clgen-0.2.8.tar.gz
cd clgen-0.2.8
./configure --batch --with-opencl
make

Expand All @@ -32,12 +32,12 @@ if [[ -n "$VIRTUAL_ENV" ]]; then
make install
make test
cd ..
rm -rf clgen-0.2.7
rm -rf clgen-0.2.8
else
# system-wide - use sudo
sudo -H make install
sudo -H make test
cd ..
sudo rm -rf clgen-0.2.7
sudo rm -rf clgen-0.2.8
fi
echo "==> CLgen 0.2.7 installed"
echo "==> CLgen 0.2.8 installed"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def all_module_data_files(module, datadir="data"):

setup(
name='CLgen',
version='0.2.7',
version='0.2.8',
description='',
url='https://github.com/ChrisCummins/clgen',
author='Chris Cummins',
Expand Down

0 comments on commit 796651e

Please sign in to comment.