Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matgenix-bot committed Feb 5, 2024
1 parent a40aaa1 commit c722837
Showing 1 changed file with 55 additions and 19 deletions.
74 changes: 55 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# Changelog

## [v0.1.3](https://github.com/Matgenix/qtoolkit/tree/v0.1.3) (2024-02-05)

[Full Changelog](https://github.com/Matgenix/qtoolkit/compare/v0.1.2...v0.1.3)

**Closed issues:**

- Release workflow does not update changelog [\#35](https://github.com/Matgenix/qtoolkit/issues/35)
- Missing bits of documentation [\#34](https://github.com/Matgenix/qtoolkit/issues/34)

**Merged pull requests:**

- Update docs and release workflow [\#36](https://github.com/Matgenix/qtoolkit/pull/36) ([ml-evs](https://github.com/ml-evs))

## [v0.1.2](https://github.com/Matgenix/qtoolkit/tree/v0.1.2) (2024-02-05)

[Full Changelog](https://github.com/Matgenix/qtoolkit/compare/v0.1.1...v0.1.2)

**Closed issues:**

- Logo [\#21](https://github.com/Matgenix/qtoolkit/issues/21)

**Merged pull requests:**

- Add PyPI release workflow [\#33](https://github.com/Matgenix/qtoolkit/pull/33) ([ml-evs](https://github.com/ml-evs))
- Fix bug due to poor naming of QResources attribute [\#32](https://github.com/Matgenix/qtoolkit/pull/32) ([gpetretto](https://github.com/gpetretto))
- Fix README badge and warning [\#31](https://github.com/Matgenix/qtoolkit/pull/31) ([ml-evs](https://github.com/ml-evs))
- Better deserialization handling for QTKEnum [\#30](https://github.com/Matgenix/qtoolkit/pull/30) ([gpetretto](https://github.com/gpetretto))
- Unit tests [\#29](https://github.com/Matgenix/qtoolkit/pull/29) ([davidwaroquiers](https://github.com/davidwaroquiers))
- Fix tests. Setup codecov [\#28](https://github.com/Matgenix/qtoolkit/pull/28) ([davidwaroquiers](https://github.com/davidwaroquiers))

## [v0.1.1](https://github.com/Matgenix/qtoolkit/tree/v0.1.1) (2023-10-09)

[Full Changelog](https://github.com/Matgenix/qtoolkit/compare/v0.1.0...v0.1.1)
Expand All @@ -11,29 +43,33 @@
- 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))

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

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

**Closed issues:**

- 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)
- 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)

**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))
- 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))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 comments on commit c722837

Please sign in to comment.