Skip to content

Commit

Permalink
[bot] Update changelog to reflect commits from v0.1.3 to v0.1.4a5
Browse files Browse the repository at this point in the history
  • Loading branch information
pbk0 committed Jan 3, 2022
1 parent 2ba20ca commit 7290fa7
Showing 1 changed file with 1 addition and 64 deletions.
65 changes: 1 addition & 64 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,64 +1 @@
## Changelog for v0.1.3 >> v0.1.4a4

+ 714c89f [ 2020-11-06 ] @web-flow : Format code with black, yapf, autopep8 and isort

This commit fixes the style issues introduced in f29bfed according to the output
from black, yapf, autopep8 and isort.

Details: https://deepsource.io/gh/SpikingNeurons/toolcraft/transform/00ff1a75-b39b-424a-8a69-c2949699f4c8/
+ 21d4f0e [ 2021-10-05 ] @pbk0 : [bot] Update changelog to reflect commits from v0.1.3 to v0.1.4a0
+ 925fa39 [ 2021-10-05 ] @pbk0 : "[bot] Bump version: 0.1.3 >> 0.1.4a0"
+ 9189ca2 [ 2020-11-06 ] @web-flow : Merge pull request #33 from SpikingNeurons/deepsource-transform-c7784931

Format code with black, yapf, autopep8 and isort
+ aebc191 [ 2021-10-05 ] @pbk0 : reduce numpy version
+ 3dbd059 [ 2020-11-06 ] @web-flow : Remove unnecessary `pass`
+ 7f846e8 [ 2020-11-06 ] @web-flow : Format code with black, yapf, autopep8 and isort
+ 9a09ab5 [ 2020-11-06 ] @web-flow : Remove unnecessary parentheses after keyword
+ cae2f8c [ 2020-11-06 ] @web-flow : Format code with black, yapf, autopep8 and isort
+ cb6e34e [ 2021-08-09 ] @deepsourcebot : Update .deepsource.toml
+ b4c0335 [ 2020-11-06 ] @web-flow : Merge pull request #35 from SpikingNeurons/deepsource-fix-ea378466

Remove unnecessary parentheses after keyword
+ 27d16f6 [ 2020-11-06 ] @web-flow : Merge pull request #34 from SpikingNeurons/deepsource-fix-5b0950b5

Remove unnecessary `pass`
+ da86e52 [ 2020-11-06 ] @web-flow : Remove blank lines after docstring
+ 2282207 [ 2020-11-06 ] @web-flow : Merge pull request #36 from SpikingNeurons/deepsource-fix-b366a5a3

Remove blank lines after docstring
+ 70f3b1c [ 2021-10-05 ] @pbk0 : remove support for keras object for serialization to yaml
+ fffb32c [ 2021-10-05 ] @pbk0 : downgrade numpy to be compatible to tensorflow 2.6
+ 24cd8de [ 2021-10-05 ] @pbk0 : downgrade numpy to be compatible to tensorflow 2.6
+ bcc2d6e [ 2020-11-06 ] @web-flow : Format code with black, yapf, autopep8 and isort

This commit fixes the style issues introduced in 24cd8de according to the output
from black, yapf, autopep8 and isort.

Details: https://deepsource.io/gh/SpikingNeurons/toolcraft/transform/ec237eab-2193-45e4-ac64-f14ea20c1508/
+ 26b20de [ 2021-10-05 ] @pbk0 : [bot] Update changelog to reflect commits from v0.1.3 to v0.1.4a1
+ b24342d [ 2021-10-05 ] @pbk0 : "[bot] Bump version: 0.1.4a0 >> 0.1.4a1"
+ e107b0c [ 2021-10-05 ] @pbk0 : removing support for macos as numpy is giving error
ERROR tests/test_toolcraft.py - RuntimeError: Polyfit sanity test emitted a w...
+ 8f4d1d1 [ 2021-10-05 ] @pbk0 : [bot] Update changelog to reflect commits from v0.1.3 to v0.1.4a2
+ 91a92a4 [ 2021-10-05 ] @pbk0 : "[bot] Bump version: 0.1.4a1 >> 0.1.4a2"
+ a4f49ff [ 2021-10-05 ] @pbk0 : avoid double pushes to main branch that triggers workflows
+ e7225ae [ 2021-10-05 ] @pbk0 : [bot] Update changelog to reflect commits from v0.1.3 to v0.1.4a3
+ 7176fb0 [ 2021-10-05 ] @pbk0 : "[bot] Bump version: 0.1.4a2 >> 0.1.4a3"
+ 6f77693 [ 2020-11-06 ] @web-flow : Remove reimported module
+ 6052bbe [ 2020-11-06 ] @web-flow : Format code with black, yapf, autopep8 and isort
+ 9d7d632 [ 2020-11-06 ] @web-flow : Merge pull request #39 from SpikingNeurons/deepsource-fix-f1e215c7

Remove reimported module
+ 4dac457 [ 2020-11-06 ] @web-flow : Merge pull request #38 from SpikingNeurons/deepsource-transform-fbd3829d

Format code with black, yapf, autopep8 and isort
+ afddd41 [ 2021-10-05 ] @pbk0 : add logo
+ c66dbd3 [ 2021-10-05 ] @pbk0 : Merge branch 'main' of https://github.com/SpikingNeurons/toolcraft into main
+ 2d1a4bb [ 2021-10-05 ] @pbk0 : support dict fields in marshalling class
+ fe793c3 [ 2021-10-05 ] @pbk0 : support dict fields in marshalling class
+ 0b7428f [ 2021-10-05 ] @pbk0 : on_enter is reserved method so renaming field on_enter to if_entered
+ d7ad356 [ 2021-10-05 ] @pbk0 : Folder.group_by property can be overridden
+ 24d3925 [ 2021-10-05 ] @pbk0 : hyperfield dicts can hold None values
+ ff8eb5c [ 2021-10-05 ] @pbk0 : Adding kwarg `suppress_npymemmap_log` for suppressing logs for NpyMemMap open/close
+ 3725f08 [ 2021-10-05 ] @pbk0 : update poetry lock file
## Full Changelog: [v0.1.3 >> v0.1.4a5](https://github.com/SpikingNeurons/toolcraft/compare/v0.1.3...v0.1.4a5)

0 comments on commit 7290fa7

Please sign in to comment.