generated from rochacbruno/python-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9862b6
commit 378099e
Showing
2 changed files
with
105 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
Changelog | ||
========= | ||
|
||
|
||
(unreleased) | ||
------------ | ||
|
||
Fix | ||
~~~ | ||
- Added numba to setup.py requirements. [Fabricio Arend Torres] | ||
Other | ||
~~~~~ | ||
- Merge pull request #8 from FabricioArendTorres/devel. [Fabricio Arend | ||
Torres] | ||
Devel | ||
- Chore: Added numba to requirements now. [Fabricio Arend Torres] | ||
- Feat: Improved update speed by x10 with numba. [Fabricio Arend Torres] | ||
- Update build_and_deploy_documentation.yml. [Fabricio Arend Torres] | ||
feat: Added robots.txt | ||
- Update build_and_deploy_documentation.yml. [Fabricio Arend Torres] | ||
feat: Added sitemap.txt in gh actions | ||
- Update README.md. [Fabricio Arend Torres] | ||
feat: Added Documentation via github pages | ||
- Update build_and_deploy_documentation.yml. [Fabricio Arend Torres] | ||
fix: added requirements-test | ||
- Create build_and_deploy_documentation.yml. [Fabricio Arend Torres] | ||
0.1.4 (2024-07-19) | ||
------------------ | ||
Fix | ||
~~~ | ||
- Setup.py packages. [Fabricio Arend Torres] | ||
|
||
Other | ||
~~~~~ | ||
- Release: version 0.1.4 🚀 [FabricioArendTorres] | ||
- Chore: fix project description. [Fabricio Arend Torres] | ||
0.1.3 (2024-07-19) | ||
------------------ | ||
- Release: version 0.1.3 🚀 [FabricioArendTorres] | ||
- Chore: trying to fix github actions. [Fabricio Arend Torres] | ||
- Chore: trying to fix github actions. [Fabricio Arend Torres] | ||
0.1.2 (2024-07-19) | ||
------------------ | ||
- Release: version 0.1.2 🚀 [FabricioArendTorres] | ||
- Release: version 0.1.1 🚀 [FabricioArendTorres] | ||
- Update release.yml. [Fabricio Arend Torres] | ||
fix: Adjusting publishing actions.. | ||
0.1.1 (2024-07-19) | ||
------------------ | ||
- Release: version 0.1.1 🚀 [FabricioArendTorres] | ||
- Update release.yml. [Fabricio Arend Torres] | ||
0.1.0 (2024-07-19) | ||
------------------ | ||
Fix | ||
~~~ | ||
- Forgot to lint.. [Fabricio Arend Torres] | ||
- Remove import of matplotlib test utilities due to version | ||
incompatibility. [Fabricio Arend Torres] | ||
Other | ||
~~~~~ | ||
- Release: version 0.1.0 🚀 [FabricioArendTorres] | ||
- Merge pull request #7 from FabricioArendTorres/devel. [Fabricio Arend | ||
Torres] | ||
|
||
Devel | ||
- Chore: fmt. [Fabricio Arend Torres] | ||
- Chore: removed check_input from example. [Fabricio Arend Torres] | ||
- Feat: Implemented vectorized update of confusion matrices. [Fabricio | ||
Arend Torres] | ||
- Chore: Fixed example code highlighting. [Fabricio Arend Torres] | ||
- Chore: Fixed example code highlighting. [Fabricio Arend Torres] | ||
- Chore: Added installation instructions. [Fabricio Arend Torres] | ||
- Chore: removed old files related to the template. [Fabricio Arend | ||
Torres] | ||
- Added readme. [Fabricio Arend Torres] | ||
- Removed old code. [Fabricio Arend Torres] | ||
- Init. [Fabricio Arend Torres] | ||
- Update LICENSE. [Fabricio Arend Torres] | ||
|
||
chore: Update License | ||
- ✅ Ready to clone and code. [FabricioArendTorres] | ||
- Initial commit. [Fabricio Arend Torres] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.4 | ||
0.1.5 |