samila/CHANGELOG.md

53 wiersze
1.4 KiB
Markdown
Czysty Zwykły widok Historia

2021-09-27 20:08:51 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
2021-11-09 13:49:04 +00:00
## [0.3] - 2021-11-10
2021-10-15 15:11:20 +00:00
### Added
2021-10-30 08:24:44 +00:00
- Discord channel
2021-10-22 09:19:48 +00:00
- `load_data` function
2021-10-22 07:30:11 +00:00
- `save_data_file` function
2021-10-22 07:33:07 +00:00
- `save_data` method
2021-10-15 21:44:05 +00:00
### Changed
2021-10-22 09:19:48 +00:00
- `data` parameter added to GenerativeImage `__init__`
2021-10-15 15:11:20 +00:00
- `depth` parameter added to `save_image` method
- `depth` parameter added to `save_fig_file` function
2021-10-18 13:11:41 +00:00
- `save_image` and `nft_storage` methods background bug fixed
- `README.md` updated
2021-10-15 21:44:05 +00:00
- Test system updated
2021-10-30 10:06:38 +00:00
- `Python 3.10` added to `test.yml`
2021-10-13 21:08:36 +00:00
## [0.2] - 2021-10-14
2021-10-07 07:00:12 +00:00
### Added
2021-10-08 16:25:19 +00:00
- `dependabot.yml`
- `requirements-splitter.py`
2021-10-05 10:06:19 +00:00
- `samila_help` function
- `test.py`
- `function_test.py`
2021-10-15 21:44:05 +00:00
- `overall_test.py`
- `nft_upload_test.py`
- `is_same_data` function
2021-10-12 13:04:55 +00:00
- `save_image` method
2021-09-30 11:42:40 +00:00
### Changed
2021-10-09 06:34:03 +00:00
- `dev-requirements.txt` updated
2021-09-30 11:42:40 +00:00
- `README.md` updated
2021-10-05 10:06:19 +00:00
- `__main__.py` updated
2021-10-15 21:44:05 +00:00
- Test system updated
2021-10-11 22:15:56 +00:00
- `nft_storage` method updated
2021-09-27 20:08:51 +00:00
## [0.1] - 2021-09-30
### Added
- `GenerativeImage` class
- `plot` method
- `generate` method
2021-09-30 01:23:51 +00:00
- `nft_storage` method
2021-09-27 20:08:51 +00:00
2021-11-09 13:49:04 +00:00
[Unreleased]: https://github.com/sepandhaghighi/samila/compare/v0.3...dev
[0.3]: https://github.com/sepandhaghighi/samila/compare/v0.2...v0.3
2021-10-13 08:10:41 +00:00
[0.2]: https://github.com/sepandhaghighi/samila/compare/v0.1...v0.2
2021-09-27 20:08:51 +00:00
[0.1]: https://github.com/sepandhaghighi/samila/compare/1058677...v0.1