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_neuroncriteria
import fromcrantpy.queries.neurons
Changed#
BREAKING:
parse_neuroncriteria
has been moved fromcrantpy.queries.neurons
tocrantpy.utils.decorators
Backward compatibility maintained with deprecation warning
Users should update imports:
from crantpy.utils.decorators import parse_neuroncriteria
Old import location will be removed in a future version
Deprecated#
Importing
parse_neuroncriteria
fromcrantpy.queries.neurons
(usecrantpy.utils.decorators
instead)
Fixed#
Import error in tests for
parse_neuroncriteria
function
Support#
📖 Documentation: crantpy.readthedocs.io
🐛 Bug Reports: GitHub Issues
💡 Feature Requests: GitHub Discussions
📧 Email: crantpy-dev@example.com