Skip to content

Commit

Permalink
Merge pull request #49 from WMD-group/scissor_update
Browse files Browse the repository at this point in the history
Version `2.1.0`
  • Loading branch information
kavanase authored Aug 23, 2023
2 parents e952003 + 657d6e8 commit 11e39bc
Show file tree
Hide file tree
Showing 13 changed files with 746 additions and 803 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change log
==========

v2.1.0
~~~~~~
- Add `bg` option to `TASGenerator.from_vasp_outputs()` to allow scissor shifting of the bandgap to match experiment.
- Implement vectorised band filtering functions, massive speedup in processing times.
- Implement memory sharing for large arrays within multiprocessing.

v2.0.1
~~~~~~
- Minor documentation and website updates.
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os
import sys

sys.path.insert(0, os.path.abspath('../../'))
sys.path.insert(0, os.path.abspath("../../"))
# from pytaser import __version__


Expand Down Expand Up @@ -50,7 +50,7 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

# -- Options for HTML output -------------------------------------------------

Expand All @@ -66,7 +66,7 @@
"path_to_docs": "docs/source",
"use_repository_button": True,
"use_issues_button": True,
"use_edit_page_button": True, # add button to suggest edits
"use_edit_page_button": True, # add button to suggest edits
"home_page_in_toc": True,
}

Expand Down
446 changes: 335 additions & 111 deletions examples/PyTASER_DFT_Example.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 11e39bc

Please sign in to comment.