Braingeneers

Latest version: v0.2.0

Safety actively analyzes 630450 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.0

What's Changed
* Device branch by kvoitiuk in https://github.com/braingeneers/braingeneerspy/pull/49
* Update __init__.py by kvoitiuk in https://github.com/braingeneers/braingeneerspy/pull/50
* Reduce the number of extras. by DailyDreaming in https://github.com/braingeneers/braingeneerspy/pull/54
* Move new deps from configure.py to pyproject.toml by atspaeth in https://github.com/braingeneers/braingeneerspy/pull/55
* Update README.md by uwcdc in https://github.com/braingeneers/braingeneerspy/pull/57
* update load_gpio_maxwell by surygeng in https://github.com/braingeneers/braingeneerspy/pull/53
* Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by dependabot in https://github.com/braingeneers/braingeneerspy/pull/58
* fix: Fix license classifier in pyproject.toml to MIT by lsetiawan in https://github.com/braingeneers/braingeneerspy/pull/51
* Add a stub version file. by DailyDreaming in https://github.com/braingeneers/braingeneerspy/pull/59
* build(deps): bump actions/setup-python from 4 to 5 by dependabot in https://github.com/braingeneers/braingeneerspy/pull/62
* Fixed a common_utils bug when using file_list with no matching files by davidparks21 in https://github.com/braingeneers/braingeneerspy/pull/61
* build(deps): bump codecov/codecov-action from 3.1.4 to 4.0.1 by dependabot in https://github.com/braingeneers/braingeneerspy/pull/66
* build(deps): bump actions/download-artifact from 3 to 4 by dependabot in https://github.com/braingeneers/braingeneerspy/pull/64
* build(deps): bump actions/upload-artifact from 3 to 4 by dependabot in https://github.com/braingeneers/braingeneerspy/pull/63
* added pretty_print function for metadata.json by davidparks21 in https://github.com/braingeneers/braingeneerspy/pull/67
* Update MQTT client. by DailyDreaming in https://github.com/braingeneers/braingeneerspy/pull/71
* build(deps): bump codecov/codecov-action from 4.0.1 to 4.1.0 by dependabot in https://github.com/braingeneers/braingeneerspy/pull/70
* Remove unused Class IndexedList. by DailyDreaming in https://github.com/braingeneers/braingeneerspy/pull/60
* Fixed a feature in map2 when the fixed_values include the first param… by davidparks21 in https://github.com/braingeneers/braingeneerspy/pull/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 https://github.com/braingeneers/braingeneerspy/pull/72
* build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 by dependabot in https://github.com/braingeneers/braingeneerspy/pull/77
* Add checkout/checkin functionality to common_utils to lock access to S3 files by davidparks21 in https://github.com/braingeneers/braingeneerspy/pull/68
* Added datasets_electrophysiology.cached_load_data function by davidparks21 in https://github.com/braingeneers/braingeneerspy/pull/75
* Device branch by kvoitiuk in https://github.com/braingeneers/braingeneerspy/pull/83
* Update README.md by hschweiger15 in https://github.com/braingeneers/braingeneerspy/pull/78
* build(deps): bump codecov/codecov-action from 4.1.0 to 4.3.0 by dependabot in https://github.com/braingeneers/braingeneerspy/pull/81
* build(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 by dependabot in https://github.com/braingeneers/braingeneerspy/pull/84

New Contributors
* kvoitiuk made their first contribution in https://github.com/braingeneers/braingeneerspy/pull/49
* hschweiger15 made their first contribution in https://github.com/braingeneers/braingeneerspy/pull/78

**Full Changelog**: https://github.com/braingeneers/braingeneerspy/compare/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 https://github.com/braingeneers/braingeneerspy/pull/7
* Fix, moved experiment to metadata instead of NeuronAttributes by ashsrobbins in https://github.com/braingeneers/braingeneerspy/pull/11
* The most basic possible test for read_phy_files(). by atspaeth in https://github.com/braingeneers/braingeneerspy/pull/12
* Replacing debug prints with logging by atspaeth in https://github.com/braingeneers/braingeneerspy/pull/16
* Allow SpikeData.randomized() when spikes alias. by atspaeth in https://github.com/braingeneers/braingeneerspy/pull/17
* fix(randomization): sporadic ValueError by atspaeth in https://github.com/braingeneers/braingeneerspy/pull/18
* constructor refactor by atspaeth in https://github.com/braingeneers/braingeneerspy/pull/19
* Ephys shadows by pvbaudin in https://github.com/braingeneers/braingeneerspy/pull/21
* fix(data): phy loading template shape by atspaeth in https://github.com/braingeneers/braingeneerspy/pull/22
* Shadows trash system by pvbaudin in https://github.com/braingeneers/braingeneerspy/pull/24
* Added ability for message broker to reconnect and resubscribe after lost network connection by davidparks21 in https://github.com/braingeneers/braingeneerspy/pull/25
* Refactor STTC by atspaeth in https://github.com/braingeneers/braingeneerspy/pull/29
* SpikeData.from_raster() by atspaeth in https://github.com/braingeneers/braingeneerspy/pull/30
* Memoization to S3 by atspaeth in https://github.com/braingeneers/braingeneerspy/pull/28
* Add NaN to loaded unit groups in load_spike_data by atspaeth in https://github.com/braingeneers/braingeneerspy/pull/35
* Update S3 endpoint by davidparks21 in https://github.com/braingeneers/braingeneerspy/pull/36
* fixed ephys. call on ephys.load_data() and added exception on load_wi… by warrenmm in https://github.com/braingeneers/braingeneerspy/pull/37
* Add MEArec metadata loader. by DailyDreaming in https://github.com/braingeneers/braingeneerspy/pull/23
* Add a filter function for raw data by surygeng in https://github.com/braingeneers/braingeneerspy/pull/41
* Modify metadata.json for Maxwell to replace raw file paths with NWB file paths if they exist. by DailyDreaming in https://github.com/braingeneers/braingeneerspy/pull/40
* Update configure.py by DailyDreaming in https://github.com/braingeneers/braingeneerspy/pull/46
* consolidate filter methods by atspaeth in https://github.com/braingeneers/braingeneerspy/pull/44
* Merge `development` branch into the `master` branch by uwcdc in https://github.com/braingeneers/braingeneerspy/pull/42
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/braingeneers/braingeneerspy/pull/47
* chore(doi): Add DOI to README.md by lsetiawan in https://github.com/braingeneers/braingeneerspy/pull/48

New Contributors
* MissValeska made their first contribution in https://github.com/braingeneers/braingeneerspy/pull/7
* ashsrobbins made their first contribution in https://github.com/braingeneers/braingeneerspy/pull/11
* atspaeth made their first contribution in https://github.com/braingeneers/braingeneerspy/pull/12
* pvbaudin made their first contribution in https://github.com/braingeneers/braingeneerspy/pull/21
* davidparks21 made their first contribution in https://github.com/braingeneers/braingeneerspy/pull/25
* warrenmm made their first contribution in https://github.com/braingeneers/braingeneerspy/pull/37
* surygeng made their first contribution in https://github.com/braingeneers/braingeneerspy/pull/41
* uwcdc made their first contribution in https://github.com/braingeneers/braingeneerspy/pull/42
* dependabot made their first contribution in https://github.com/braingeneers/braingeneerspy/pull/47
* lsetiawan made their first contribution in https://github.com/braingeneers/braingeneerspy/pull/48

**Full Changelog**: https://github.com/braingeneers/braingeneerspy/compare/v0.0.1-alpha...v0.1.0

0.0.1alpha

Datasets functions can now load Intan and Raspi Controller files

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.