Skip to content

Releases: pinellolab/pyrovelocity

v0.2.0-beta.6

24 Jan 01:08
Compare
Choose a tag to compare
v0.2.0-beta.6 Pre-release
Pre-release

0.2.0-beta.6 (2024-01-24)

Features

  • bazel: add aspect lib (512e127)
  • bazel: add xdoctest macro (b39b26e)
  • bazel: generate pip-compile requirements (e38acf6)
  • bazel: use all_requirements for package library (165b84a)
  • data: validate urls and file size before download attempt (b9b6f0b)
  • main_workflow: setup download_data task (9cfdcce)
  • make: add pydeps target to render graph (ff2e8b3)
  • pypi: add cpu-only requirements (cbb95d6)
  • vscode: add fileutils (e5dfb0a)
  • workflows: add main workflow (153e12c)

Bug Fixes

  • bazel: add aspect lib to root rc (b661bff)
  • bazel: add ci configs (9c15b5a)
  • bazel: move py_library to workspace-level for xdoctest (29a3a7f)
  • bazel: remove platform-specific requirements (bfeab1b)
  • bazel: set target platforms "all" (3ab6152)
  • bazel: use cpu requirements (a040872)
  • bazel: use py_test from rules_python in py_test_module_list (fffb0d6)
  • bazel: use requirements-bazel.txt (d7f3969)
  • bazel: use standard pip hub name (d027451)
  • cid: add actions cache for bazel (85a6576)
  • cid: cache cpu requirements (4e1b37c)
  • cid: check cache for requirements or regenerate (3109d5e)
  • cid: check disk usage (db2e99e)
  • cid: disable lock-bazel (1407ea1)
  • cid: lock-bazel before tests (f53b8f8)
  • cid: reenable execute-workflow dep on image builds (#502) (c00124e)
  • cid: save updated requirements artifact (793b1c7)
  • cid: use bazel make targets (a46d544)
  • cid: use test-python job name (0b3226f)
  • cspell: add cytotrace (2fb9099)
  • cspell: add scanpy (f9002ac)
  • cspell: add type checking (e027023)
  • data: use string inputs for download_dataset (887768a)
  • gitignore: mlflow and data (fee99ec)
  • make: add bazel targets (0f7b882)
  • make: add debug and nodocs test targets (2f83b83)
  • make: add targets to export cpu requirements (fe5e09d)
  • make: cache requirements with lock-bazel (84f155d)
  • make: do not lock bazel by default (276cffb)
  • make: update pydeps exclusions (901115b)
  • make: use correct requirements file with test-bazel (59f0514)
  • mergify: update check-success job names (87c51bf)
  • pyproject: add block to export cpu requirements (09951dd)
  • pyproject: add docformatter settings (23b715b)
  • pyproject: disable pytest warnings (d4d0ad8)
  • pyproject: point main script to workflows cli (e35aa87)
  • pyproject: set default pytest logging to INFO (4522430)
  • test_utils: remove gillespie from random seed diff (df76a7f)
  • tests: make doctests run on cpu (f4543c5)
  • tests: reenable bazel xdoctests (29c2371)
  • tests: reenable top-level imports (2ea0032)
  • trainer: use inherited methods from VelocityModule (178abfe)
  • utils: remove externalized VelocityModule method (72747fc)
  • velocity_model: enable type-checking of get_rna (4ffdfb9)
  • velocity_model: set create plates log to debug (6259e7a)
  • velocity_model: set log name from module (7da7879)
  • velocity_module: implement required inherited methods (885a841)
  • velocity: use configure_logging (3477268)
  • velocity: use VelocityModule method instead of utils (8a4afbd)
  • vscode: add cspell dictionary (4e5c7ae)
  • vscode: disable search.followSymlinks (7647f76)
  • vscode: disable autohide sidebar (e89f240)
  • vscode: disable cli debug launch arguments (3b53b51)
  • vscode: exclude search/watch hypothesis cache (60bf2ba)
  • vscode: update extensions (fc89dab)
  • vscode: update settings (687f2bb)
  • workflows: set workflow version to library version ([f09413...
Read more

v0.2.0-beta.5

15 Jan 18:15
Compare
Choose a tag to compare
v0.2.0-beta.5 Pre-release
Pre-release

0.2.0-beta.5 (2024-01-15)

Features

  • bazel: add remote build cache (0afae63)
  • cid: add test-bazel job (0fcac1e)

Bug Fixes

  • gitignore: add service-account-credentials.json (13b3985)

v0.2.0-beta.4

15 Jan 05:44
Compare
Choose a tag to compare
v0.2.0-beta.4 Pre-release
Pre-release

0.2.0-beta.4 (2024-01-15)

Features

  • bazel: add helper macro to run test modules (0768837)
  • bazel: add tests build (27efc09)
  • bazel: init module (46195c2)
  • flake: add bazelisk (cb34805)
  • make: add target to run tests with bazel (3c0ffcd)

Bug Fixes

  • docs: clone beta branch in colab template [no ci] (006c631)
  • vscode: exclude bazel- from search/watch (b2b63b5)

v0.2.0-beta.3

11 Jan 20:43
Compare
Choose a tag to compare
v0.2.0-beta.3 Pre-release
Pre-release

0.2.0-beta.3 (2024-01-11)

Features

  • cid: build workflow execution container (8e9999e)
  • dev: add cluster dev resource manifests (812a327)
  • dev: add cue module (9d1e729)
  • dev: add example cue values (001a181)
  • docker-config: add example.json (346b787)
  • flake: add htop to devPackages (9dc2760)
  • flake: add openvscode-server to devPackages (af19432)
  • flake: add workflow execution container (8215232)
  • make: add cluster config targets (3ce33c9)
  • make: add container targets (e9b158d)
  • make: add target to render dev manifest (b4c11a2)
  • make: add target to show closure size for a store path (a292cd9)
  • make: add targets for in-cluster dev (0c6cae3)
  • make: add targets to (un)pin gha commit hashes (d43b964)
  • make: add vscode targets (335ed1f)
  • make: add workflow execution targets (ed0f2dc)
  • make: test packaging of dev module (7080a6e)
  • pyproject: add workflow execution dep group (9e8fbcc)
  • pyrovelocity: add workflow execution package (ffd2808)
  • pyrovelocitydev: add cue module (1aa633a)
  • skaffold: add config (b4e02bd)

Bug Fixes

  • build-images: add -cpu to pkg.Dockerfile image name (bdb6fa4)
  • cid: add maximize-build-space step to nix image build (3baf69b)
  • cid: paths-ignore array (9e86990)
  • cid: publish workflow execution image (8380d2b)
  • cid: set git variables in test-nix job (f41170b)
  • cid: use hyphen in run target (7341089)
  • compose: set SHELL=zsh (db19f08)
  • compose: use zsh in jupyter (a2852ad)
  • devcontainer: vsliveshare reference (c151ee2)
  • dev: require command and args in deployment (ff74b8c)
  • dev: set replicas default (1->0->1) to toggle state (d5ecb52)
  • docs: link to example dev env in installation (e6118da)
  • docs: mark docs/ as documentation (e0d93d9)
  • dotenv: add cluster dev namespace (9d671b7)
  • dotenv: update container and cluster config (cc31ec3)
  • envrc: execute set-git-env script (63c8367)
  • extensions: duplicate devcontainer as recs (74ad1b1)
  • flake: add cluster tools to devPackages (7a5d948)
  • flake: add file findutils procps to sysPackages (f548403)
  • flake: add gnupg to devPackages (15d5ab9)
  • flake: add less to sysPackages (28fabf8)
  • flake: add nixpkgs cudaPackages.cudnn_8_5 to propagatedBuildInputs for nvidia-cudnn-cu11 (3a93f0a)
  • flake: add which to sysPackages (70e4dad)
  • flake: add workflows group to python packages (a4ad180)
  • flake: get cudaPackages.cudnn_8_5_0 from nixpkgs 23.05 (bce8928)
  • flake: move nvitop to extraPackages (a15a35d)
  • flake: remove dash from sysPackages (12793a8)
  • flake: sort sysPackages (6bcca32)
  • flake: sysPackages bourne shell via dash (a679b9f)
  • flake: sysPackages libgcc (f7c4489)
  • flake: use unstable channel for k9s (93084c4)
  • gha: pin dependencies in app (81455d3)
  • gha: pin dependencies in build-images (a463e72)
  • gha: pin dependencies in cid (3408631)
  • gha: pin dependencies in cml-images (81c2542)
  • gha: pin dependencies in colab (2ff5542)
  • gha: pin dependencies in labeler (779225d)
  • gha: pin dependencies in setup_environment (51d2349)
  • gitignore: add nix outputs (b2947ab)
  • gitignore: dev.cue (9d904b0)
  • gitignore: docker-config.json (dd09617)
  • gitignore: ignore local kube config files (9304c35)
  • make: add devcontainer build targets (e7fc2b7)
  • make: add target for local jupyter server (84e4c68)
  • make: add targets to deploy and delete dev module (40b7c64)
  • make: change _ to - in jupyter targets ([29e491d](29e491d1...
Read more

v0.2.0-beta.2

03 Jan 21:36
Compare
Choose a tag to compare
v0.2.0-beta.2 Pre-release
Pre-release

0.2.0-beta.2 (2024-01-03)

Bug Fixes

  • git: rename master to main (c608f9c)

v0.2.0-beta.1

03 Jan 21:21
Compare
Choose a tag to compare
v0.2.0-beta.1 Pre-release
Pre-release

0.2.0-beta.1 (2024-01-03)

Features

  • add merge queue configuration (#470) (14c9328)
  • argo: add build-images workflow (6697f55)
  • cid: init cid workflow (0482ea9)
  • codecov: init repo config (d09736c)
  • compose: add compose for jupyter server (b6a4ce8)
  • containers: add pkg and gpu Dockerfiles (690fa7b)
  • devcontainter: update configuration for flake (37475e5)
  • devshell: add manual activation script (36fe896)
  • docs: add repo CHANGELOG.md to history (86625a8)
  • flake: add CUDA env vars to devcontainerConfig (e004597)
  • flake: init (8a11673)
  • flyte: add config templates (511f6cb)
  • gha: add build-images workflow (abb7266)
  • make: add ci targets (8a7c250)
  • make: add nix targets (8037ad1)
  • make: add target to print tree (4080c08)
  • make: add target to replace vars in config file (4e9e1a9)
  • make: add targets to configure dev env (10aa781)
  • make: add targets to set gh vars and secrets (da50e44)
  • make: add targets to setup dev env (b69015d)
  • make: add update_version target (4a352d3)
  • pyproject: add jupyter server to docs group (68eabde)
  • scripts: add script to activate nix flake (2283f11)
  • scripts: update flake to accept cmd arg (01c2e94)
  • vscode: config debug launch for cli (610fb8a)

Bug Fixes

  • app: restrict workflow to main (5331fc5)
  • cid: enable impure nix build (936d150)
  • cid: ignore conda/** (fdf0cb4)
  • cid: reenable docs build jobs (efe61c2)
  • cid: restrict build and release images to x86_64 (6162007)
  • cid: set NUMBA_CACHE_DIR to runner.temp (6d759a7), closes /github.com/numba/numba/issues/4032#issuecomment-488102702
  • cml-images: reenable CML image workflow (#485) (815e616)
  • colab: reenable pytorch and nvidia channels (53f60c4)
  • conda: sync virtual packages with colab (75261d8)
  • containers: git move from dockerfiles (a56e5ad)
  • direnv: use flake (2f4a3b7)
  • docs: add CID and GH pages to status (ca1dc54)
  • docs: add colab badge to template notebook (7df9970)
  • docs: clone branch or tag in colab template (623048c)
  • envrc: move direnv vars to .env (4a1b343)
  • flake: add devPackages for rust term IDE (3f21d7d)
  • flake: add nvitop to sysPackages for gpu mon (b65ebbf)
  • flake: disable checkPhase (07123f1)
  • flake: disable llvmlite wheel for all systems (c9db64d)
  • flake: numba depends on tbb_2021_8 (d0e326b)
  • flake: print value of NUMBA_CACHE_DIR (70c9587)
  • flake: set NUMBA_CACHE_DIR in default checkPhase (d135d41)
  • flake: set ref beta (a9c0728)
  • flake: switch poetry2nix patch ref (3988172)
  • flake: switch to stable poetry2nix patch branch (820fa94)
  • gha: add setup_environment action (a1d4d30)
  • gha: disable independent actions (f3ae9fb)
  • gha: rename containers folder (0e4ccd9)
  • gha: rename deploy to app (1540985)
  • git: rename master to main (6743eeb)
  • labeler: add workflow_dispatch (74cf8bf)
  • labels: add PR workflow control labels (b5649fd)
  • make: add git ref/rev vars (1f70ea0)
  • make: add package dev targets (0d31924)
  • make: disable setting CODECOV_TOKEN (d366338)
  • make: universally accept flake config (f8540f3)
  • make: update docs targets (dccf668)
  • mergify: queue method fast-forward (f13bb43)
  • mergify: update check-success names (e07cefd)
  • meta: add pyrovelocity-reviewers to codeowners (b5c1a77)
  • pre-commit: lint (5cddc71)
    *...
Read more

v0.1.3

06 Sep 03:07
04755c6
Compare
Choose a tag to compare

Changes

🚀 Features

🪲 Fixes

🐎 Performance

🚨 Testing

👷 Continuous Integration

📚 Documentation

🔨 Refactoring

📦 Dependencies

Full Changelog: v0.1.2...v0.1.3

v0.1.2

16 Apr 15:50
d556dc2
Compare
Choose a tag to compare

Changes

🚀 Features

🐎 Performance

🚨 Testing

📚 Documentation

🔨 Refactoring

📦 Dependencies

Full Changelog: v0.1.1...v0.1.2

v0.1.1

16 Feb 21:10
aa05ef6
Compare
Choose a tag to compare

Changes

🚀 Features

🪲 Fixes

🐎 Performance

🚨 Testing

👷 Continuous Integration

📚 Documentation

🔨 Refactoring

📦 Dependencies

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Sep 17:20
cd56282
Compare
Choose a tag to compare

This is the first release of the pyrovelocity package.