Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.10.2 #1046

Merged
merged 56 commits into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
7a61a13
Merge pull request #1010 from Libensemble/release/v_0.10.0
jlnav Jun 6, 2023
1321c72
add +dev to version, plus tiny version fixes
jlnav Jun 6, 2023
926a35b
Make sure workflow parent dirs are created
AngelFP Jun 7, 2023
cb44513
Merge pull request #1017 from AngelFP/workflow_parent_dirs
jlnav Jun 12, 2023
7981a2a
casting more input-paths to absolute paths, testing intermediate dire…
jlnav Jun 12, 2023
51ce4a6
differentiator to test workflow dir
jlnav Jun 13, 2023
85a9678
Merge pull request #1020 from Libensemble/testing/workflow_dir_fixes
jlnav Jun 13, 2023
0d68af7
Update README.rst
wildsm Jun 13, 2023
e1eccc3
Fix typo in output logging docs
AngelFP Jun 14, 2023
12678cc
Merge pull request #1024 from AngelFP/patch-1
jlnav Jun 14, 2023
f549395
Merge pull request #1021 from Libensemble/bugfix/communityexamplesrepo
jlnav Jun 14, 2023
47d64e9
Do not preinitialize "shared" queue
AngelFP Jun 15, 2023
45036ee
lets see if we can use upstream develop
jlnav Jun 20, 2023
38841d4
does this dodge the deprecation warning?
jlnav Jun 20, 2023
0c4183d
how about this dodge approach?
jlnav Jun 20, 2023
08f0229
bump isort in pre-commit config for support of new python versions. o…
jlnav Jun 21, 2023
0d4768f
Merge pull request #1030 from Libensemble/testing/fix_surmise_test
jlnav Jun 21, 2023
4d4abb3
Merge branch 'develop' into fix/msmpi_only_on_windows
jlnav Jun 21, 2023
83f62ed
Merge pull request #1026 from AngelFP/bug/fix_multiprocessing
jlnav Jun 22, 2023
a2f7852
Merge pull request #1031 from Libensemble/fix/msmpi_only_on_windows
jlnav Jun 26, 2023
a7e2a2b
remove use/mention of pip install libensemble[extras]
jlnav Jun 26, 2023
1aeb53c
Allowing deprecation warnings on ytopt test
jmlarson1 Jun 27, 2023
2403eb1
fix borehole return to dodge ValueError
jlnav Jun 28, 2023
304bb73
Merge branch 'refactor/remove_setup_extras' of https://github.com/Lib…
jlnav Jun 28, 2023
8f66a4f
other tests that trip the 'setting an array element with a sequence' …
jlnav Jun 28, 2023
4d44821
Not setting array with sequence
jmlarson1 Jun 28, 2023
f8f1636
Merge pull request #1035 from Libensemble/refactor/remove_setup_extras
jlnav Jun 29, 2023
f17d233
pin pydantic to previous version
jlnav Jul 3, 2023
531bde0
Merge pull request #1036 from Libensemble/fix/pin_pydantic
jlnav Jul 3, 2023
33cb77c
Running isort
jmlarson1 Jul 11, 2023
fa745f7
Removing decorator
jmlarson1 Jul 11, 2023
9174937
Merge pull request #1039 from Libensemble/formatting/isort
jlnav Jul 11, 2023
8410015
Merge branch 'main' into develop, add +dev
jlnav Jul 11, 2023
62a7e93
Warning on nested MPI (#1025)
jlnav Jul 12, 2023
356155a
Make PyPI use README
shuds13 Jul 14, 2023
2c74edc
Add conda and spack badges to readme
shuds13 Jul 14, 2023
6276954
Remove setuptools from pip dependencies
shuds13 Jul 14, 2023
de8ec21
Refactor 1d_tests (or others?) into new interface (#1029)
jlnav Jul 14, 2023
49db32b
Minor updates to forces simple tutorial
shuds13 Jul 17, 2023
7d95df5
Remove duplicate line in forces gpu
shuds13 Jul 17, 2023
d98900b
Add link from forces tutorial to platform guides
shuds13 Jul 17, 2023
a1144ed
Remove redundant line
shuds13 Jul 17, 2023
8d3aa6a
Update installation deps in docs
shuds13 Jul 20, 2023
c985ba7
Update known issues
shuds13 Jul 20, 2023
7f9d73a
Update Polaris note
shuds13 Jul 20, 2023
b4e7328
Add release notes
shuds13 Jul 20, 2023
2393f07
Update version to 0.10.2
shuds13 Jul 20, 2023
1ddd43b
Add tested systems
shuds13 Jul 20, 2023
8c606e5
Skip Surmise in macOS
shuds13 Jul 20, 2023
e6cf1fa
Merge pull request #1042 from Libensemble/install/setup_changes
shuds13 Jul 21, 2023
757a87a
Update .wci.yml
shuds13 Jul 21, 2023
bb9163f
Slight wording edits
jmlarson1 Jul 21, 2023
973d550
Whitespace
jmlarson1 Jul 21, 2023
979665a
Typo and isort
jmlarson1 Jul 21, 2023
5ec6cff
Update CHANGELOG wording
shuds13 Jul 21, 2023
c76289b
Update release date for 0.10.2
shuds13 Jul 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/tutorials/executor_forces_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Assuming MPI and its C compiler ``mpicc`` are available, compile

$ mpicc -O3 -o forces.x forces.c -lm

Alternative build lines for difference platforms can be found in the ``build_forces.sh``
Alternative build lines for different platforms can be found in the ``build_forces.sh``
file in the same directory.

Calling Script
Expand Down Expand Up @@ -66,7 +66,7 @@ containing:
On line 15, we instantiate our :doc:`MPI Executor<../executor/mpi_executor>`.

Registering an application is as easy as providing the full file-path and giving
it a memorable name. This Executor will later be retrieved within our simulation
it a memorable name. This Executor will later be used within our simulation
function to launch the registered app.

Next define the :ref:`sim_specs<datastruct-sim-specs>` and
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"""

from pathlib import Path

shuds13 marked this conversation as resolved.
Show resolved Hide resolved
from setuptools import setup
from setuptools.command.test import test as TestCommand

Expand Down