Skip to content

Commit

Permalink
Merge pull request #3 from dnv-opensource/v0-release-prep
Browse files Browse the repository at this point in the history
V0 release prep
  • Loading branch information
swinter1 authored Dec 10, 2024
2 parents 8bc89df + 54ec574 commit dcc4454
Show file tree
Hide file tree
Showing 31 changed files with 135 additions and 592 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: mixed-line-ending
fix: auto
Expand All @@ -9,12 +9,12 @@ repos:
- id: check-toml
- id: check-merge-conflict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
rev: v0.8.2
hooks:
- id: ruff
- id: ruff-format
# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: v1.9.0
# hooks:
# - id: mypy
# exclude: tests/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: [numpy==1.26.4, torch==2.4.1]
29 changes: 29 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
cff-version: 1.2.0
title: Axtreme
message: Ax for Extremes
type: software
authors:
- name: DNV
address: 'Veritasveien 1, 1363 Høvik'
city: Oslo
website: 'https://www.dnv.com/'
- given-names: Sebastian
family-names: Winter
email: [email protected]
affiliation: DNV
- given-names: Kristoffer
family-names: Skare
email: [email protected]
affiliation: DNV
- given-names: Magnus
family-names: Kristiansen
email: [email protected]
affiliation: DNV
abstract: >-
A toolkit for estimating the long term behaviour
(extremes) of expensive, stochastic, black box functions.
keywords:
- Design of Experiments
- Active Learning
- Extreme Response
license: MIT
169 changes: 0 additions & 169 deletions docs/dev/GPU.md

This file was deleted.

112 changes: 0 additions & 112 deletions docs/dev/Nvidia Nsight system.md

This file was deleted.

Loading

0 comments on commit dcc4454

Please sign in to comment.