Skip to content

Commit

Permalink
Merge pull request #2 from IvanChernyshov/dev
Browse files Browse the repository at this point in the history
1.1.0
  • Loading branch information
IvanChernyshov authored Sep 6, 2024
2 parents 4babf65 + d96f9c9 commit 7a4bf64
Show file tree
Hide file tree
Showing 11 changed files with 4,951 additions and 4,440 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# project-specific
update/data/*

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@

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

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


4 changes: 3 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Welcome to ILThermoPy's documentation!
:maxdepth: 2
:caption: Contents:

Cookbook <source/cookbook>
Cookbook <source/cookbook.ipynb>
Package API <source/api>
Changelog <source/changelog>

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


Indices and tables
Expand All @@ -69,3 +70,4 @@ Indices and tables
.. _ILThermo 2.0: https://ilthermo.boulder.nist.gov/
.. _GitHub: https://github.com/IvanChernyshov/ILThermoPy
.. _PyPI package: https://pypi.org/project/ilthermopy/
.. _Update tools: https://github.com/IvanChernyshov/ILThermoPy/tree/main/update
10 changes: 10 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

1.1.0
-----

* Updates stored structural data (up to June 4, 2024).

* Renames the ``GetCompounds`` function to :py:func:`ilthermopy.compound_list.GetSavedCompounds`.

* Adds functionality for semi-automatic update of structural information of ILThermo compounds.


1.0.0
-----

Expand Down
Loading

0 comments on commit 7a4bf64

Please sign in to comment.