Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: fox-it/dissect.cim

Tags

3.12

Toggle 3.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix regression for reading unknown data types (#32)

3.11

Toggle 3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Sphinx docs warnings (#30)

3.10

Toggle 3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump dissect.ctruct dependency to version 4 (#25)

3.9

Toggle 3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a pull request template (#22)

3.8

Toggle 3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Move lru_cache definitions to __init__ (#18)

Using the lru_cache decorators on class methods, the ones that have a reference to `self`,
will also cache self. So we move it to the __init__ of the class

(DIS-2913)

3.7

Toggle 3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add publishing step (#16)

3.6

Toggle 3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Add Requirements section with URL to the supported Python versions.

Update links to main documentation.

(DIS-1986)

3.5

Toggle 3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move to tox4 and pure pyproject packaging (#12)

(DIS-1750)

3.4

Toggle 3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add isort to flake8 linting (#11)

(DIS-1789)

3.3

Toggle 3.3's commit message
Add linting for minimal supported Python version

(DIS-1491)