Skip to content

Commit 3479a89

Browse files
author
Jonathan Chico
committed
Release v1.0.2
1 parent 182a0eb commit 3479a89

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v1.0.2 2024-04-26
4+
5+
- Fixing an issue in which some LAMMPS vectorial properties were not working properly.
6+
- Changed how the formatting of the dump command is done to prevent issues from vectorial quantities with undetermined size.
7+
- Added the capability to override the dimension and boundary commands in LAMMPS.
8+
- Pinning the version of jsonschema to avoid issues with python>=3.9.
9+
310
## v1.0.1 2023-11-28
411

512
Minor internal improvements to the code base

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,13 @@ commands =
116116
rm -r {toxworkdir}/.aiida
117117
extras = tests
118118
119+
[testenv:pre-commit]
120+
allowlist_externals = bash
121+
commands = bash -ec 'pre-commit run --all-files || ( git diff; git status; exit 1; )'
122+
extras =
123+
pre-commit
124+
tests
125+
119126
[testenv:docs-{clean,update}]
120127
extras = docs
121128
description =

0 commit comments

Comments
 (0)