Releases: althonos/moclo
Releases · althonos/moclo
v0.4.5
Fixed
- Support all
fs
versions under 3.0
.
v0.4.4
Changed
- Add
2.3.0
to the supported fs
versions.
v0.4.3
Changed
- Add
2.2.0
to the supported fs
versions.
Added
- Add
Item.record
shortcut to Item.entity.record
in moclo.registry
.
- Make
moclo.core
abstract classes check for illegal sites in sequence to
be identified as valid.
- This CHANGELOG file.
v0.4.2
Fixed
- Fix some registries not loading records into
CircularRecord
instances, causing assembly to fail.
v0.4.1
Changed
- Update YTK notebook to use tag exclusion for
eLabFTW
- Bump required
fs
version to 2.1.0
- Add some of the Formal Language theory to the documentation
Documentation
- Fix links and add more resources to the main README file.
- Fix inheritance hints for toolkit classes.
- Add CIDAR kit SVG images.
v0.4.0
Added
- Add
AbstractPart.characterize
to load a record into a part instance
- Add option to use tags to include / exclude items from the
ELabFTWRegistry
v0.3.0
Changed
- Make
moclo.registry.utils
a private module (moclo.registry._utils
)
- Improve annotations of
AbstractVector.assemble
result record.
Fixed
- Fix
AbstractPart
subclasses not being recognized as abstract
by inspect.isabstract
v0.2.1
Added
- Make
AbstractVector.assemble
add an alphabet to the generated sequence
Documentation
- Improve README of the
moclo
core library