File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments