Releases: NeurodataWithoutBorders/nwb-guide
Releases · NeurodataWithoutBorders/nwb-guide
1.0.5
Bug fixes
- Fix chrome sandbox error on ubuntu 24.04
- Fix linux installation instructions
- Fix ndx-pose and flask/werkzeug dependency error
- Fix issue with setting DANDI license metadata
- Fix broken upload to DANDI due to outdated dandi-schema dependency
Enhancements
- Update version of nwbinspector to 0.6.2 to resolve dependency management issues
- Update URL for DANDI docs
- Update screenshots in docs
- Update GitHub Actions
- Improve test reliability by extending timeout for generating tutorial data
1.0.4
v1.0.4
Bug Fixes
- Fixed the default crashing state of the standalone DANDI upload page due to improper argument passing for 'number of jobs' by @CodyCBakerPhD in #923
1.0.3
v1.0.3
Bug Fixes
- Update Neurosift URL by @magland in #895
- Fix for SpikeGLX stubbing by @CodyCBakerPhD in #908
- Fix generic subconverter stubbing by @CodyCBakerPhD in #870
- Fix requirement for dandiset license by @rly in #904
- Escape HTML tags in error messages on Source Data Information screen by @dhmjhu in #889 and by @rly in #892
Improvements
- Remove gap above version switcher dropdown in documentation by @rly in #888
- Simplify backend dependencies by @CodyCBakerPhD in #906
1.0.2
1.0.1
1.0.0
v1.0.0
The first official release of the NWB GUIDE!
0.0.15
What's Changed
- Update installation links to latest by @CodyCBakerPhD in #607
- End-to-End Tests + Screenshot capability by @garrettmflynn in #582
- Add codespell by @garrettmflynn in #611
- Restore automation trigger by @CodyCBakerPhD in #614
- Fix Mac Tests by @garrettmflynn in #610
- Update issue templates by @garrettmflynn in #612
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #618
- Make interface display names more human readable by @rly in #589
- Improved Path Expansion Interaction by @garrettmflynn in #609
- Switch to global test timeout by @garrettmflynn in #621
- Update search strategy by @garrettmflynn in #620
- Skip DANDI upload to allow tests to pass with broken external services by @garrettmflynn in #627
- Update installation instructions by @rly in #626
- Miscellaneous Small Fixes by @garrettmflynn in #622
- Add README badges by @garrettmflynn in #624
- Add option to set DANDI_CACHE environment variable to "ignore" by @garrettmflynn in #623
- Version bump by @CodyCBakerPhD in #631
- Path Expansion Autocomplete Improvements by @garrettmflynn in #632
- Fix custom schema validation by @garrettmflynn in #639
- Fix DANDI rendering block by @garrettmflynn in #642
- docs: add html_theme_options by @bendichter in #651
- Label upload button by @garrettmflynn in #653
- List Fix by @garrettmflynn in #654
- Change Exit Pipeline Text by @garrettmflynn in #655
- Keep Base Metadata JSON up to data on GUIDE by @garrettmflynn in #657
- Fix Unknown Item Type Specification by @garrettmflynn in #656
- Remove spec CLI by @CodyCBakerPhD in #662
- Fix Standalone Validation Page by @garrettmflynn in #664
- New Ephys Behavior by @garrettmflynn in #586
- Fix Nested Form Cell Error Display by @garrettmflynn in #629
- Pre-Form Basic Implementation by @garrettmflynn in #633
- Show updated DANDI assets instead of local file paths by @garrettmflynn in #665
- Improve embargoing and license specification process by @garrettmflynn in #640
- Update linux installation instructions by @CodyCBakerPhD in #669
- Fix old keepExistingData reference by @garrettmflynn in #667
- Fix File Paths Schema Polyfill by @garrettmflynn in #668
- Data Persistence following Subject Table Interactions by @garrettmflynn in #663
- Add legend to Guided Mode by @garrettmflynn in #671
- Add Appzi feedback form by @garrettmflynn in #606
- Appzi Check Fix by @garrettmflynn in #675
- Update Legend to Render Multi-Session View Well by @garrettmflynn in #677
- Fix nested input rendering by @garrettmflynn in #674
- Do not skip on pages on storybook by @garrettmflynn in #680
- [Github.CI] Update package.lock file by @github-actions in #678
- Hide workflow grouping until multiple groups by @garrettmflynn in #687
- Add json encoding to fstring autocompletion by @CodyCBakerPhD in #686
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #690
- Show proper modality when editing devices by @garrettmflynn in #693
- Space Form Inputs Properly by @garrettmflynn in #694
- Allow specifying subject and session IDs for single-session case by @garrettmflynn in #691
- Hide multi-instance sidebar when only a single session by @garrettmflynn in #688
- Edit requirements array in place for Workflow Subject ID and Session ID by @garrettmflynn in #698
- Update validation tracking to show invalid without spamming with input errors by @garrettmflynn in #699
- Hide disabled properties on the preform by @garrettmflynn in #701
- Validate C Elegans Sex Correctly by @garrettmflynn in #705
- Skip dandi upload by @garrettmflynn in #704
- Conversion Review File Button by @garrettmflynn in #706
- Basic introductory material for GUIDE tutorials by @garrettmflynn in #707
- Single Session Tutorial Draft by @garrettmflynn in #708
- Render Units Table by @garrettmflynn in #679
- Dynamic workflow rerendering by @garrettmflynn in #712
- Ensure persistent workflow changes appear in section states by @garrettmflynn in #715
- Do not add units unless property is in the schema by @garrettmflynn in #722
- Tutorial Updates based on Ryan's feedback by @garrettmflynn in #724
- Import scipy.special._cdflib in build by @rly in #723
- Recommendations from Alessio by @CodyCBakerPhD in #697
- Multi-Session Tests and Tutorial by @garrettmflynn in #709
- Render empty subject if not locating data with multiple sessions by @garrettmflynn in #725
- Fix Ophys Table Popup by @garrettmflynn in #721
- Dataset Publication Tutorial by @garrettmflynn in #711
- Auto-Focus Formats Search by @garrettmflynn in #728
- Ensure Units Immutability by @garrettmflynn in #730
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #733
- Next Steps Tutorial by @garrettmflynn in #710
- 04/03/24 User Test Updates by @garrettmflynn in #731
- Allow Starting Generated Pipelines by @garrettmflynn in #735
- Bump small font size globally by @garrettmflynn in #729
- Upcoming Release Fixes by @garrettmflynn in #736
- Fix pyinstaller windows by @CodyCBakerPhD in #737
- More debugging and testing pipelines by @CodyCBakerPhD in #740
- Avoid needless selections and clear on transition by @garrettmflynn in #741
- Remove Definitions from Ophys Requirements by @garrettmflynn in #742
New Contributors
- @github-actions made their first c...
0.0.14
What's Changed
- Fix Server Error Parsing by @garrettmflynn in #546
- Automatic chromatic deployment on PR approval by @CodyCBakerPhD in #549
- Add CellExplorerRecordingInterface by @garrettmflynn in #465
- Add VideoInterface by @garrettmflynn in #452
- Add group labels to sidebar by @garrettmflynn in #547
- First Round of Updates from Oliver User Test by @garrettmflynn in #548
- Update PyInstaller to 6.3 to fix missing imports in packaging by @rly in #557
- Add Suite2pSegmentationInterface by @garrettmflynn in #460
- Remove abbreviations by @garrettmflynn in #551
- Redesign Home Interaction by @garrettmflynn in #555
- Fix Bugs with New Application Structure by @garrettmflynn in #561
- Update readthedocs-sphinx-search by @rly in #562
- Fix Search Dropdown Selection by @garrettmflynn in #564
- Fix source data merge for conversions by @garrettmflynn in #565
- Allow users to generate pipelines from YAML files by @garrettmflynn in #563
- Download inspector report by @garrettmflynn in #569
- Time alignment visualization by @garrettmflynn in #566
- Ophys Metadata by @garrettmflynn in #505
- Remove regenerated pipeline files by @garrettmflynn in #572
- Alow datetime to have additional information than allowed by the input by @garrettmflynn in #573
- Add TDT Support by @garrettmflynn in #246
- Add TDT testing by @CodyCBakerPhD in #576
- Fix Time Alignment Popup by @garrettmflynn in #577
- Meeting Updates from 1/29/2024 by @garrettmflynn in #578
- Fix number inputs by @garrettmflynn in #579
- Add Puppeteer for End-to-End Tests by @garrettmflynn in #567
- Cleanup Storybook by @garrettmflynn in #581
- Auto generate tutorial data by @CodyCBakerPhD in #530
- Rollback approval trigger of chromatic by @CodyCBakerPhD in #585
- Update Footer Design by @garrettmflynn in #601
- Pop-Up Form Fixes + Test by @garrettmflynn in #600
- Add direct installation links by @CodyCBakerPhD in #599
- Update package-lock.json to include optional esbuild dependencies by @garrettmflynn in #605
Full Changelog: v0.0.13...v0.0.14
0.0.13
What's Changed
- Add ability to cancel conversion by @garrettmflynn in #509
- Minor text fixes for developer guide by @rly in #507
- Try to left align text of navbar links by @rly in #508
- Add missing step in dev install instructions by @rly in #521
- Improve linux install docs by @CodyCBakerPhD in #520
- Dynamically populate hidden imports rather than use the PyInstaller CLI by @garrettmflynn in #514
- Remove Global Pages by @garrettmflynn in #524
- Remove preview output location option by @garrettmflynn in #525
- Create loose selector (autocomplete) for JSONSchemaForm by @garrettmflynn in #513
- Upgrade electron-notarize and vars by @rly in #529
- soft release by @bendichter in #535
- Replace crypto.createCipher with crypto.createCipheriv by @garrettmflynn in #532
- Fix decryption by @garrettmflynn in #537
- Create Dandisets from the GUIDE by @garrettmflynn in #522
- Make default upload parallel params 1 by @CodyCBakerPhD in #541
Full Changelog: v0.0.12...v0.0.13
0.0.12
What's Changed
- Selectively Enable Source Data Interfaces by @garrettmflynn in #502
- Ensure conversions are synced by @garrettmflynn in #503
- Strictly positive DANDI jobs by @CodyCBakerPhD in #506
Full Changelog: v0.0.11...v0.0.12