Skip to content

Commit c2bf700

Browse files
added CHANGELOG.md
1 parent 9c96115 commit c2bf700

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
<!--next-version-placeholder-->
4+
5+
## v1.0.0 ()
6+
7+
### Feature
8+
9+
To enable packaging:
10+
11+
- Added the pyproject.toml (updated dependencies to latest versions)
12+
- Added the poetry lockfile
13+
- Updated folder structure to match typical package format (/src/packagename, and /tests/)
14+
- Renamed to codonpython and updated imports
15+
16+
Updates to tests:
17+
18+
- Added a path to the file import function tests to force them to scan the tests/ folder instead of the whole project directory
19+
- Added csv and xlsx files in the tests/ folder to test the file import functions
20+
21+
### Bug fixes
22+
23+
Various updates to deprecated code as a result of updating dependencies
24+
25+
### Documentation
26+
27+
- Updated readme with new installation instructions
28+
- Now hosting documentation on Read the Docs
29+
30+
## v0.2.1 (09/01/2021)
31+
32+
- First release of codonPython

0 commit comments

Comments
 (0)