@@ -21,37 +21,36 @@ changelog <https://keepachangelog.com/en/1.1.0/>`_ format. This project follows
2121.. Removed
2222.. #######
2323
24- `Unreleased <https://github.com/lab-cosmo/torch-pme/ >`_
25- -------------------------------------------------------
24+ `Version 0.2.0 <https://github.com/lab-cosmo/torch-pme/releases/tag/v0.2.0 >`_ - 2025-01-23
25+ ------------------------------------------------------------------------------------------
2626
2727Added
2828#####
2929
3030* Added a PyTorch implementation of the exponential integral function
31- * Added ``dtype `` and ``device `` for ``Calculator `` classses
31+ * Added ``dtype `` and ``device `` for ``Calculator `` classes
3232* Added an example on the tuning scheme and usage, and how to optimize the ``cutoff ``
3333
3434Changed
3535#######
3636
3737* Removed ``utils `` module. ``utils.tuning `` and ``utils.prefactor `` are now in the root
38- of the package. ``utils.splines `` is now in the ``lib `` module.
39- * The tuning now uses a grid-search based scheme, instead of a gradient based scheme.
40- * The tuning functions no longer takes the ``cutoff `` parameter, and thus does not
38+ of the package; ``utils.splines `` is now in the ``lib `` module
39+ * Tuning now uses a grid-search based scheme, instead of a gradient based scheme
40+ * Tuning functions no longer takes the ``cutoff `` parameter, and thus does not
4141 support a built-in NL calculation.
42+ * Refactor the ``InversePowerLawPotential `` class to restrict the exponent to integer
43+ values
4244
4345Fixed
4446#####
4547
46- * Refactor the ``InversePowerLawPotential `` class to restrict the exponent to integer
47- values
4848* Ensured consistency of ``dtype `` and ``device `` in the ``Potential `` and
4949 ``Calculator `` classses
5050* Fixed consistency of ``dtype `` and ``device `` in the ``SplinePotential `` class
5151* Fix inconsistent ``cutoff `` in neighbor list example
5252* All calculators now check if the cell is zero if the potential is range-separated
5353
54-
5554`Version 0.1.0 <https://github.com/lab-cosmo/torch-pme/releases/tag/v0.1.0 >`_ - 2024-12-05
5655------------------------------------------------------------------------------------------
5756
0 commit comments