-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.4 release, plus updated docs and build system (#2)
- Loading branch information
Showing
10 changed files
with
38 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
v0.4 | ||
==== | ||
|
||
- Updated matador dependency PyPI versions > 0.9. | ||
- Added ``compute_mode="manual"`` to just generate structures without relaxing | ||
- Added GitHub CI | ||
- Rescale cell volume after crossover to maintain density | ||
- QoL updates to printing and loading mutations | ||
- Allow arbitrary ASE calculator to be used in relaxations | ||
|
||
v0.3 | ||
==== | ||
|
||
- New keyword: ``sandbagging``. When enabled, fitness penalties will be applied to successive sampling of the same region of composition space. By default, the modifier is a multiplicative factor of 0.95 to all compositions within a hypersphere of radius 0.05. | ||
- ``compute_mode='slurm'`` that makes use of array jobs for "infinite" horizontal scalability | ||
- improved documentation and examples | ||
|
||
.. |MIT License| image:: https://img.shields.io/badge/license-MIT-blue.svg | ||
:target: https://github.com/ml-evs/ilustrado/blob/master/LICENSE | ||
.. |Documentation Status| image:: https://readthedocs.org/projects/ilustrado/badge/?version=latest | ||
:target: https://ilustrado.readthedocs.io/en/latest/?badge=latest |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Installation | ||
============ | ||
|
||
Should be a simple as cloning this repository, then running ``pip install .`` inside this directory, preferably in a fresh virtual environment. | ||
|
||
To use CASTEP, the desired binary should be found on your ``$PATH`` as ``castep``, or specified in the initialisation script. The ``voronoi_shuffle`` mutation currently requires some closed source code, unfortunately :( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../CHANGELOG.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,7 @@ | |
.. toctree:: | ||
:hidden: | ||
:maxdepth: 2 | ||
|
||
|
||
install | ||
changelog | ||
Python API <modules> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../README.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__version__ = "0.4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters