Skip to content

Latest commit

 

History

History
256 lines (141 loc) · 14.8 KB

CHANGELOG.md

File metadata and controls

256 lines (141 loc) · 14.8 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.2.1 - 2024-09-10

Compare with v0.1.22

Added

  • Add documentation on using custom namespace extensions (439e17b by bjhardcastle).

Fixed

  • Fix typing for core extensions (adeebae by bjhardcastle).
  • Fix type hint and docstring (21dc76c by bjhardcastle).

Removed

  • Remove redundant metadata extension: closes #7 (13618dd by bjhardcastle).

v0.1.22 - 2024-09-09

Compare with v0.1.21

Removed

  • Remove upper bound on Python version: fixes #6 (0b5e6d3 by bjhardcastle).

v0.1.21 - 2024-09-07

Compare with v0.1.20

Added

  • Add better error handling from CodeOcean API (4ed56c9 by bjhardcastle).
  • Add function for getting computation or asset model by ID (c99e724 by bjhardcastle).
  • Add check for asset error, parallel of computation error: closes #4 (41f92dd by bjhardcastle).

Fixed

  • Fix function name (03fdf97 by bjhardcastle).
  • Fix error message (293f0cd by bjhardcastle).

v0.1.20 - 2024-09-03

Compare with v0.1.19

Fixed

  • Fix missing key bug in some docdb entries (732b863 by bjhardcastle).

v0.1.19 - 2024-08-28

Compare with v0.1.18

Added

  • Add docdb utils and property on Session object (77812b5 by bjhardcastle).

Fixed

  • Fix doctest [skip CI] (ffd87ae by Ben Hardcastle).

v0.1.18 - 2024-08-26

Compare with v0.1.17

v0.1.17 - 2024-08-26

Compare with v0.1.16

v0.1.16 - 2024-08-26

Compare with v0.1.15

Fixed

  • Fix search capsule computations (5ab0f46 by bjhardcastle).

v0.1.15 - 2024-08-26

Compare with v0.1.14

Added

  • Add and use faster function for searching computations (bd111b6 by bjhardcastle).

v0.1.14 - 2024-08-26

Compare with v0.1.13

Fixed

  • Fix already running check on run_sorting (147bbd3 by bjhardcastle).

v0.1.13 - 2024-08-26

Compare with v0.1.12

Added

  • Add ecephys is_sorting property (6f967b6 by bjhardcastle).

v0.1.12 - 2024-08-26

Compare with v0.1.11

Added

  • Add output file error message (3e4f391 by bjhardcastle).

v0.1.11 - 2024-08-26

Compare with v0.1.10

Added

  • Add note about user secrets on ecephys trigger capsule (13cf268 by bjhardcastle).

v0.1.10 - 2024-08-24

Compare with v0.1.9

Added

  • Add ecephys session sorting fail bool (54692aa by bjhardcastle).

Fixed

  • Fix test (e2537fa by bjhardcastle).

v0.1.9 - 2024-08-24

Compare with v0.1.8

Added

  • Add ecephys run sorting pipline method (9101678 by bjhardcastle).
  • Add ecephys is_sorted_data_asset_error (5da3ac1 by bjhardcastle).
  • Add id-normalizing function (c9eac12 by bjhardcastle).
  • Add is_computation_errored (a46d5d2 by bjhardcastle).
  • Add action workflow [skip ci] (3e7b349 by bjhardcastle).

Fixed

  • Fix sorted probe names (1b06f69 by bjhardcastle).
  • Fix unused-ignore with types-request workaround (a73d637 by bjhardcastle).
  • Fix types-requests bug (3e06a5d by bjhardcastle).

v0.1.8 - 2024-08-19

Compare with v0.1.7

Added

  • Add ttl_hash description (7c5704d by bjhardcastle).
  • Add readme to coverage report (393e8d3 by bjhardcastle).
  • Add get_sessions() example to readme [skip ci] (5750544 by bjhardcastle).

Fixed

  • Fix test (89a7c6f by bjhardcastle).
  • Fix function description (c836cea by bjhardcastle).

Removed

  • Remove use of model as input to cached function (96e73d0 by bjhardcastle).

v0.1.7 - 2024-08-18

Compare with v0.1.6

Added

  • Add sorted_data_assets to ecephys (bebd9ba by bjhardcastle).
  • Add doctests (db626f3 by bjhardcastle).

Removed

  • Remove unused function (3240a95 by bjhardcastle).

v0.1.6 - 2024-08-17

Compare with v0.1.5

Added

  • Add datetime property and comments on types (b89baec by bjhardcastle).
  • Add get_sessions function (24284dc by bjhardcastle).

v0.1.5 - 2024-08-17

Compare with v0.1.4

Added

  • Add support for retrieving sorted probes in ecephys extension (dec6ed7 by bjhardcastle).

v0.1.4 - 2024-08-17

Compare with v0.1.3

Added

  • Add folders (2b9d6cd by bjhardcastle).
  • Add clipped and compressed dirs to ecephys modality (eeadea9 by bjhardcastle).
  • Add list of modality names (d526597 by bjhardcastle).
  • Add credentials check when getting codeocean client (8761766 by bjhardcastle).
  • Add example of attaching asset (b6f5a80 by bjhardcastle).
  • Add test resources (0399005 by bjhardcastle).
  • Add sorting, equality, hashing + examples (b035a69 by bjhardcastle).

Fixed

  • Fix type (85d21cc by bjhardcastle).

v0.1.3 - 2024-08-15

Compare with v0.1.2

v0.1.2 - 2024-08-15

Compare with v0.1.1

Added

  • Add metadata json parent path property (ad49871 by Ben Hardcastle).

Removed

  • Remove typo (2142214 by Ben Hardcastle).

v0.1.1 - 2024-08-15

Compare with first commit

Added

  • Add doctests to readme (5124af0 by bjhardcastle).
  • Add ecephys and metadata extension (8c159ef by bjhardcastle).
  • Add core Session object functionality and extension framework (fcaae72 by bjhardcastle).

Fixed

  • Fix imports for <3.10 (8c0a5ec by bjhardcastle).

Removed

  • Remove 3.12 from test matrix (2462017 by Ben Hardcastle).
  • Remove unused secrets (3765b26 by Ben Hardcastle).