Skip to content

Commit

Permalink
Bump [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 18, 2024
1 parent b5b279b commit 4875dc4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- insertion marker -->
## Unreleased

<small>[Compare with latest](https://github.com/AllenInstitute/npc_lims/compare/v0.1.173...HEAD)</small>
<small>[Compare with latest](https://github.com/AllenInstitute/npc_lims/compare/v0.1.174...HEAD)</small>

### Fixed

- Fix import ([b5b279b](https://github.com/AllenInstitute/npc_lims/commit/b5b279b2ba787cc929efc6654deddcaa9d6a04d5) by bjhardcastle).

<!-- insertion marker -->
## [v0.1.174](https://github.com/AllenInstitute/npc_lims/releases/tag/v0.1.174) - 2024-09-16

<small>[Compare with v0.1.173](https://github.com/AllenInstitute/npc_lims/compare/v0.1.173...v0.1.174)</small>

### Added

- Add paper_1 subject list ([8d6d791](https://github.com/AllenInstitute/npc_lims/commit/8d6d791f12b0b8552532c5750411260c0ee3d212) by bjhardcastle).
- Add sessions ([5165fdb](https://github.com/AllenInstitute/npc_lims/commit/5165fdb54c2c20061b43038ae26d80a3824fc037) by bjhardcastle).

<!-- insertion marker -->
## [v0.1.173](https://github.com/AllenInstitute/npc_lims/releases/tag/v0.1.173) - 2024-09-04

<small>[Compare with v0.1.172](https://github.com/AllenInstitute/npc_lims/compare/v0.1.172...v0.1.173)</small>
Expand Down
2 changes: 1 addition & 1 deletion npc_lims
Submodule npc_lims updated from 8d6d79 to b5b279
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "npc_lims"
version = "0.1.174"
version = "0.1.175"
description = "Tools to fetch and update paths, metadata and state for Mindscope Neuropixels sessions, in the cloud."
authors = [
{ name = "Arjun Sridhar", email = "[email protected]" },
Expand Down
1 change: 0 additions & 1 deletion src/npc_lims/paths/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import npc_lims.metadata.codeocean_utils as codeocean_utils
import npc_lims.status.tracked_sessions as tracked_sessions


S3_SCRATCH_ROOT = upath.UPath("s3://aind-scratch-data/dynamic-routing")
DR_DATA_REPO = S3_SCRATCH_ROOT / "DynamicRoutingTask" / "Data"

Expand Down

0 comments on commit 4875dc4

Please sign in to comment.