Closed lxvm closed 2 months ago
Thanks for flagging this. I'm not surprised I missed a few things. Regarding periodic_system
and isolated_system
those were supposed to be moved out of AtomsBase and then just left in at the very last moment. This is probably how the mistake occured.
I agree with your suggestion about renaming the keyword arguments. (In fact I prefer cell_vectors
) but I don't think we will want another breaking change immediately. In the short run somebody should make your script work and make a PR or explain why it shouldn't work and fix the documentation.
If you have time and energy to look into it yourself, I'll do my best to review any PR as quickly as possible.
Hi, I was trying out AtomsBase.jl v0.4 and found that some of the docstrings are out of date. For example, in
periodic_system
the docstring recommends the followingFirst,
bounding_box
is now exported, so perhaps rename the variable tobbox
? Second, the call to periodic system errors withThis seems to be fixed by instead defining
I gather that there are several breaking API changes in v0.4. Is there a summary of them in some place?