File tree Expand file tree Collapse file tree 7 files changed +24
-13
lines changed
docs/sections/getting-started/installation Expand file tree Collapse file tree 7 files changed +24
-13
lines changed Original file line number Diff line number Diff line change 11.idea
2+ .run
23.vscode
34.coverage
45.pytest_cache
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## v.1.0.1
43
5- - Updated ` jsonschema ` from 4.22.0 to 4.23.0
4+ ## [ v1.0.2] ( https://github.com/AndreVale69/simulator-automatic-warehouse/releases/tag/v1.0.2 )
5+
6+ - Bump ` pandas ` from ` 2.2.2 ` to ` 2.2.3 `
7+ - Bump ` PyYAML ` from ` 6.0.1 ` to ` 6.0.2 `
8+
9+
10+ ------------------------------------------------------------------------------------------------------------------------
11+
12+
13+ ## [ v1.0.1] ( https://github.com/AndreVale69/simulator-automatic-warehouse/releases/tag/v1.0.1 )
14+
15+ - Bump ` jsonschema ` from ` 4.22.0 ` to ` 4.23.0 `
616
717
818------------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ helped the creator at the beginning of the project.
5656
5757| Dependency | Version |
5858| ------------------| --------------|
59- | [ pandas] [ 8 ] | [ 2.2.2 ] [ 9 ] |
59+ | [ pandas] [ 8 ] | [ 2.2.3 ] [ 9 ] |
6060| [ simpy] [ 10 ] | [ 4.1.1] [ 11 ] |
61- | [ PyYAML] [ 12 ] | [ 6.0.1 ] [ 13 ] |
61+ | [ PyYAML] [ 12 ] | [ 6.0.2 ] [ 13 ] |
6262| [ jsonschema] [ 14 ] | [ 4.23.0] [ 15 ] |
6363
6464### Python Installation
@@ -155,11 +155,11 @@ Use the following links if the images are not displayed:
155155[ 6 ] : https://sbgaia.github.io/
156156[ 7 ] : https://www.linkedin.com/in/marco-panato-vr
157157[ 8 ] : https://github.com/pandas-dev/pandas
158- [ 9 ] : https://github.com/pandas-dev/pandas/releases/tag/v2.2.2
158+ [ 9 ] : https://github.com/pandas-dev/pandas/releases/tag/v2.2.3
159159[ 10 ] : https://gitlab.com/team-simpy/simpy
160160[ 11 ] : https://gitlab.com/team-simpy/simpy/-/tree/4.1.1?ref_type=tags
161161[ 12 ] : https://github.com/yaml/pyyaml
162- [ 13 ] : https://github.com/yaml/pyyaml/releases/tag/6.0.1
162+ [ 13 ] : https://github.com/yaml/pyyaml/releases/tag/6.0.2
163163[ 14 ] : https://github.com/python-jsonschema/jsonschema
164164[ 15 ] : https://github.com/python-jsonschema/jsonschema/releases/tag/v4.23.0
165165[ 16 ] : https://github.com/AndreVale69/simulator-automatic-warehouse/blob/main/configuration/sample_config.yaml
Original file line number Diff line number Diff line change 1- __version__ = "1.0.1 "
1+ __version__ = "1.0.2 "
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ Dependencies
77
88The Simulator Automatic Warehouse uses 4 dependencies:
99
10- - `Pandas <https://github.com/pandas-dev/pandas >`_ (`v2.2.2 <https://github.com/pandas-dev/pandas/releases/tag/v2.2.2 >`_)
10+ - `Pandas <https://github.com/pandas-dev/pandas >`_ (`v2.2.3 <https://github.com/pandas-dev/pandas/releases/tag/v2.2.3 >`_)
1111 Mainly used to get the results of the simulation in a comprehensive way.
1212
1313- `SimPy <https://gitlab.com/team-simpy/simpy >`_ (`4.1.1 <https://gitlab.com/team-simpy/simpy/-/tree/4.1.1?ref_type=tags >`_)
1414 Framework used to run the simulation.
1515
16- - `PyYAML <https://github.com/yaml/pyyaml >`_ (`6.0.1 <https://github.com/yaml/pyyaml/releases/tag/6.0.1 >`_)
16+ - `PyYAML <https://github.com/yaml/pyyaml >`_ (`6.0.2 <https://github.com/yaml/pyyaml/releases/tag/6.0.2 >`_)
1717 Used to safely parse the yaml configuration file.
1818
1919- `JsonSchema <https://github.com/python-jsonschema/jsonschema >`_ (`4.22.0 <https://github.com/python-jsonschema/jsonschema/releases/tag/v4.22.0 >`_)
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ classifiers = [
3434 " Operating System :: Unix"
3535]
3636dependencies = [
37- " pandas==2.2.2 " ,
37+ " pandas==2.2.3 " ,
3838 " simpy==4.1.1" ,
39- " PyYAML==6.0.1 " ,
39+ " PyYAML==6.0.2 " ,
4040 " jsonschema==4.23.0"
4141]
4242
Original file line number Diff line number Diff line change 11# general
2- pandas == 2.2.2
2+ pandas == 2.2.3
33
44# simulator
55simpy == 4.1.1
66numpy == 1.26.4
7- PyYAML == 6.0.1
7+ PyYAML == 6.0.2
88jsonschema == 4.23.0
You can’t perform that action at this time.
0 commit comments