This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
Releases: scalableminds/wknml
Releases · scalableminds/wknml
v1.1.3
v1.1.2
- This is a bug fix release for v1.1.0, fixing the persistence of the taskBoundingBox.
v1.1.0
New Features:
- added support for parsing multiple user bounding box tags #45
Breaking Changes:
- the
userBoundingBox
parameter is now calleduserBoundingBoxes
to reflect that there can be more than one user bounding box- e.g.
nml.parameters.userBoundingBoxes
- the default value is an empty list
[]
- the new type signature for the attribute is
List[Vector6[int]]
- e.g.
v1.0.3
v1.0.2
New Features:
- added default values for optional attributes
- added unit tests for all constructors
Breaking Changes:
- downgraded
numpy
dependency to version^1.17.4
v1.0.1
New Features:
- maintenance release
- added matrix tests for Python 3.6-3.9 to CI
- fixed unit tests
Breaking Changes:
- None
v1.0.0
New Features:
- added docstrings and auto-generated documentation. (see
/docs
) - further internal changes:
- added a
pyproject.toml
configuration file - added
poetry
for dependency management and publishing - added Python formatting (
black
) and documentation checking to CI - updated README to include more examples
- added a
Breaking Changes:
- added requirement for Python 3.6+
- refactored all
NML
,Node
,Tree
,Comment
, ... objects to inherit directly fromnamedtuple
v0.0.10: Approximate minimal edge length (#27)
* finished first implementation iteration * added tests, everything works * renamed temp file * implemented feedback * implemented feedback and ajusted tests * implemented feedback * added scale to vector calculation and implemented feedback * changed scale and node positions * added comment * added comment to difficult method * fix type annotation wknml/nml_utils.py Co-Authored-By: Valentin Pinkau <[email protected]> * fix type annotation wknml/nml_utils.py Co-Authored-By: Valentin Pinkau <[email protected]> * fix type annotation wknml/nml_utils.py Co-Authored-By: Valentin Pinkau <[email protected]> * fix type annotation wknml/nml_utils.py Co-Authored-By: Valentin Pinkau <[email protected]>
v0.0.8: Auto-bump and auto-publish (#25)
- Auto-versioning and auto-publishing
v0.0.7
- Added
nml_generation
model to generate NMLs from networkX graphs - Fixed that offsets are also persisted
- Made node radius optional