AtomsBase v0.5.0
This release increases the minor version and contains breaking changes:
bounding_box
was renamed tocell_vectors
everywhere for consistency. This concerns both the functionAtomsBase.bounding_box
as well as eventual keyword arguments to system constructors.
Merged pull requests:
- Extend AtomsBaseTesting and AtomsBase test routines (#121) (@mfherbst)
- Introduce preference for automatic ascii visualization of system (#122) (@mfherbst)
- Rename bounding_box to cell_vectors consistently (#127) (@mfherbst)
- Fix AtomsBaseTesting.test_approx_eq issue (#129) (@mfherbst)
- Chemspecies update (#130) (@tjjarvinen)
- Bump codecov/codecov-action from 4 to 5 (#131) (@dependabot[bot])
Closed issues:
- AtomsBaseTesting.test_approx_eq behaviour for identical systems with different units (#128)