Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Release v1.0.1 #102

Merged
merged 2 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"