Skip to content

Releases: brain-score/core

v2.3.5

23 Mar 16:28
8dc1043

Choose a tag to compare

What's Changed

Full Changelog: v2.3.4...v2.3.5

v2.3.4

23 Feb 14:22
7461541

Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.3.4

v2.3.3

10 Feb 10:42
382273a

Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.3.3

v2.3.2

15 Dec 19:42
ae6d5cb

Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.1

14 Oct 09:51
e5c099e

Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

10 Oct 12:18
32d149e

Choose a tag to compare

What's Changed

  • Absorbs essential BrainIO functionality into brainscore_core, eliminating dependency on the unmaintained external BrainIO repository.

Full Changelog: v2.2.1...v2.3.0

v2.2.1

10 Jun 13:59
42c091a

Choose a tag to compare

What's Changed

  • .yaml extension bug fixed in endpoints.py
  • Update pyproject.toml to 2.2.1 by @samwinebrake in #149

Full Changelog: v2.2.0...v2.2.1

v2.2.0

09 Jun 20:10
e51fb8c

Choose a tag to compare

Added

  • Metadata Tagging System
    A single, domain-agnostic system now automatically handles metadata for every plugin submission (model or benchmark).
    • A new GitHub Action validates an incoming metadata.yml—or auto-generates and commits one if missing—then stores it in the database.
    • The architecture uses a domain-agonistic interfaceDomainPluginInterface, allowing Vision (via VisionDomainPlugin) and any future domains (e.g., language) to plug into the same core generators.
    • Internally, BenchmarkMetadataGenerator and ModelMetadataGenerator are used to generate domain-specific metadata, and the ModelMeta table references canonical Model rows linking the two tables. BenchmarkMeta, similarly links to BenchmarkStimuliMeta, BenchmarkMetricMeta, and BenchmarkDataMeta.
    • Addition of unit and integration tests ensures robust behavior across core, plugin, and vision implementations.

Fixed

  • Updated ReadTheDocs config to allow building
  • Updated and fixed original unit tests (broken since AWS migration)

What's Changed

Full Changelog: v2.1.2...v2.2.0

2.1.2

14 Jan 19:19
44a7b7c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

10 Oct 18:22
aa089a0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.1