We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb8468 commit e37425dCopy full SHA for e37425d
CHANGELOG.md
@@ -17,6 +17,7 @@ Users can now add/remove containers from a written NWB file and export the modif
17
### Bug fixes:
18
- For `ImageSeries`, add check if `external_file` is provided without `starting_frame` in `__init__`. @rly (#1264)
19
- Improve docstrings for `TimeSeries.data` and for the electrode table. @rly (#1271, #1272)
20
+- Fix Azure Pipelines configuration. @rly (#1281)
21
22
## PyNWB 1.3.3 (June 26, 2020)
23
azure-pipelines.yml
@@ -1,3 +1,6 @@
1
+trigger:
2
+- dev
3
+
4
jobs:
5
6
- job: 'Test'
0 commit comments