Skip to content

Commit 2de8d64

Browse files
Merge pull request #8 from JordanWelsman/readme
Readme file updated for v0.0.3. To-do list complete. Merging now.
2 parents 69e3bcd + 0c37076 commit 2de8d64

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

README.md

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@
2727
- [Build](#build)
2828
- [Objectives](#objectives)
2929
- [History](#history)
30-
- [`0.0.1`](#001)
31-
- [`0.0.2`](#002)
30+
- [`0.0.0` (10.21.2022)](#000-10212022)
31+
- [`0.0.1` (10.25.2022)](#001-10252022)
32+
- [`0.0.2` (10.25.2022)](#002-10252022)
33+
- [`0.0.3` (10.26.2020)](#003-10262020)
3234
- [`0.1.0` (Planned)](#010-planned)
3335
- [Credits](#credits)
3436
- [License](#license)
@@ -67,7 +69,13 @@
6769

6870
# History
6971

70-
## `0.0.1`
72+
## `0.0.0` (10.21.2022)
73+
74+
- GitHub repositiry created
75+
- Project created
76+
- Basic `README.md` written
77+
78+
## `0.0.1` (10.25.2022)
7179

7280
- Simple math functions defined
7381
- `add()`, `divide()`, `hello_world()`, `multiply`, `square_root()`, `square()`, and `subtract()`
@@ -78,7 +86,7 @@
7886
- Package published to `PyPI`
7987
- [PyPI Project Link](https://pypi.org/project/mathplug/)
8088

81-
## `0.0.2`
89+
## `0.0.2` (10.25.2022)
8290

8391
- Aggregated all functions into one file
8492
- Functions should be optionally imported with `import mathplug`, not strictly `from mathplug import function`
@@ -87,9 +95,18 @@
8795
- Done for ease of use and to clean up file tree
8896
- Incremented version number
8997

98+
## `0.0.3` (10.26.2020)
99+
100+
- More math functions defined
101+
- `absolute()`, `cube()`, and `exponent()`
102+
- Created tests for new functions & tested with `PyTest`
103+
- `absolute()`, `cube()`, and `exponent()`
104+
- Incremented version number
105+
90106
## `0.1.0` (Planned)
91107

92108
- _Stable release_
109+
- _Improve Python accessability_
93110

94111
# Credits
95112

@@ -102,6 +119,14 @@
102119
103120
# Links
104121

105-
[See this project on GitHub](https://github.com/JordanWelsman/mathplug/)
106-
[Follow me on GitHub](https://github.com/JordanWelsman/)
107-
[Connect with me on Linkedin](https://linkedin.com/in/JordanWelsman/)
122+
:file_folder: [See this project on GitHub](https://github.com/JordanWelsman/mathplug/)
123+
124+
:gift: [See this project on PyPI](https://pypi.org/project/mathplug/)
125+
126+
:cat: [Follow me on GitHub](https://github.com/JordanWelsman/)
127+
128+
:briefcase: [Connect with me on Linkedin](https://linkedin.com/in/JordanWelsman/)
129+
130+
:email: [Send me an email](mailto:jordan.welsman@outlook.com)
131+
132+
:clapper: [Followed tutorial](https://www.youtube.com/watch?v=GIF3LaRqgXo/) by [Mark Smith (@judy2k)](https://twitter.com/judy2k/)

0 commit comments

Comments
 (0)