Skip to content

Commit

Permalink
Bump all dates.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgdunn committed Mar 26, 2024
1 parent 18db4dd commit aafb3e4
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion notebooks_examples/experiments/case-studies.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Kevin Dunn, 2010-2023. MIT License. Based on own private work over the years.
# (c) Kevin Dunn, 2010-2024. MIT License. Based on own private work over the years.

from .designs_factorial import full_factorial
from .models import lm, predict, summary
Expand Down
2 changes: 1 addition & 1 deletion process_improve/experiments/datasets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Kevin Dunn, 2010-2023. MIT License. Based on own private work over the years.
# (c) Kevin Dunn, 2010-2024. MIT License. Based on own private work over the years.

import pandas as pd

Expand Down
2 changes: 1 addition & 1 deletion process_improve/experiments/designs_factorial.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Kevin Dunn, 2010-2023. MIT License.
# (c) Kevin Dunn, 2010-2024. MIT License.

"""Various factorial designs"""

Expand Down
2 changes: 1 addition & 1 deletion process_improve/experiments/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Kevin Dunn, 2010-2023. MIT License. Based on own private work over the years.
# (c) Kevin Dunn, 2010-2024. MIT License. Based on own private work over the years.

import warnings
from collections import defaultdict
Expand Down
2 changes: 1 addition & 1 deletion process_improve/experiments/plotting.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Kevin Dunn, 2010-2023. MIT License.
# (c) Kevin Dunn, 2010-2024. MIT License.
import webbrowser

import numpy as np
Expand Down
6 changes: 3 additions & 3 deletions process_improve/experiments/simulations.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Kevin Dunn, 2010-2023. MIT License. Based on own private work over the years.
# (c) Kevin Dunn, 2010-2024. MIT License. Based on own private work over the years.

import pandas as pd
from numpy.random import normal
Expand Down Expand Up @@ -30,7 +30,7 @@ def popcorn(t=120, T=None):
Source
------
Kevin Dunn, Process Improvement using Data, Chapter 5, 2010 to 2023,
Kevin Dunn, Process Improvement using Data, Chapter 5, 2010 to 2024,
https://learnche.org/pid
Expand Down Expand Up @@ -70,7 +70,7 @@ def grocery(p=3.46, h=150, P=None, H=None):
Source
------
Kevin Dunn, Process Improvement using Data, Chapter 5, 2010 to 2023,
Kevin Dunn, Process Improvement using Data, Chapter 5, 2010 to 2024,
https://learnche.org/pid
"""
Expand Down
2 changes: 1 addition & 1 deletion process_improve/experiments/structures.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Kevin Dunn, 2010-2023. MIT License. Based on own private work over the years.
# (c) Kevin Dunn, 2010-2024. MIT License. Based on own private work over the years.

import itertools
from collections import defaultdict
Expand Down
2 changes: 1 addition & 1 deletion process_improve/multivariate/methods.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Kevin Dunn, 2010-2023. MIT License. Based on own private work over the years.
# (c) Kevin Dunn, 2010-2024. MIT License. Based on own private work over the years.
from __future__ import annotations

import time
Expand Down
2 changes: 1 addition & 1 deletion process_improve/multivariate/plots.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Kevin Dunn, 2010-2023. MIT License. Based on own private work over the years.
# (c) Kevin Dunn, 2010-2024. MIT License. Based on own private work over the years.

# Built-in libraries
import json
Expand Down
2 changes: 1 addition & 1 deletion tests/test_multivariate.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Kevin Dunn, 2010-2023. MIT License.
# (c) Kevin Dunn, 2010-2024. MIT License.

import pathlib

Expand Down

0 comments on commit aafb3e4

Please sign in to comment.