Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliacomi committed Feb 24, 2022
1 parent 5aa4d47 commit 44d47d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Changelog

New features:

* ⚠️ To reduce import bloat pyGAPS is now **modular**. Previously global
functions must be accessed through submodules. For example:
``pygaps.area_BET`` now must be imported from
``pygaps.characterisation.area_BET``.
* 🎆 pyGAPS is now on ``conda-forge``
* Volumetric adsorbed amount is now given in either ``volume_gas`` or
`volume_liquid` basis, corresponding to the volume amount the adsorbate would
occupy in the bulk gas phase, or the volume of an ideal liquid phase of
Expand All @@ -23,7 +28,7 @@ New features:

Changes:

* Minimum python is now 3.7, maximum increased to 3.10.
* ⚠️ Minimum python is now 3.7, maximum increased to 3.10.
* Removed the need to pass DataFrame column names with the ``other_keys``
syntax. PointIsotherms, now save *all* passed DataFrame columns.
* Smart assigning of isotherm metadata caused confusion and was removed.
Expand Down

0 comments on commit 44d47d3

Please sign in to comment.