Skip to content

Commit

Permalink
🚀 Release v1.0.1 (#102)
Browse files Browse the repository at this point in the history
Minor internal improvements to the code base
  • Loading branch information
chrisjsewell authored Nov 28, 2023
1 parent ad37398 commit 81d2b12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

## v1.0.1 2023-11-28

Minor internal improvements to the code base

## v1.0.0 2023-11-28

Support for aiida-core >= 2.0.0
⬆️ Support for aiida-core >= 2.0.0

- drop support for python<3.8
- fix deprecation watnings
- fix deprecation warnings

♻️ Refactoring of the plugin
- Removed the old Calculation interfaces and replaced them by a more flexible instances, either by passing a set of parameters that describe a single stage `LAMMPS` run (`LammpsBaseCalculation`) or by passing the input script directly (`LammpsRawCalculation`).
Expand Down
2 changes: 1 addition & 1 deletion aiida_lammps/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""AiiDA plugin for the LAMMPS code"""
__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit 81d2b12

Please sign in to comment.