|
27 | 27 | - [Build](#build) |
28 | 28 | - [Objectives](#objectives) |
29 | 29 | - [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) |
32 | 34 | - [`0.1.0` (Planned)](#010-planned) |
33 | 35 | - [Credits](#credits) |
34 | 36 | - [License](#license) |
|
67 | 69 |
|
68 | 70 | # History |
69 | 71 |
|
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) |
71 | 79 |
|
72 | 80 | - Simple math functions defined |
73 | 81 | - `add()`, `divide()`, `hello_world()`, `multiply`, `square_root()`, `square()`, and `subtract()` |
|
78 | 86 | - Package published to `PyPI` |
79 | 87 | - [PyPI Project Link](https://pypi.org/project/mathplug/) |
80 | 88 |
|
81 | | -## `0.0.2` |
| 89 | +## `0.0.2` (10.25.2022) |
82 | 90 |
|
83 | 91 | - Aggregated all functions into one file |
84 | 92 | - Functions should be optionally imported with `import mathplug`, not strictly `from mathplug import function` |
|
87 | 95 | - Done for ease of use and to clean up file tree |
88 | 96 | - Incremented version number |
89 | 97 |
|
| 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 | + |
90 | 106 | ## `0.1.0` (Planned) |
91 | 107 |
|
92 | 108 | - _Stable release_ |
| 109 | +- _Improve Python accessability_ |
93 | 110 |
|
94 | 111 | # Credits |
95 | 112 |
|
|
102 | 119 |
|
103 | 120 | # Links |
104 | 121 |
|
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