Skip to content

Commit ac805e8

Browse files
authored
Merge: Release 0.12.0 (#470)
2 parents 890c75e + 6dce6b5 commit ac805e8

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.lockfiles/py310-dev.lock

+18-18
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ anyio==4.4.0
88
# via
99
# httpx
1010
# jupyter-server
11-
appnope==0.1.4 ; sys_platform == 'darwin'
11+
appnope==0.1.4 ; platform_system == 'Darwin'
1212
# via ipykernel
1313
argon2-cffi==23.1.0
1414
# via jupyter-server
@@ -242,7 +242,7 @@ importlib-metadata==7.1.0
242242
# opentelemetry-api
243243
iniconfig==2.0.0
244244
# via pytest
245-
intel-openmp==2021.4.0 ; sys_platform == 'win32'
245+
intel-openmp==2021.4.0 ; platform_system == 'Windows'
246246
# via mkl
247247
interface-meta==1.3.0
248248
# via formulaic
@@ -395,7 +395,7 @@ mdurl==0.1.2
395395
# via markdown-it-py
396396
mistune==3.0.2
397397
# via nbconvert
398-
mkl==2021.4.0 ; sys_platform == 'win32'
398+
mkl==2021.4.0 ; platform_system == 'Windows'
399399
# via torch
400400
mmh3==5.0.1
401401
# via e3fp
@@ -490,36 +490,36 @@ numpy==1.26.4
490490
# types-seaborn
491491
# xarray
492492
# xyzpy
493-
nvidia-cublas-cu12==12.1.3.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
493+
nvidia-cublas-cu12==12.1.3.1 ; platform_machine == 'x86_64' and platform_system == 'Linux'
494494
# via
495495
# nvidia-cudnn-cu12
496496
# nvidia-cusolver-cu12
497497
# torch
498-
nvidia-cuda-cupti-cu12==12.1.105 ; platform_machine == 'x86_64' and sys_platform == 'linux'
498+
nvidia-cuda-cupti-cu12==12.1.105 ; platform_machine == 'x86_64' and platform_system == 'Linux'
499499
# via torch
500-
nvidia-cuda-nvrtc-cu12==12.1.105 ; platform_machine == 'x86_64' and sys_platform == 'linux'
500+
nvidia-cuda-nvrtc-cu12==12.1.105 ; platform_machine == 'x86_64' and platform_system == 'Linux'
501501
# via torch
502-
nvidia-cuda-runtime-cu12==12.1.105 ; platform_machine == 'x86_64' and sys_platform == 'linux'
502+
nvidia-cuda-runtime-cu12==12.1.105 ; platform_machine == 'x86_64' and platform_system == 'Linux'
503503
# via torch
504-
nvidia-cudnn-cu12==8.9.2.26 ; platform_machine == 'x86_64' and sys_platform == 'linux'
504+
nvidia-cudnn-cu12==8.9.2.26 ; platform_machine == 'x86_64' and platform_system == 'Linux'
505505
# via torch
506-
nvidia-cufft-cu12==11.0.2.54 ; platform_machine == 'x86_64' and sys_platform == 'linux'
506+
nvidia-cufft-cu12==11.0.2.54 ; platform_machine == 'x86_64' and platform_system == 'Linux'
507507
# via torch
508-
nvidia-curand-cu12==10.3.2.106 ; platform_machine == 'x86_64' and sys_platform == 'linux'
508+
nvidia-curand-cu12==10.3.2.106 ; platform_machine == 'x86_64' and platform_system == 'Linux'
509509
# via torch
510-
nvidia-cusolver-cu12==11.4.5.107 ; platform_machine == 'x86_64' and sys_platform == 'linux'
510+
nvidia-cusolver-cu12==11.4.5.107 ; platform_machine == 'x86_64' and platform_system == 'Linux'
511511
# via torch
512-
nvidia-cusparse-cu12==12.1.0.106 ; platform_machine == 'x86_64' and sys_platform == 'linux'
512+
nvidia-cusparse-cu12==12.1.0.106 ; platform_machine == 'x86_64' and platform_system == 'Linux'
513513
# via
514514
# nvidia-cusolver-cu12
515515
# torch
516-
nvidia-nccl-cu12==2.20.5 ; platform_machine == 'x86_64' and sys_platform == 'linux'
516+
nvidia-nccl-cu12==2.20.5 ; platform_machine == 'x86_64' and platform_system == 'Linux'
517517
# via torch
518-
nvidia-nvjitlink-cu12==12.5.82 ; platform_machine == 'x86_64' and sys_platform == 'linux'
518+
nvidia-nvjitlink-cu12==12.5.82 ; platform_machine == 'x86_64' and platform_system == 'Linux'
519519
# via
520520
# nvidia-cusolver-cu12
521521
# nvidia-cusparse-cu12
522-
nvidia-nvtx-cu12==12.1.105 ; platform_machine == 'x86_64' and sys_platform == 'linux'
522+
nvidia-nvtx-cu12==12.1.105 ; platform_machine == 'x86_64' and platform_system == 'Linux'
523523
# via torch
524524
onnx==1.16.1
525525
# via
@@ -926,7 +926,7 @@ sympy==1.13.1
926926
# via
927927
# onnxruntime
928928
# torch
929-
tbb==2021.13.0 ; sys_platform == 'win32'
929+
tbb==2021.13.0 ; platform_system == 'Windows'
930930
# via mkl
931931
tenacity==8.5.0
932932
# via
@@ -1011,7 +1011,7 @@ traitlets==5.14.3
10111011
# nbclient
10121012
# nbconvert
10131013
# nbformat
1014-
triton==2.3.1 ; python_full_version < '3.12' and platform_machine == 'x86_64' and sys_platform == 'linux'
1014+
triton==2.3.1 ; python_full_version < '3.12' and platform_machine == 'x86_64' and platform_system == 'Linux'
10151015
# via torch
10161016
typeguard==2.13.3
10171017
# via
@@ -1054,7 +1054,7 @@ virtualenv==20.26.3
10541054
# via
10551055
# pre-commit
10561056
# tox
1057-
watchdog==4.0.1 ; sys_platform != 'darwin'
1057+
watchdog==4.0.1 ; platform_system != 'Darwin'
10581058
# via streamlit
10591059
wcwidth==0.2.13
10601060
# via prompt-toolkit

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.12.0] - 2025-01-28
88
### Breaking Changes
99
- Lookup callables for simulation are now expected to accept/return dataframes with
1010
the corresponding parameter/target column labels
1111

1212
### Added
13+
- SHAP explanations via the new `SHAPInsight` class
1314
- Optional `insights` dependency group
1415
- Insights user guide
15-
- SHAP explanations via the new `SHAPInsight` class
16-
- `allow_missing` and `allow_extra` keyword arguments to `Objective.transform`
1716
- Example for a traditional mixture
17+
- `allow_missing` and `allow_extra` keyword arguments to `Objective.transform`
1818
- `add_noise_to_perturb_degenerate_rows` utility
1919
- `benchmarks` subpackage for defining and running performance tests
2020
`Campaign.toggle_discrete_candidates` to dynamically in-/exclude discrete candidates

0 commit comments

Comments
 (0)