Skip to content

Commit 7a4bf64

Browse files
Merge pull request #2 from IvanChernyshov/dev
1.1.0
2 parents 4babf65 + d96f9c9 commit 7a4bf64

11 files changed

Lines changed: 4951 additions & 4440 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# project-specific
2+
update/data/*
3+
14
# Byte-compiled / optimized / DLL files
25
__pycache__/
36
*.py[cod]

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@
4040

4141
3. [Documentation](https://ilthermopy.readthedocs.io/): cookbook, descriptive API, and other useful information.
4242

43+
4. [Update tools](update/): script for semi-automatic update of structural information of new ILThermo compounds after database's update.
44+
4345

docs/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Welcome to ILThermoPy's documentation!
77
:maxdepth: 2
88
:caption: Contents:
99

10-
Cookbook <source/cookbook>
10+
Cookbook <source/cookbook.ipynb>
1111
Package API <source/api>
1212
Changelog <source/changelog>
1313

@@ -56,6 +56,7 @@ Useful links
5656
1. `ILThermo 2.0`_: webapp accessing ILThermo 2.0 database.
5757
2. `GitHub`_: GitHub page of the package.
5858
3. `PyPI package`_: PyPI page of the package.
59+
4. `Update tools`_: script for semi-automatic update of structural information of new ILThermo compounds after database's update.
5960

6061

6162
Indices and tables
@@ -69,3 +70,4 @@ Indices and tables
6970
.. _ILThermo 2.0: https://ilthermo.boulder.nist.gov/
7071
.. _GitHub: https://github.com/IvanChernyshov/ILThermoPy
7172
.. _PyPI package: https://pypi.org/project/ilthermopy/
73+
.. _Update tools: https://github.com/IvanChernyshov/ILThermoPy/tree/main/update

docs/source/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
1.1.0
5+
-----
6+
7+
* Updates stored structural data (up to June 4, 2024).
8+
9+
* Renames the ``GetCompounds`` function to :py:func:`ilthermopy.compound_list.GetSavedCompounds`.
10+
11+
* Adds functionality for semi-automatic update of structural information of ILThermo compounds.
12+
13+
414
1.0.0
515
-----
616

0 commit comments

Comments
 (0)