Recent Releases of morphapi
morphapi - v0.3.2
What's Changed
- Update supported Python versions and remove Intel macOS testing by @adamltyson in https://github.com/brainglobe/morphapi/pull/92
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/93
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/94
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/95
- Add a fallback URL for NeuroMorpho API health check by @IgorTatarnikov in https://github.com/brainglobe/morphapi/pull/96
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/97
Full Changelog: https://github.com/brainglobe/morphapi/compare/v0.3.1...v0.3.2
- Python
Published by IgorTatarnikov about 1 year ago
morphapi - v0.3.1
What's Changed
- Schedule tests to run weekly by @IgorTatarnikov in https://github.com/brainglobe/morphapi/pull/80
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/81
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/82
- Explicitly load neuron via morphio before passing to neuromorph by @IgorTatarnikov in https://github.com/brainglobe/morphapi/pull/84
- Notify slack on scheduled test failure by @IgorTatarnikov in https://github.com/brainglobe/morphapi/pull/85
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/86
- Added wheel to additional-dependencies in pre-commit-config.yaml by @IgorTatarnikov in https://github.com/brainglobe/morphapi/pull/87
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/88
- Replaced NIU upload action with separate steps by @IgorTatarnikov in https://github.com/brainglobe/morphapi/pull/89
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/90
- Use pypa/gh-action-pypi-publish stable release v1 by @lochhh in https://github.com/brainglobe/morphapi/pull/91
New Contributors
- @lochhh made their first contribution in https://github.com/brainglobe/morphapi/pull/91
Full Changelog: https://github.com/brainglobe/morphapi/compare/v0.3.0...v0.3.1
- Python
Published by adamltyson over 1 year ago
morphapi - v0.3.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/63
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/64
- Update supported Python versions by @adamltyson in https://github.com/brainglobe/morphapi/pull/65
- Migrate away from allensdk by @IgorTatarnikov in https://github.com/brainglobe/morphapi/pull/69
- Fix connection error to neuromorpho.org by @IgorTatarnikov in https://github.com/brainglobe/morphapi/pull/70
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/72
- Update to Python 3.12 by @adamltyson in https://github.com/brainglobe/morphapi/pull/73
- Standardise contact information in readme by @adamltyson in https://github.com/brainglobe/morphapi/pull/74
- Save data to .brainglobe by @adamltyson in https://github.com/brainglobe/morphapi/pull/75
- Update API URL by @adamltyson in https://github.com/brainglobe/morphapi/pull/76
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/78
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/79
Full Changelog: https://github.com/brainglobe/morphapi/compare/v0.2.5...v0.3.0
- Python
Published by adrien-berchet almost 2 years ago
morphapi - v0.2.5
What's Changed
- run CI on both types of Mac by @alessandrofelder in https://github.com/brainglobe/morphapi/pull/61
- Allow swc files without a soma to be loaded by @IgorTatarnikov in https://github.com/brainglobe/morphapi/pull/62
Full Changelog: https://github.com/brainglobe/morphapi/compare/v0.2.4...v0.2.5
- Python
Published by adamltyson about 2 years ago
morphapi - v0.2.4
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/58
- Remove SWC file repair method by @adamltyson in https://github.com/brainglobe/morphapi/pull/60
Full Changelog: https://github.com/brainglobe/morphapi/compare/0.2.3...v0.2.4
- Python
Published by adamltyson about 2 years ago
morphapi - 0.2.2
QOL developer improvements
- A number of standardisations to our tooling system.
- Bump from
bg-atlasapitobrainglobe-atlasapi. - Citation file added.
NOTE: Data site certificate has expired, so this package's API is currently unable to operate.
What's Changed
- fix link to developer's guide by @alessandrofelder in https://github.com/brainglobe/morphapi/pull/44
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/45
- Update and standardise tooling by @adamltyson in https://github.com/brainglobe/morphapi/pull/46
- Use the updated upload_pypi action by @IgorTatarnikov in https://github.com/brainglobe/morphapi/pull/54
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/brainglobe/morphapi/pull/50
- Explictly depend on brainglobe-space by @willGraham01 in https://github.com/brainglobe/morphapi/pull/52
- Create CITATION.cff by @willGraham01 in https://github.com/brainglobe/morphapi/pull/53
- Update urllib3 import to please mypy by @adamltyson in https://github.com/brainglobe/morphapi/pull/55
- bg-atlasapi to brainglobe-atlasapi by @willGraham01 in https://github.com/brainglobe/morphapi/pull/56
New Contributors
- @alessandrofelder made their first contribution in https://github.com/brainglobe/morphapi/pull/44
- @willGraham01 made their first contribution in https://github.com/brainglobe/morphapi/pull/52
Full Changelog: https://github.com/brainglobe/morphapi/compare/0.2.1...0.2.2
- Python
Published by willGraham01 over 2 years ago
morphapi - 0.2.1
What's Changed
- Compatibility with vedo 2023.5.0 by @IgorTatarnikov in https://github.com/brainglobe/morphapi/pull/43
New Contributors
- @IgorTatarnikov made their first contribution in https://github.com/brainglobe/morphapi/pull/43
Full Changelog: https://github.com/brainglobe/morphapi/compare/0.2.0...0.2.1
- Python
Published by alessandrofelder over 2 years ago
morphapi - 0.1.11
What's Changed
- Update links by @adamltyson in https://github.com/brainglobe/morphapi/pull/32
- Only update pre-commit monthly by @adamltyson in https://github.com/brainglobe/morphapi/pull/37
- Update readme links by @adamltyson in https://github.com/brainglobe/morphapi/pull/38
- Fix: Compatibility with urllib3>=2 by @adrien-berchet in https://github.com/brainglobe/morphapi/pull/40
Full Changelog: https://github.com/brainglobe/morphapi/compare/0.1.10...0.1.11
- Python
Published by adrien-berchet over 2 years ago
morphapi - 0.1.10
What's Changed
- NeuroMorpho: Increase perf by fetching fields and possible values only when the query failed by @adrien-berchet in https://github.com/brainglobe/morphapi/pull/29
- Never use DH cipher and remove several warnings by @adrien-berchet in https://github.com/brainglobe/morphapi/pull/30
Full Changelog: https://github.com/brainglobe/morphapi/compare/0.1.9...0.1.10
- Python
Published by adrien-berchet about 3 years ago
morphapi - 0.1.9
What's Changed
- NeuroMorpho: Can use neuron names as file names by @adrien-berchet in https://github.com/brainglobe/morphapi/pull/27
- NeuroMorpho: Fix getfieldsvalues to get all values by @adrien-berchet in https://github.com/brainglobe/morphapi/pull/28
Full Changelog: https://github.com/brainglobe/morphapi/compare/0.1.8...0.1.9
- Python
Published by adrien-berchet about 3 years ago
morphapi - 0.1.8
What's Changed
- Drop Py36 support and add Py310 support by @adrien-berchet in https://github.com/brainglobe/morphapi/pull/25
- Use https in all URLs by @adrien-berchet in https://github.com/brainglobe/morphapi/pull/24
Full Changelog: https://github.com/brainglobe/morphapi/compare/0.1.7...0.1.8
- Python
Published by adrien-berchet over 3 years ago
morphapi - 0.1.7
What's Changed
- Add link to contributing guide. by @adamltyson in https://github.com/brainglobe/morphapi/pull/21
- Do not filter warnings by @adrien-berchet in https://github.com/brainglobe/morphapi/pull/22
Full Changelog: https://github.com/brainglobe/morphapi/compare/0.1.6...0.1.7
- Python
Published by adrien-berchet about 4 years ago
morphapi - 0.1.5
What's Changed
- API for supporting zebrafish single cell dataset from Kunst et al 2019 by @vigji in https://github.com/brainglobe/morphapi/pull/6
- Move from brainio -> imio and add dependency by @adamltyson in https://github.com/brainglobe/morphapi/pull/8
- Fixes small api error by @lidakanari in https://github.com/brainglobe/morphapi/pull/10
- Compatibility for new NeuroM versions by @adrien-berchet in https://github.com/brainglobe/morphapi/pull/11
- Add option to not load neurons after downloading them by @adrien-berchet in https://github.com/brainglobe/morphapi/pull/13
- Return empty Neuron when failing and continue to download other neurons by @adrien-berchet in https://github.com/brainglobe/morphapi/pull/14
- Fix species for AllenMorphology which was hardcoded to mouse by @adrien-berchet in https://github.com/brainglobe/morphapi/pull/15
- Rework MouseLightAPI by @adrien-berchet in https://github.com/brainglobe/morphapi/pull/16
- verify=False in url requests by @arnaudon in https://github.com/brainglobe/morphapi/pull/17
- Fix SSL verification and add CI tests by @adrien-berchet in https://github.com/brainglobe/morphapi/pull/18
- Increase verbosity for pypi upload by @adrien-berchet in https://github.com/brainglobe/morphapi/pull/19
New Contributors
- @vigji made their first contribution in https://github.com/brainglobe/morphapi/pull/6
- @adamltyson made their first contribution in https://github.com/brainglobe/morphapi/pull/8
- @lidakanari made their first contribution in https://github.com/brainglobe/morphapi/pull/10
- @adrien-berchet made their first contribution in https://github.com/brainglobe/morphapi/pull/11
- @arnaudon made their first contribution in https://github.com/brainglobe/morphapi/pull/17
Full Changelog: https://github.com/brainglobe/morphapi/commits/0.1.5
- Python
Published by adrien-berchet about 4 years ago