Releases: braingeneers/braingeneerspy
Releases · braingeneers/braingeneerspy
0.2.0
What's Changed
- Device branch by @kvoitiuk in #49
- Update init.py by @kvoitiuk in #50
- Reduce the number of extras. by @DailyDreaming in #54
- Move new deps from configure.py to pyproject.toml by @atspaeth in #55
- Update README.md by @uwcdc in #57
- update load_gpio_maxwell by @surygeng in #53
- Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #58
- fix: Fix license classifier in pyproject.toml to MIT by @lsetiawan in #51
- Add a stub version file. by @DailyDreaming in #59
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #62
- Fixed a common_utils bug when using file_list with no matching files by @davidparks21 in #61
- build(deps): bump codecov/codecov-action from 3.1.4 to 4.0.1 by @dependabot in #66
- build(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #64
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #63
- added pretty_print function for metadata.json by @davidparks21 in #67
- Update MQTT client. by @DailyDreaming in #71
- build(deps): bump codecov/codecov-action from 4.0.1 to 4.1.0 by @dependabot in #70
- Remove unused Class IndexedList. by @DailyDreaming in #60
- Fixed a feature in map2 when the fixed_values include the first param… by @davidparks21 in #73
- Removed hengenlab metadata reader. This functionality will be moved to a workflow. The neuraltoolkit dependency was awkward and causing other bugs. by @davidparks21 in #72
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 by @dependabot in #77
- Add checkout/checkin functionality to common_utils to lock access to S3 files by @davidparks21 in #68
- Added datasets_electrophysiology.cached_load_data function by @davidparks21 in #75
- Device branch by @kvoitiuk in #83
- Update README.md by @hschweiger15 in #78
- build(deps): bump codecov/codecov-action from 4.1.0 to 4.3.0 by @dependabot in #81
- build(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 by @dependabot in #84
New Contributors
- @kvoitiuk made their first contribution in #49
- @hschweiger15 made their first contribution in #78
Full Changelog: v0.1.0...v0.2.0
0.1.0
What's Changed
- Added concatenate method, fixed fatal error in subset(), and fixed issue with neuron_attributes being empty when reading from phys data by @MissValeska in #7
- Fix, moved experiment to metadata instead of NeuronAttributes by @ashsrobbins in #11
- The most basic possible test for read_phy_files(). by @atspaeth in #12
- Replacing debug prints with logging by @atspaeth in #16
- Allow SpikeData.randomized() when spikes alias. by @atspaeth in #17
- fix(randomization): sporadic ValueError by @atspaeth in #18
- constructor refactor by @atspaeth in #19
- Ephys shadows by @pvbaudin in #21
- fix(data): phy loading template shape by @atspaeth in #22
- Shadows trash system by @pvbaudin in #24
- Added ability for message broker to reconnect and resubscribe after lost network connection by @davidparks21 in #25
- Refactor STTC by @atspaeth in #29
- SpikeData.from_raster() by @atspaeth in #30
- Memoization to S3 by @atspaeth in #28
- Add NaN to loaded unit groups in load_spike_data by @atspaeth in #35
- Update S3 endpoint by @davidparks21 in #36
- fixed ephys. call on ephys.load_data() and added exception on load_wi… by @warrenmm in #37
- Add MEArec metadata loader. by @DailyDreaming in #23
- Add a filter function for raw data by @surygeng in #41
- Modify metadata.json for Maxwell to replace raw file paths with NWB file paths if they exist. by @DailyDreaming in #40
- Update configure.py by @DailyDreaming in #46
- consolidate filter methods by @atspaeth in #44
- Merge
development
branch into themaster
branch by @uwcdc in #42 - Bump actions/checkout from 3 to 4 by @dependabot in #47
- chore(doi): Add DOI to README.md by @lsetiawan in #48
New Contributors
- @MissValeska made their first contribution in #7
- @ashsrobbins made their first contribution in #11
- @atspaeth made their first contribution in #12
- @pvbaudin made their first contribution in #21
- @davidparks21 made their first contribution in #25
- @warrenmm made their first contribution in #37
- @surygeng made their first contribution in #41
- @uwcdc made their first contribution in #42
- @dependabot made their first contribution in #47
- @lsetiawan made their first contribution in #48
Full Changelog: v0.0.1-alpha...v0.1.0
0.0.1-alpha
Datasets functions can now load Intan and Raspi Controller files