Skip to content

Commit

Permalink
Update dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Apr 16, 2024
1 parent b887f02 commit 996108f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change log

## 2024.4.16
- Misc bug fixes for jsanitize (@Andrew-S-Rosen).

## 2024.3.31
- Fix MSONable.REDIRECT when module name changed (@janosh)
- Add native support for enums in jsanitize (@FabiPi3)
Expand Down
3 changes: 0 additions & 3 deletions docs/monty.functools.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,10 @@ becomes
The decorated main accepts two new arguments:

> prof_file: Name of the output file with profiling data
> ```none
> If not given, a temporary file is created.
> ```
> sortby: Profiling data are sorted according to this value.
> ```none
> default is “time”. See sort_stats.
> ```
Expand Down
1 change: 0 additions & 1 deletion docs/monty.os.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ performing some tasks, and returns to the original working directory
afterwards. E.g.,

> with cd(“/my/path/”):
> ```none
> do_something()
> ```
Expand Down
2 changes: 0 additions & 2 deletions docs/monty.re.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ A powerful regular expression version of grep.
* **Returns**

> {key1: [[[matches…], lineno], [[matches…], lineno],
> ```none
> [[matches…], lineno], …],
> ```
> key2: …}
For reverse reads, the lineno is given as a -ve number. Please note
Expand Down
2 changes: 1 addition & 1 deletion monty/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = "Shyue Ping Ong"
__copyright__ = "Copyright 2014, The Materials Virtual Lab"
__version__ = "2024.3.31"
__version__ = "2024.4.16"
__maintainer__ = "Shyue Ping Ong"
__email__ = "ongsp@ucsd.edu"
__date__ = "Oct 12 2020"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
dependencies = [

]
version = "2024.3.31"
version = "2024.4.16"

[tool.setuptools]
packages = ["monty"]
Expand Down

0 comments on commit 996108f

Please sign in to comment.