aind-behavior-utils 0.3.3__tar.gz → 0.3.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.github/workflows/tag_and_publish.yml +2 -2
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/PKG-INFO +1 -1
- aind_behavior_utils-0.3.4/src/aind_behavior_utils/__init__.py +3 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils.egg-info/PKG-INFO +1 -1
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils.egg-info/SOURCES.txt +0 -1
- aind_behavior_utils-0.3.3/.github/workflows/init.yml +0 -52
- aind_behavior_utils-0.3.3/src/aind_behavior_utils/__init__.py +0 -3
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.flake8 +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.github/ISSUE_TEMPLATE/user-story.md +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.github/workflows/test_and_lint.yml +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.gitignore +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/LICENSE +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/README.md +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/CAMStim Behavior Pickle Structure.md +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/CAMStim Passive Pickle Structure.md +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/CAMStim Pickle Structure Comparison.md +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/Makefile +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/behavior_pkl_review.ipynb +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/make.bat +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/passive_pickle_review.ipynb +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/source/_static/dark-logo.svg +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/source/_static/favicon.ico +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/source/_static/light-logo.svg +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/source/conf.py +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/source/index.rst +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/pyproject.toml +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/setup.cfg +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/setup.py +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/plotting/__init__.py +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/plotting/plots.py +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/stimulus/__init__.py +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/stimulus/camstim_dataset.py +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/stimulus/wheel_utils.py +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/sync/__init__.py +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/sync/legacy_line_labels.py +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/sync/sync_dataset.py +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils.egg-info/dependency_links.txt +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils.egg-info/requires.txt +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils.egg-info/top_level.txt +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/tests/__init__.py +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/tests/test_camstim_dataset.py +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/tests/test_legacy_line_labels.py +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/tests/test_plotting.py +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/tests/test_sync_dataset.py +0 -0
- {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/tests/test_sync_line_utils.py +0 -0
{aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.github/workflows/tag_and_publish.yml
RENAMED
|
@@ -62,9 +62,9 @@ jobs:
|
|
|
62
62
|
add: '["README.md"]'
|
|
63
63
|
tag:
|
|
64
64
|
needs: update_badges
|
|
65
|
-
uses: AllenNeuralDynamics
|
|
65
|
+
uses: AllenNeuralDynamics/.github/.github/workflows/release-bump-version.yml@main
|
|
66
66
|
secrets:
|
|
67
|
-
|
|
67
|
+
repo-token: ${{ secrets.SERVICE_TOKEN }}
|
|
68
68
|
publish:
|
|
69
69
|
needs: tag
|
|
70
70
|
if: true
|
{aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils.egg-info/SOURCES.txt
RENAMED
|
@@ -7,7 +7,6 @@ setup.py
|
|
|
7
7
|
.github/ISSUE_TEMPLATE/bug_report.md
|
|
8
8
|
.github/ISSUE_TEMPLATE/feature_request.md
|
|
9
9
|
.github/ISSUE_TEMPLATE/user-story.md
|
|
10
|
-
.github/workflows/init.yml
|
|
11
10
|
.github/workflows/tag_and_publish.yml
|
|
12
11
|
.github/workflows/test_and_lint.yml
|
|
13
12
|
docs/CAMStim Behavior Pickle Structure.md
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
# Workflow runs only once when the template is first used.
|
|
2
|
-
# File can be safely deleted after repo is initialized.
|
|
3
|
-
name: Initialize repository
|
|
4
|
-
on:
|
|
5
|
-
push:
|
|
6
|
-
branches:
|
|
7
|
-
- main
|
|
8
|
-
|
|
9
|
-
jobs:
|
|
10
|
-
initialize-package:
|
|
11
|
-
name: Initialize the package
|
|
12
|
-
if: ${{github.event.repository.name != 'aind-library-template'}}
|
|
13
|
-
runs-on: ubuntu-latest
|
|
14
|
-
env:
|
|
15
|
-
REPO_NAME: ${{ github.event.repository.name }}
|
|
16
|
-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
|
17
|
-
steps:
|
|
18
|
-
- name: Checkout
|
|
19
|
-
uses: actions/checkout@v4
|
|
20
|
-
- name: Rename package
|
|
21
|
-
run: |
|
|
22
|
-
pkg_name=$(echo "${REPO_NAME}" | tr - _)
|
|
23
|
-
current_description='description = "Prints messages to stdout. Simple boilerplate for libraries."'
|
|
24
|
-
new_description='description = "Generated from aind-library-template"'
|
|
25
|
-
readme_description='Template for a minimal, basic repository for an AIND library.'
|
|
26
|
-
new_readme_description='Generated from aind-library-template'
|
|
27
|
-
echo "Package Name ${pkg_name}"
|
|
28
|
-
mkdir src/${pkg_name}
|
|
29
|
-
touch src/${pkg_name}/__init__.py
|
|
30
|
-
echo '"""Init package"""' >> src/${pkg_name}/__init__.py
|
|
31
|
-
echo '__version__ = "0.0.0"' >> src/${pkg_name}/__init__.py
|
|
32
|
-
sed -i "s/aind_library_template/${pkg_name}/" pyproject.toml
|
|
33
|
-
sed -i "s/aind-library-template/${REPO_NAME}/" pyproject.toml
|
|
34
|
-
sed -i "s/aind_library_template/${pkg_name}/" docs/source/conf.py
|
|
35
|
-
sed -i "s/${current_description}/${new_description}/" pyproject.toml
|
|
36
|
-
sed -i "/pandas/d" pyproject.toml
|
|
37
|
-
sed -i "s/aind-library-template/${REPO_NAME}/" README.md
|
|
38
|
-
sed -i "s/${readme_description}/${new_readme_description}/" README.md
|
|
39
|
-
- name: Commit changes
|
|
40
|
-
uses: EndBug/add-and-commit@v9
|
|
41
|
-
with:
|
|
42
|
-
default_author: github_actions
|
|
43
|
-
message: "ci: version bump [skip actions]"
|
|
44
|
-
add: '["pyproject.toml", "README.md", "src/*", "docs/source/conf.py"]'
|
|
45
|
-
remove: '["-r src/aind_library_template", "tests/test_message_handler.py"]'
|
|
46
|
-
- name: Add first tag
|
|
47
|
-
run: |
|
|
48
|
-
git tag v0.0.0
|
|
49
|
-
git push origin v0.0.0
|
|
50
|
-
- name: Disable workflow
|
|
51
|
-
run: |
|
|
52
|
-
gh workflow disable -R $GITHUB_REPOSITORY "${{ github.workflow }}"
|
|
File without changes
|
{aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
{aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.github/ISSUE_TEMPLATE/feature_request.md
RENAMED
|
File without changes
|
{aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.github/ISSUE_TEMPLATE/user-story.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/CAMStim Behavior Pickle Structure.md
RENAMED
|
File without changes
|
{aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/CAMStim Passive Pickle Structure.md
RENAMED
|
File without changes
|
{aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/CAMStim Pickle Structure Comparison.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/plotting/__init__.py
RENAMED
|
File without changes
|
{aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/plotting/plots.py
RENAMED
|
File without changes
|
{aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/stimulus/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/sync/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/sync/sync_dataset.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|