Skip to content

Commit 13aa3d5

Browse files
Merge branch 'key_populate' into logger
2 parents 76d40ae + 1d97e6c commit 13aa3d5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2
-14753
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
flake8 --ignore=E203,E722,W503 datajoint \
111111
--count --max-complexity=62 --max-line-length=127 --statistics \
112112
--per-file-ignores='datajoint/diagram.py:C901'
113-
black --required-version '24.2.0' --check -v datajoint tests tests_old
113+
black --required-version '24.2.0' --check -v datajoint tests
114114
codespell:
115115
name: Check for spelling errors
116116
permissions:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Fixed - Added encapsulating double quotes to comply with [DOT language](https://graphviz.org/doc/info/lang.html) - PR [#1177](https://github.com/datajoint/datajoint-python/pull/1177)
66
- Added - Datajoint python CLI ([#940](https://github.com/datajoint/datajoint-python/issues/940)) PR [#1095](https://github.com/datajoint/datajoint-python/pull/1095)
77
- Added - Ability to set hidden attributes on a table - PR [#1091](https://github.com/datajoint/datajoint-python/pull/1091)
8-
- Added - Ability to specify a list of keys to popuate - PR [#989](https://github.com/datajoint/datajoint-python/pull/989)
8+
- Added - Ability to specify a list of keys to populate - PR [#989](https://github.com/datajoint/datajoint-python/pull/989)
99
- Fixed - fixed topological sort [#1057](https://github.com/datajoint/datajoint-python/issues/1057)- PR [#1184](https://github.com/datajoint/datajoint-python/pull/1184)
1010
- Fixed - .parts() not always returning parts [#1103](https://github.com/datajoint/datajoint-python/issues/1103)- PR [#1184](https://github.com/datajoint/datajoint-python/pull/1184)
1111

tests_old/__init__.py

Lines changed: 0 additions & 160 deletions
This file was deleted.

tests_old/data/Course.csv

Lines changed: 0 additions & 46 deletions
This file was deleted.

tests_old/data/CurrentTerm.csv

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests_old/data/Department.csv

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)