Skip to content

Commit

Permalink
chore(release): update changelog for v0.1.1 [skip pre-commit.ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed Jan 31, 2023
1 parent 67005ef commit 066c6c3
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

All notable changes to this project will be documented in this file.

## [0.1.1] - 2023-01-31

### Bug Fixes

- Running very slow because of np.asarray [(6e19344)](https://github.com/iwishiwasaneagle/jpdmgen/commit/6e193445972e9aa307bb648cf01d512ffbf3fa16)
- Reused function name [(2690f4e)](https://github.com/iwishiwasaneagle/jpdmgen/commit/2690f4ebc6f16445502014dcf6438ed3acccbdb8)
- Ignore license.rst as this is pretty much immutable [(4ea47ca)](https://github.com/iwishiwasaneagle/jpdmgen/commit/4ea47ca3c09d105832e1bb23effae80fead3c226)
- Use pyproject.toml for rstcheck config [(3985349)](https://github.com/iwishiwasaneagle/jpdmgen/commit/3985349b59fe73de1a3e1de90e55bf05e6261d26)
- If there's no coverage, set to 0 [(6949c23)](https://github.com/iwishiwasaneagle/jpdmgen/commit/6949c230201bf4b12eb6dc88ac0ef589be7b7a3a)
- Allow --accept-empty in case there's no python files [(1714bbf)](https://github.com/iwishiwasaneagle/jpdmgen/commit/1714bbfcbb494225aa0b51b6b3beb353eec4861e)

### Documentation

- Start of BaseDroneEnv docs [(7b9553f)](https://github.com/iwishiwasaneagle/jpdmgen/commit/7b9553fe5d68e92fc78e4c9b594c4cac55101db8)
- Do most of the types docs [(c3e3a18)](https://github.com/iwishiwasaneagle/jpdmgen/commit/c3e3a18e178a60e5f5ee8c85ed141d305b48e2c3)
- More docs for BaseDroneEnv [(a17a30c)](https://github.com/iwishiwasaneagle/jpdmgen/commit/a17a30cc6230177180e2f2eafcc576f74c9c1169)
- Include BaseDroneEnv in generated docs [(de0f058)](https://github.com/iwishiwasaneagle/jpdmgen/commit/de0f0585d1f734483369e133056703d41fda9812)

### Features

- Check docstr coverage isn't being reduced [(a4be21b)](https://github.com/iwishiwasaneagle/jpdmgen/commit/a4be21b1a618060c360cdff4c0f32b828117f1e2)

### Miscellaneous Tasks

- Improve readme [(f909511)](https://github.com/iwishiwasaneagle/jpdmgen/commit/f9095111c7fbc999cab9a9a45d2f8d1d3ae4ac4f)
- Add future work on motor modelling [(9307e91)](https://github.com/iwishiwasaneagle/jpdmgen/commit/9307e91da249088486242203515f0ff98a985c58)
- Mute git checkouts in docstr-cov CI [(9721eb9)](https://github.com/iwishiwasaneagle/jpdmgen/commit/9721eb9116cca9b4bb33f97a3428768292861812)
- Fix flake errors (ambiguous variable, unused imports) [(1f2b750)](https://github.com/iwishiwasaneagle/jpdmgen/commit/1f2b750848dd948d5bdd97bf785750efc76b78f5)
- Add intersphinx mapping for gymnasium [(c0316f8)](https://github.com/iwishiwasaneagle/jpdmgen/commit/c0316f8ac8fada3d1022b7e4da9474469b216d64)
- Don't upload badge as artifact. Can't currently use it [(6d9817b)](https://github.com/iwishiwasaneagle/jpdmgen/commit/6d9817b7cbea934cfb9c10a25de86693cbf35ccb)
- Upload docstr-cov badge to gh-pages [(d7e923a)](https://github.com/iwishiwasaneagle/jpdmgen/commit/d7e923aa0b44b813db5d4bb8b947f29a9d7a3e4a)

## [0.1.0] - 2023-01-27

### Bug Fixes
Expand Down Expand Up @@ -32,6 +64,7 @@ All notable changes to this project will be documented in this file.
- Document transform funcs to show what's happening behind the scenes in PB3 [(645ce50)](https://github.com/iwishiwasaneagle/jpdmgen/commit/645ce50af91cb0de18737119d1f9136cf6391c80)
- Update changelog for v0.1.0 [skip pre-commit.ci] [(79d9f01)](https://github.com/iwishiwasaneagle/jpdmgen/commit/79d9f01083530d5b87e2d4984665ef6e77d4d8ec)
- Delete changelog for redo of v0.1.0 [skip pre-commit.ci] [(45f3fb3)](https://github.com/iwishiwasaneagle/jpdmgen/commit/45f3fb3e95c8062fe538e9fe10d8eb0e9602fa11)
- Update changelog for v0.1.0 [skip pre-commit.ci] [(d3dc768)](https://github.com/iwishiwasaneagle/jpdmgen/commit/d3dc7686ca804b005aa050f14521381a74cae501)

### Refactor

Expand Down

0 comments on commit 066c6c3

Please sign in to comment.