Skip to content

Releases: neurostuff/neurostore

v0.15.1

05 Jan 20:01
e8f1afc

Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.15.1

v0.15.0

05 Jan 00:03
8069c56

Choose a tag to compare

Release Notes

A series of minor changes, 1 major feature, and two large fixes of note:

features

  1. you now have a button you can click to run a meta-analysis!

fixes

  1. If you go back and add more studies to your project after you've begun annotating, all annotations will be retained, before they may have been removed if the study was swapped out of the studyset.

  2. If you leave the website open for several days at a time, your authentication will expire, and you will be prompted to log in again. Before, you wouldn't be notified, and would be given an opaque permission denied error from your token not working anymore.

Minor Notes

  • We are testing adding a configurable banner to make advertising for different events on the main page of the website easier. #1280
  • We added semantic scholar API key so that we can more consistently provide links to pdfs. #1266
  • We modified the language in the meta-analysis specification for the reference dataset algorithms (#1276)

CHANGES

  • feat: added config-based banner feature (#1280) @nicoalee
  • fix: added unsaved changes guard to new project button, and fixed bug… (#1281) @nicoalee
  • 1255 extraction bug where analysis descriptions disappear in the study annotations table (#1283) @nicoalee
  • [ENH] use semantic_scholar api key when available to increase the rate limits (#1266) @jdkent
  • chore(deps): bump nimare from 0.6.1 to 0.6.2 in /compose/backend (#1279) @dependabot[bot]
  • feat: implemented auth refresh (#1269) @nicoalee
  • [DOC] update nimare and config file/add "Uses Reference/Comparison Studyset" (#1276) @jdkent
  • [FIX] sync curation extraction (#1248) @jdkent
  • Feat 1188 execute a meta analysis with the click of a button (#1253) @nicoalee
  • chore(deps-dev): update vcrpy requirement from ~=7.0 to ~=8.0 in /store/backend (#1250) @dependabot[bot]
  • [FIX] add logging output (#1245) @jdkent
  • [FIX] cache the assets, but force html to reload (#1243) @jdkent

Full Changelog: v0.14.1...v0.15.0

v0.14.1

02 Dec 06:13
48a9eba

Choose a tag to compare

Release Notes

Several backend fixes for improper updates and error messages in the backend

What's Changed

Full Changelog: v0.14.0...v0.14.1

v0.14.0

02 Dec 03:41
058b44b

Choose a tag to compare

Release Notes

Big things:

  • annotations have consistent order and are more easily editable at the study level.
  • fix longstanding bug preventing some users from seeing their project page
  • allow users to edit their exclusion labels during curation.

CHANGES

v0.13.0

31 Oct 18:30
e5a7c47

Choose a tag to compare

Release Notes

More updates to improve stability and maintainability of the platform.

Updates:

  • Sleuth Files are no longer a separate workflow, but more like another method to import studies. So you can start a project and import from neurostore/your sleuth files, and whatever other sources you want to include.
  • changed how the documentation/help button is represented to help users find the information they need.
  • responsive UI during the extraction phase to allow users to have a document open side-by-side with the interface to annotate.

CHANGES

v0.12.0

07 Oct 21:32
dbe1c0d

Choose a tag to compare

Release Notes

Made the experience for uploading sleuth files less headache inducing. Took care of a lot of technincal debt to update neurosynth compose.

Added the backend ability to perform semantic search on fulltext.

CHANGES

v0.11.4

03 Sep 00:52
7486791

Choose a tag to compare

What's Changed

Full Changelog: v0.11.3...v0.11.4

v0.11.3

02 Sep 23:44
7e84236

Choose a tag to compare

Summary

Primarily for upgrading the postgres database, but also some frontend updates

What's Changed

  • chore(deps-dev): bump @babel/runtime-corejs3 from 7.24.8 to 7.28.3 in /compose/neurosynth-frontend by @dependabot[bot] in #1086
  • chore(deps-dev): bump tmp from 0.2.3 to 0.2.4 in /compose/neurosynth-frontend by @dependabot[bot] in #1062
  • chore(deps-dev): bump tmp from 0.2.3 to 0.2.5 in /compose/neurosynth-frontend by @dependabot[bot] in #1070
  • chore(deps): bump @types/d3-scale from 4.0.8 to 4.0.9 in /compose/neurosynth-frontend by @dependabot[bot] in #1035
  • chore(deps-dev): bump @pkgr/core in /compose/neurosynth-frontend by @nicoalee in #1106
  • chore(deps-dev): bump object-inspect from 1.13.2 to 1.13.4 in /compose/neurosynth-frontend by @dependabot[bot] in #1029
  • chore(deps-dev): bump fast-glob from 3.3.2 to 3.3.3 in /compose/neurosynth-frontend by @dependabot[bot] in #1026
  • chore(deps): bump @babel/runtime from 7.24.8 to 7.27.6 in /compose/neurosynth-frontend by @dependabot[bot] in #973
  • chore(deps): bump @babel/helpers from 7.26.0 to 7.27.6 in /compose/neurosynth-frontend by @dependabot[bot] in #974
  • chore(deps): bump form-data and @cypress/request in /compose/neurosynth-frontend by @dependabot[bot] in #970
  • chore(deps): bump brace-expansion in /compose/neurosynth-frontend by @dependabot[bot] in #1105
  • feat: change focus back to first group item after import by @nicoalee in #1107
  • fix: guard against uninitialied study status list by @nicoalee in #1108
  • chore(deps-dev): bump is-symbol from 1.0.4 to 1.1.1 in /compose/neurosynth-frontend by @dependabot[bot] in #1109
  • chore(deps-dev): bump pathval from 2.0.0 to 2.0.1 in /compose/neurosynth-frontend by @dependabot[bot] in #1110
  • chore(deps-dev): bump @sentry/cli from 2.50.2 to 2.52.0 in /compose/neurosynth-frontend by @dependabot[bot] in #1111
  • chore(deps): bump @citation-js/core from 0.7.14 to 0.7.18 in /compose/neurosynth-frontend by @dependabot[bot] in #1112
  • chore(deps-dev): bump loupe from 3.1.3 to 3.2.1 in /compose/neurosynth-frontend by @dependabot[bot] in #1113
  • [MNT] upgrade postgres database by @jdkent in #1095

Full Changelog: v0.11.2...v0.11.3

v0.11.2

27 Aug 15:20
14daf9b

Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2

v0.11.1

24 Aug 21:52
f0a256f

Choose a tag to compare

Release Notes

CHANGES

  • [FIX] do not make the port accessible online and anger the IT gods (#1101) @jdkent
  • [FIX] fix deactivation schema (#1100) @jdkent