Skip to content

Commit

Permalink
Merge pull request #28 from TomMonks/dev
Browse files Browse the repository at this point in the history
v0.6.1
  • Loading branch information
TomMonks authored Jul 30, 2024
2 parents 5205428 + 5905ab9 commit 096c6bd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 39 deletions.
13 changes: 12 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Consistent identifier (represents all versions, resolves to latest): [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4553641.svg)](https://doi.org/10.5281/zenodo.4553641)

## v0.6.0

## v0.6.1

### Fixed

* BUILD: added rich library.

### Removed

* Scipy Dependency

## [v0.6.0](https://github.com/TomMonks/sim-tools/releases/tag/v0.6.0) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13122484.svg)](https://doi.org/10.5281/zenodo.13122484)

### Added

Expand Down
37 changes: 1 addition & 36 deletions feature_list.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# sim-tools feature list

module: distributions

* Triangular
* Exponential
* Log normal
* Normal
* Gamma
* Empirical
* Fixed
* Combination
* NSPP via thinning

module: Experimentation

* Multiple replication analysis - confidence interval method
Expand All @@ -34,29 +22,6 @@ module: results visualisation

## Road map

### v0.3.0

Test with Python 3.10 and 3.11
Simpy 4.1.1

module: distributions

* Triangular
* Exponential
* Log normal
* Normal
* Gamma
* Empirical
* Fixed
* Combination

### v0.4.0

module: distributions

* Empirical
* NSPP via thinning

## v0.5.0
## v0.7.0

Enhanced trace functionality
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"numpy>=1.18.1",
"pandas>=2.0.0",
"scikit-learn>=1.0.0",
"scipy>=1.4.1",
"rich>=13.7.1"
]

[project.urls]
Expand All @@ -38,3 +38,6 @@ path = "sim_tools/__init__.py"
include = [
"/sim_tools",
]

[[tool.hatch.envs.hatch-test.matrix]]
python = ["3.10", "3.11", "3.12"]
2 changes: 1 addition & 1 deletion sim_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
__author__ = 'Thomas Monks'

from . import datasets, distributions, time_dependent, ovs

0 comments on commit 096c6bd

Please sign in to comment.