Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/chopralab/paddy
Browse files Browse the repository at this point in the history
  • Loading branch information
armenbeck committed Jun 6, 2022
2 parents 4617941 + 69efca6 commit e177e36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6, 3.7]
python-version: [3.6, 3.7]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Paddy: A genetic algorithm for global optimization of numeric parameters
# Paddy: A metaheuristic for optimization of numeric parameters

![logo](paddy.svg)

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
master_doc = 'index'

# General information about the project.
project = 'Paddy Field Algortihm'
project = 'Paddy'
copyright = '2019, Armen Beck and Jonathan Fine'
author = 'Armen Beck and Jonathan Fine'
author = 'Armen Beck and Jonathan Fine, Chopra Lab'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down

0 comments on commit e177e36

Please sign in to comment.