Skip to content

v1.4.4

Compare
Choose a tag to compare
@smith120bh smith120bh released this 29 Oct 11:03
· 235 commits to master since this release
f21f0f3

This update is primarily a maintenance release, though with a couple notable additions:

  • Location inputs have been unified such that every function now expects the same "VertexLike" input - which includes our existing Vertex object, as well as any Sequence (list or tuple) or two numbers.
  • New function add_sequential_elements() has been added - which is very similar to the existing add_element_grid(), but with a more accurate name and able to accept coordinates as Vertex or VertexLike objects, to match with coordinates inputs on other functions
  • All functions throughout the codebase now have full docstrings, which should make both using the functions (if you're using an IDE) and contributing to the anastruct code easier
  • VS Code configuration has been thoroughly updated, to hopefully make it easier than ever to help contribute to the anastruct codebase! :-)

What's Changed

Dependabots

New Contributors

Full Changelog: release-v1.4.3...release-v1.4.4