Skip to content

Releases: neurostuff/neurostore

v0.7.1

20 Aug 15:52
6dd6b52
Compare
Choose a tag to compare

What's Changed

This one is a lot of bug fixes for platform stability, for making the sleuth upload feature, and we added the studyset download feature.

Fixes

  • [FIX] fix underline issue by @nicoalee in #774
  • [FIX]: fixed bug where null studies would be ingested by @nicoalee in #776
  • [FIX] keep numpy below 2.0 for now by @jdkent in #779
  • [FIX] fix memory constraints for postgres by @jdkent in #778
  • [FIX] websearch query by @jdkent in #783
  • [FIX]: prevented pmid,pmcid,doi from being undefined during ingestion o… by @nicoalee in #790
  • [FIX] duplicate analyses by @jdkent in #809

Maintenance

  • [MAINT]: bump braces from 3.0.2 to 3.0.3 in /compose/neurosynth-frontend by @dependabot in #773
  • [MAINT]: bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /compose/neurosynth-frontend by @dependabot in #765
  • [MAINT]: bump ejs from 3.1.8 to 3.1.10 in /compose/neurosynth-frontend by @dependabot in #762
  • [MAINT]: bump follow-redirects from 1.15.0 to 1.15.6 in /compose/neurosynth-frontend by @dependabot in #761
  • [MAINT]: bump @babel/traverse from 7.19.0 to 7.23.2 in /compose/neurosynth-frontend by @dependabot in #604
  • [MAINT]: bump express from 4.18.1 to 4.19.2 in /compose/neurosynth-frontend by @dependabot in #760
  • [MAINT]: bump jose from 4.14.4 to 4.15.5 in /compose/neurosynth-frontend by @dependabot in #759
  • [MAINT]: bump tar and npm in /compose/neurosynth-frontend by @dependabot in #763

Enhancements

  • [ENH]: fixed jumping issue by manually calculating row heights by @nicoalee in #775
  • [ENH]: added terms and conditions page by @nicoalee in #780
  • [ENH]: updated tabs and button styling by @nicoalee in #791
  • [ENH]: 766 add feature to download list of included papers as csv by @nicoalee in #802
  • [ENH]: added test to check by @nicoalee in #803
  • [ENH]: update gtags by @nicoalee in #805
  • [ENH] 593 google analytics not displaying page specific hits by @nicoalee in #806

Full Changelog: v0.7.0...v0.7.1

v0.7.0

19 Jun 20:46
c56fad4
Compare
Choose a tag to compare

Release Notes

Major new features are the sleuth file import and revamping of the projects page.
You can now upload sleuth files into our platform and have a meta-analysis created for you!
The projects page also got a major update from the table interface to a more informative card interface.

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

21 Mar 19:20
81100e3
Compare
Choose a tag to compare

This upgrades the backend to sqlalchemy to 2.0, meaning several changes were made to make app compatible, cache invalidation was simplified and pmid and dois were made so they couldn't be empty strings (would be converted to None).

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

27 Feb 20:43
fa7650d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.5...v0.5.0

v0.4.5

02 Feb 02:28
8465093
Compare
Choose a tag to compare

What's Changed

  • use info true and flat false when getting a basestudy by @jdkent in #696
  • Fix/switch study by @jdkent in #697

Full Changelog: v0.4.4...v0.4.5

v0.4.4

01 Feb 23:10
087f0e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

01 Feb 22:18
3950cf3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

01 Feb 20:39
f32793d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

01 Feb 18:44
126ac17
Compare
Choose a tag to compare

What's Changed

  • [REF] refactor marshmallow schema logic by @jdkent in #681
  • [ENH] add ability to update study upon cloning by @jdkent in #682
  • [ENH] project info by @jdkent in #683
  • [FIX] remove info fields by @jdkent in #685
  • [FIX] set info to false when searching for base studies by @jdkent in #686
  • [ENH] add ids param on meta-analysis endpoint by @jdkent in #687
  • [REF] record neurovault ingestion by @jdkent in #688

Some meta-analyses were not showing up on the frontend, #687 fixes the ability to display more meta-analyses for a particular project.
Full Changelog: v0.4.0...v0.4.1

v0.4.0

22 Jan 20:03
fda44fe
Compare
Choose a tag to compare

Quality of life improvements for defaults and including more information

What's Changed

Full Changelog: v0.3.1...v0.4.0