Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan committed Dec 15, 2022
1 parent 950f18a commit 25e4736
Showing 1 changed file with 48 additions and 6 deletions.
54 changes: 48 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,69 @@
# **Upcoming release**

- #533 Refactoring to Remove usage of unicode type
- #559 Improve handling of whitespace in import and from-import statements
- #581 Remove functions in rope.base.ast that has functionally identical implementation in stdlib's ast
- #589 Fix issue with `sample_project()` creating directories where it shouldn't when running tests
- #566, #567 Fix variables in kwonlyargs and posonlyargs not being correctly passed to extracted methods

# Release 1.6.0

# New features & Enhancements

- #559, #560 Improve handling of whitespace in import and from-import statements (@lieryan)
- #566, #567, #597 Fix variables in kwonlyargs and posonlyargs not being correctly passed to extracted methods (@lieryan)

## Unit Test

- #589, #596 Fix issue with `sample_project()` creating directories where it shouldn't when running tests (@lieryan)
- #547 Add config file for linters
- #593 Remove `only_for` decorator for all python versions less than 3.7 (@edreamleo)

## Tech Debt

- Code quality
- #546 Remove unused vars in test (@lieryan, @edreamleo)
- #551, #552 Numerous flake8 linter complaints (@edreamleo)
- #558 Fix typos (@kianmeng)
- #583, #584 More consistent import style (@edreamleo)
- Python 2-related tech debt
- #533 Refactoring to Remove usage of unicode type (@lieryan)
- #549, #553 Remove rope.base.utils.pycompat (@dreamleo)
- #555 Fix some python2-isms (@lieryan)
- Rope's AST Wrapper
- #536, #578 walk does not return a value (@edreamleo)
- #537, #538 Remove special case code from walk (@edreamleo)
- #581 Remove functions in rope.base.ast that has functionally identical implementation in stdlib's ast (@lieryan, @edreamleo)
- #582 Refactoring rope.base.ast and remove rope.base.astutils (@lieryan, @edreamleo)
- pynames and pyobjects
- #569, #572 rename pynames to pynamesdef in pyobjectsdef.ph (@edreamleo)


# Release 1.5.1

- #531 Add alternative way to retrieve version number from pyproject.toml

# Release 1.5.0

Date: 2022-11-23

- #492 Feat: Global configuration support (@bagel897)
- #519 Move pytest to pyproject.toml (@gliptak, @bagel897)
- #509 Fix read/write analysis of the left-hand side of an augmented assignment (@lieryan)
- #522 Implement patchedast parsing of MatchMapping (@lieryan)
- #514 Fix inlining dictionary with inline comment (@lieryan)


# Release 1.4.0

Date: 2022-10-22

## Bug fixes

- #506, #507 Fix issue with parsing function call args list
- #411, #505 Fix extracting generator without parens
- #18, #510 When the function is a builtin function, the call parameter's name was sometimes incorrectly identified as an AssignedName. This led to rename refactoring incorrectly renaming these parameters.


# Release 1.3.0

Date: 2022-07-29

## Bug fixes

- #496, #497 Add MatMul operator to patchedast
Expand All @@ -37,6 +73,7 @@

- #501, #502 Autoimport improvements


# Release 1.2.0

Date: 2022-04-22
Expand All @@ -54,12 +91,14 @@ Date: 2022-04-22
- #487 Improved value inference of __all__ declaration (@lieryan)
- #424 Add some basic __repr__ to make it easier for debugging (@lieryan)


# Release 1.1.1

## Bug fixes

- #476 Fix rope.contrib.autoimport package missing from release (@bageljrkhanofemus)


# Release 1.1.0

Date: 2022-05-25
Expand All @@ -79,6 +118,7 @@ Date: 2022-05-25

- The pickle-based autoimport implementation is still the default, but will be deprecated sometime in the future.


# Release 1.0.0

Date: 2022-04-08
Expand All @@ -91,6 +131,7 @@ Date: 2022-04-08

- #459 Fix bug while extracting method with augmented assignment to subscript in try block (@dryobates)


# Release 0.23.0

## Syntax support
Expand Down Expand Up @@ -127,6 +168,7 @@ Date: 2021-11-23

- #447 Add Python 3.10 to tests


# Release 0.21.1

Date: 2021-11-11
Expand All @@ -135,6 +177,7 @@ Date: 2021-11-11

- #441. Start publishing wheel packages to allow offline installs


# Release 0.21.0

Date: 2021-10-18
Expand Down Expand Up @@ -183,7 +226,6 @@ Date: 2021-09-18
instead of boolean



# Release 0.20.0

Date: 2021-09-18
Expand Down

0 comments on commit 25e4736

Please sign in to comment.