Observes Semantic Versioning standard and Keep a Changelog convention.
- Fix -
url_site
inmkdocs.yaml
to point to the correct URL - Fix - revert GHA semantic release
- Fix -
mkdocs
build issues - Fix -
reader
module imports by adding__init__.py
- Fix - Move KPMS installation to
extras_require
insetup
for consistency with other Elements - Update - markdown files in
mkdocs
- Update- Dockerfile
- Add -
load
functions and new secondary attributes for tutorial purposes - Add -
outbox
results in the public s3 bucket to be mounted in Codespaces - Update - tutorial content
- Fix -
scipy.linalg
deprecation in latest release by adjusting version insetup.py
- Update -
pre_kappa
andfull_kappa
to integer to simplify equality comparisons - Update -
images
of the pipeline
- Update - Schemas and tables renaming
- Update - Move
PreFit
andFullFit
tomoseq_train
- Update - Additional attributes and data type modification from
time
tofloat
forduration
to eliminate datetime formatting code - Update - Code refactoring in
make
functions and enhanced path handling - Update -
docs
, docstrings and table definitions - Update -
tutorial.ipynb
according to these changes and verify full functionality with Codespaces - Update - pipeline
images
according to these changes - Fix -
Dockerfile
environment variables - Update - Activation of one schema with two modules by updating
tutorial_pipeline.ipynb
- Update - remove PyPI release from
release.yml
- Update - README
- Add -
CHANGELOG
and version for first release - Add - DevContainer configuration for GitHub Codespaces
- Add - Updated documentation in
docs
for schemas and tutorial - Add -
kpms_reader
readers - Add -
element_moseq
pipeline architecture and design containingkpms_pca
andkpms_model
modules - Add -
images
with flowchart and pipeline images - Add -
tutorial.ipynb
consistent across DataJoint Elements that can be launched using GitHub Codespaces - Add -
tutorial_pipeline.py
script for notebooks to import and activate schemas - Add - spelling, markdown, and pre-commit config files
- Add - GitHub Actions that call reusable workflows in the
datajoint/.github
repository - Add -
LICENSE
,CONTRIBUTING
,CODE_OF_CONDUCT
- Add -
README
consistent across DataJoint Elements - Add -
setup.py
withextras_require
andtests
features