ddsimca 1.0.0__tar.gz → 1.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ddsimca
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: Implementation of Data Driven SIMCA one class classification method
5
5
  Project-URL: Homepage, https://github.com/svkucheryavski/ddsimca
6
6
  Project-URL: Documentation, https://github.com/svkucheryavski/ddsimca
@@ -47,13 +47,13 @@ It requires `numpy`, `scipy`, `pandas`, `prcv` and `matplotlib`, which will be
47
47
 
48
48
  ## Getting started
49
49
 
50
- Use Jupyter notebook [demo.ipynb](https://github.com/svkucheryavski/ddsimca/blob/main/demo/demo.ipynb) or Markdown document [demo.md](https://github.com/svkucheryavski/ddsimca/blob/main/demo/demo.md) in order to get started. To run the examples from this notebook you need to download zip file with datasets (it is also used for illustration of the method in the paper). Here is [direct link](https://mda.tools/Oregano.zip) to the archive.
50
+ Use Jupyter notebook [demo.ipynb](https://github.com/svkucheryavski/ddsimca-py/blob/main/demo/demo.ipynb) or Markdown document [demo.md](https://github.com/svkucheryavski/ddsimca-py/blob/main/demo/demo.md) in order to get started. To run the examples from this notebook you need to download zip file with datasets (it is also used for illustration of the method in the paper). Here is [direct link](https://mda.tools/ddsimca/Oregano.zip) to the archive.
51
51
 
52
52
  Simply download the dataset and unzip it to your working directory, where you have the notebook or Markdown document, and follow the guidelines. The dataset can be downloaded from GitHub as well.
53
53
 
54
54
  ## Releases
55
55
 
56
- **1.0.0** (1/1/2026)
56
+ **1.0.2** (1/1/2026)
57
57
  * initial release
58
58
 
59
59
 
@@ -14,13 +14,13 @@ It requires `numpy`, `scipy`, `pandas`, `prcv` and `matplotlib`, which will be
14
14
 
15
15
  ## Getting started
16
16
 
17
- Use Jupyter notebook [demo.ipynb](https://github.com/svkucheryavski/ddsimca/blob/main/demo/demo.ipynb) or Markdown document [demo.md](https://github.com/svkucheryavski/ddsimca/blob/main/demo/demo.md) in order to get started. To run the examples from this notebook you need to download zip file with datasets (it is also used for illustration of the method in the paper). Here is [direct link](https://mda.tools/Oregano.zip) to the archive.
17
+ Use Jupyter notebook [demo.ipynb](https://github.com/svkucheryavski/ddsimca-py/blob/main/demo/demo.ipynb) or Markdown document [demo.md](https://github.com/svkucheryavski/ddsimca-py/blob/main/demo/demo.md) in order to get started. To run the examples from this notebook you need to download zip file with datasets (it is also used for illustration of the method in the paper). Here is [direct link](https://mda.tools/ddsimca/Oregano.zip) to the archive.
18
18
 
19
19
  Simply download the dataset and unzip it to your working directory, where you have the notebook or Markdown document, and follow the guidelines. The dataset can be downloaded from GitHub as well.
20
20
 
21
21
  ## Releases
22
22
 
23
- **1.0.0** (1/1/2026)
23
+ **1.0.2** (1/1/2026)
24
24
  * initial release
25
25
 
26
26
 
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "ddsimca"
7
- version = "1.0.0"
7
+ version = "1.0.2"
8
8
  description = "Implementation of Data Driven SIMCA one class classification method"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes