Skip to content

Commit

Permalink
Add changelog for previous releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Feb 5, 2024
1 parent 303954e commit df28ad1
Showing 1 changed file with 29 additions and 20 deletions.
49 changes: 29 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,39 @@
Change log
==========
## [v0.1.1](https://github.com/Matgenix/qtoolkit/tree/v0.1.1) (2023-10-09)

v0.0.2 (add date)
------
[Full Changelog](https://github.com/Matgenix/qtoolkit/compare/v0.1.0...v0.1.1)

Lots of improvements and bug fixes this release.
**Closed issues:**

New features:
- Automated releases through GH actions [\#17](https://github.com/Matgenix/qtoolkit/issues/17)

- New feature 1
- New feature 2
- ...
**Merged pull requests:**

Enhancements:
- Add CI docs build and deploy [\#27](https://github.com/Matgenix/qtoolkit/pull/27) ([ml-evs](https://github.com/ml-evs))
- Add logos [\#26](https://github.com/Matgenix/qtoolkit/pull/26) ([ml-evs](https://github.com/ml-evs))

- Enhancement 1
- Enhancement 2
- ...
## [v0.1.0](https://github.com/Matgenix/QToolKit/tree/v0.1.0) (2023-10-06)

Bug fixes:
[Full Changelog](https://github.com/Matgenix/QToolKit/compare/3658f911689f65f7a0caf8728de48c3b1e2d1f90...v0.1.0)

- Bug fix 1
- Bug fix 2
- ...
**Closed issues:**

v0.0.1 (add date)
------
- Problem in parse\_jobs\_list\_output in class ShellIO [\#22](https://github.com/Matgenix/QToolKit/issues/22)
- `number_of_tasks` missing in slurm template [\#18](https://github.com/Matgenix/QToolKit/issues/18)

Initial release.
**Merged pull requests:**

- Install build during build step [\#25](https://github.com/Matgenix/QToolKit/pull/25) ([ml-evs](https://github.com/ml-evs))
- Preparing public release [\#24](https://github.com/Matgenix/QToolKit/pull/24) ([ml-evs](https://github.com/ml-evs))
- Fix problem in parse\_jobs\_list\_output in class ShellIO [\#23](https://github.com/Matgenix/QToolKit/pull/23) ([FabiPi3](https://github.com/FabiPi3))
- Updates for SlurmIO and ShellIO [\#20](https://github.com/Matgenix/QToolKit/pull/20) ([gpetretto](https://github.com/gpetretto))
- Fix name for `ntasks` in slurm template [\#19](https://github.com/Matgenix/QToolKit/pull/19) ([ml-evs](https://github.com/ml-evs))
- Go Live version [\#16](https://github.com/Matgenix/QToolKit/pull/16) ([davidwaroquiers](https://github.com/davidwaroquiers))
- update shell io [\#15](https://github.com/Matgenix/QToolKit/pull/15) ([gpetretto](https://github.com/gpetretto))
- Modify slurm template [\#13](https://github.com/Matgenix/QToolKit/pull/13) ([gpetretto](https://github.com/gpetretto))
- Adding a shell io object [\#12](https://github.com/Matgenix/QToolKit/pull/12) ([gpetretto](https://github.com/gpetretto))
- Documentation layout [\#11](https://github.com/Matgenix/QToolKit/pull/11) ([davidwaroquiers](https://github.com/davidwaroquiers))
- split io and manager [\#7](https://github.com/Matgenix/QToolKit/pull/7) ([gpetretto](https://github.com/gpetretto))
- WIP Remote host [\#5](https://github.com/Matgenix/QToolKit/pull/5) ([davidwaroquiers](https://github.com/davidwaroquiers))
- typing [\#4](https://github.com/Matgenix/QToolKit/pull/4) ([gpetretto](https://github.com/gpetretto))
- Commented test on documentation in testing.yaml. [\#3](https://github.com/Matgenix/QToolKit/pull/3) ([davidwaroquiers](https://github.com/davidwaroquiers))
- Fixed state mapping from slurm COMPLETED to standard QState DONE. [\#2](https://github.com/Matgenix/QToolKit/pull/2) ([davidwaroquiers](https://github.com/davidwaroquiers))

0 comments on commit df28ad1

Please sign in to comment.