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.
Files changed (47) hide show
  1. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.github/workflows/tag_and_publish.yml +2 -2
  2. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/PKG-INFO +1 -1
  3. aind_behavior_utils-0.3.4/src/aind_behavior_utils/__init__.py +3 -0
  4. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils.egg-info/PKG-INFO +1 -1
  5. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils.egg-info/SOURCES.txt +0 -1
  6. aind_behavior_utils-0.3.3/.github/workflows/init.yml +0 -52
  7. aind_behavior_utils-0.3.3/src/aind_behavior_utils/__init__.py +0 -3
  8. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.flake8 +0 -0
  9. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  10. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  11. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.github/ISSUE_TEMPLATE/user-story.md +0 -0
  12. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.github/workflows/test_and_lint.yml +0 -0
  13. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/.gitignore +0 -0
  14. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/LICENSE +0 -0
  15. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/README.md +0 -0
  16. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/CAMStim Behavior Pickle Structure.md +0 -0
  17. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/CAMStim Passive Pickle Structure.md +0 -0
  18. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/CAMStim Pickle Structure Comparison.md +0 -0
  19. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/Makefile +0 -0
  20. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/behavior_pkl_review.ipynb +0 -0
  21. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/make.bat +0 -0
  22. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/passive_pickle_review.ipynb +0 -0
  23. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/source/_static/dark-logo.svg +0 -0
  24. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/source/_static/favicon.ico +0 -0
  25. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/source/_static/light-logo.svg +0 -0
  26. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/source/conf.py +0 -0
  27. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/docs/source/index.rst +0 -0
  28. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/pyproject.toml +0 -0
  29. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/setup.cfg +0 -0
  30. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/setup.py +0 -0
  31. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/plotting/__init__.py +0 -0
  32. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/plotting/plots.py +0 -0
  33. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/stimulus/__init__.py +0 -0
  34. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/stimulus/camstim_dataset.py +0 -0
  35. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/stimulus/wheel_utils.py +0 -0
  36. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/sync/__init__.py +0 -0
  37. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/sync/legacy_line_labels.py +0 -0
  38. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils/sync/sync_dataset.py +0 -0
  39. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils.egg-info/dependency_links.txt +0 -0
  40. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils.egg-info/requires.txt +0 -0
  41. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/src/aind_behavior_utils.egg-info/top_level.txt +0 -0
  42. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/tests/__init__.py +0 -0
  43. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/tests/test_camstim_dataset.py +0 -0
  44. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/tests/test_legacy_line_labels.py +0 -0
  45. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/tests/test_plotting.py +0 -0
  46. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/tests/test_sync_dataset.py +0 -0
  47. {aind_behavior_utils-0.3.3 → aind_behavior_utils-0.3.4}/tests/test_sync_line_utils.py +0 -0
@@ -62,9 +62,9 @@ jobs:
62
62
  add: '["README.md"]'
63
63
  tag:
64
64
  needs: update_badges
65
- uses: AllenNeuralDynamics/aind-github-actions/.github/workflows/tag.yml@main
65
+ uses: AllenNeuralDynamics/.github/.github/workflows/release-bump-version.yml@main
66
66
  secrets:
67
- SERVICE_TOKEN: ${{ secrets.SERVICE_TOKEN }}
67
+ repo-token: ${{ secrets.SERVICE_TOKEN }}
68
68
  publish:
69
69
  needs: tag
70
70
  if: true
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aind-behavior-utils
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: Generated from aind-library-template
5
5
  Author: Allen Institute for Neural Dynamics
6
6
  License: MIT
@@ -0,0 +1,3 @@
1
+ """Init package"""
2
+
3
+ __version__ = "0.3.4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aind-behavior-utils
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: Generated from aind-library-template
5
5
  Author: Allen Institute for Neural Dynamics
6
6
  License: MIT
@@ -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 }}"
@@ -1,3 +0,0 @@
1
- """Init package"""
2
-
3
- __version__ = "0.3.3"