Skip to content

Commit c77c8ae

Browse files
committed
release v2020.06.0
1 parent d794be6 commit c77c8ae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
since last version:
2+
-
3+
4+
v2022.06.0
25
- Found and fixed further errors in the Branin function: now matches paper
36
- Added MultiFidelityFunction.x_opt attribute for known optimum of function
47
- Added warnings in MultiFidelityFunction if not l_bound <= x_opt <= u_bound

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name='mf2',
12-
version='2021.10.0',
12+
version='2022.06.0',
1313
description='A collection of analytical benchmark functions in multiple fidelities',
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
@@ -22,6 +22,7 @@
2222
"Programming Language :: Python :: 3.7",
2323
"Programming Language :: Python :: 3.8",
2424
"Programming Language :: Python :: 3.9",
25+
"Programming Language :: Python :: 3.10",
2526
"Intended Audience :: Science/Research",
2627
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2728
],

0 commit comments

Comments
 (0)