This release updates the plugin to be used with Spyder 6 and fixes a bug.
- Make plugin compatible with Spyder 6 (Issue 86, Issue 91, PR 87, PR 93)
- Thanks to Reinert Huseby Karlsen and Simon Kern for help with this!
This version contains some bug fixes and is compatible with Spyder 5.4.
- Use Python interpreter/environment from Preferences (Issue 67, Issue 5, PR 78)
- Adapt colors to Spyder's palette (Issue 50, PR 82)
- Update LICENSE.txt to match individual file copyright statements (Issue 74, PR 79)
- Update description on PyPI (Issue 73, PR 83)
- Updates for Spyder 5.4 (Issue 80, Issue 72, PR 77, PR 84)
- Remove last bits of Python 2 support (PR 68)
- Update test for line_profiler 4.x (Issue 75, PR 68)
- Update GitHub test action (PR 76)
This version fixes a compatibility issue with Spyder 5.3.2 (Issue 65, PR 66).
This version is compatible with Spyder 5.2 and 5.3.
- Issue 54 - How to proceed with spyder 5 compatibility (PR 56 by @skjerns)
- Issue 52 - Spyder 5 compatibility (PR 56 by @skjerns)
- Issue 48 - Correctly register shortcuts
- Issue 27 - saving profiling results
- Issue 25 - Text box for file to be profiled accept directories
In this release 5 issues were closed.
- PR 62 - PR: Update
README.md
,CONTRIBUTING.md
, screenshot and addRELEASE.md
, by @dalthviz - PR 61 - PR: Add default config and change plugin icon, by @dalthviz
- PR 60 - PR: Remove outdated
conda.recipe
directory, by @dalthviz - PR 56 - PR: Switch to new API for Spyder 5, by @skjerns (54, 53, 52)
In this release 4 pull requests were closed.
This release fixes some compatibility issues with Spyder 4.1 and some other bugs.
- Issue 44 - TextEditor initializer receives unexpected argument size (PR 46)
- Issue 41 - Move CI to github actions (PR 45)
- Issue 39 - Crash from opening options (PR 40)
- Issue 35 - Opening editor from line profiler output is broken (PR 47)
In this release 4 issues were closed.
- PR 47 - PR: Fix opening editor from profiler widget (35)
- PR 46 - PR: Fix initialization of TextEditor (44)
- PR 45 - PR: Move CI to GitHub Actions (41)
- PR 43 - PR: Fix invalid escape sequence in regex string
- PR 40 - PR: Add CONF_DEFAULTS (39)
In this release 5 pull requests were closed.
This release updates the plugin to be used with Spyder 4 and fixes some bugs.
- Issue 33 - Sorting by time / % not working correctly (PR 38)
- Issue 26 - Update plugin to Spyder v4 (PR 36)
In this release 2 issues were closed.
- PR 38 - PR: Add natural sort for columns (33)
- PR 36 - PR: Compatibility changes for Spyder 4 (26)
- PR 31 - PR: Fix continuous integration services
- PR 30 - PR: "Profile by line" Button Behavior
- PR 24 - Update readme: Plugin can now be installed using conda or pip
- PR 23 - Add conda recipe (15)
In this release 6 pull requests were closed.
This version improves the packaging. The code itself was not changed.
- PR 22 - Install tests alongside package
In this release 1 pull request was closed.
Initial release.