Changelog#
All notable changes to CRANTpy will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]#
Added#
Initial changelog file
Backward compatibility for
parse_neuroncriteriaimport fromcrantpy.queries.neurons
Changed#
BREAKING:
parse_neuroncriteriahas been moved fromcrantpy.queries.neuronstocrantpy.utils.decoratorsBackward compatibility maintained with deprecation warning
Users should update imports:
from crantpy.utils.decorators import parse_neuroncriteriaOld import location will be removed in a future version
Deprecated#
Importing
parse_neuroncriteriafromcrantpy.queries.neurons(usecrantpy.utils.decoratorsinstead)
Fixed#
Import error in tests for
parse_neuroncriteriafunction
Support#
📖 Documentation: crantpy.readthedocs.io
🐛 Bug Reports: GitHub Issues
💡 Feature Requests: GitHub Discussions
📧 Email: crantpy-dev@example.com