You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

asimov

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asimov - pypi Package Compare versions

Comparing version
0.6.0
to
0.6.1
+2
-24
.gitlab-ci.yml

@@ -127,24 +127,2 @@ image: python:3.9

wheel-36:
image: python:3.6
stage: build
script:
- pip install wheel
- python setup.py bdist_wheel --universal
dependencies: []
artifacts:
expire_in: 3h
paths:
- dist
wheel-37:
image: python:3.7
stage: build
script:
- pip install wheel
- python setup.py bdist_wheel --universal
dependencies: []
artifacts:
expire_in: 3h
paths:
- dist
wheel-38:

@@ -154,5 +132,5 @@ image: python:3.8

script:
- pip install wheel
- pip install wheel build
- pip install twine
- python setup.py bdist_wheel --universal
- python -m build
- twine check dist/*

@@ -159,0 +137,0 @@ dependencies: []

+1
-1
Metadata-Version: 2.1
Name: asimov
Version: 0.6.0
Version: 0.6.1
Summary: A Python package for managing and interacting with data analysis jobs.

@@ -5,0 +5,0 @@ Home-page: https://git.ligo.org/asimov/asimov

@@ -690,2 +690,3 @@ """

self.ledger = ledger
self.category = "project_analyses"

@@ -706,3 +707,4 @@ self._subjects = kwargs["subjects"]

else:
self.work_dir = os.path.join("working", "project analyses", f"{self.name}")
subj_string = "_".join([f"{subject}" for subject in self._subjects])
self.work_dir = os.path.join("working", "project-analyses", subj_string, f"{self.name}")

@@ -709,0 +711,0 @@ if not os.path.exists(self.work_dir):

@@ -0,1 +1,16 @@

0.6.1
=====
This is a bug-fix release, which does not introduce any new backwards-incompatible features.
Breaking changes
----------------
This release is not believed to introduce any backwards-incompatible changes.
Merges
------
+ `ligo!158 <https://git.ligo.org/asimov/asimov/-/merge_requests/158>`_: Fixes a bug with project analysis working directories.
0.6.0

@@ -2,0 +17,0 @@ =====

Metadata-Version: 2.1
Name: asimov
Version: 0.6.0
Version: 0.6.1
Summary: A Python package for managing and interacting with data analysis jobs.

@@ -5,0 +5,0 @@ Home-page: https://git.ligo.org/asimov/asimov