Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
kwant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kelvin Loh
kwant
Commits
3fd3c6a4
Commit
3fd3c6a4
authored
5 years ago
by
Joseph Weston
Browse files
Options
Downloads
Patches
Plain Diff
add whatsnew entry for bumped dependency versions.
parent
f710a507
No related branches found
No related tags found
No related merge requests found
Pipeline
#24668
passed with warnings
5 years ago
Stage: build-env
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/pre/whatsnew/1.5.rst
+20
-0
20 additions, 0 deletions
doc/source/pre/whatsnew/1.5.rst
with
20 additions
and
0 deletions
doc/source/pre/whatsnew/1.5.rst
+
20
−
0
View file @
3fd3c6a4
...
...
@@ -123,3 +123,23 @@ in the direction of the magnetic field::
template = kwant.continuum.discretize_landau("k_x**2 + k_y**2 + k_z**2 + V(z)", N)
syst = kwant.Builder()
syst.fill(template, stack, (0,))
Minimum required versions for some dependencies have increased
--------------------------------------------------------------
Kwant now requires at least the following versions:
+ Python 3.6
+ numpy 0.13.3
+ scipy 0.19.1
The kwant extensions (plotting, continuum and qsymm) now require at
least the following versions:
+ matplotlib 2.1.1
+ sympy 1.1.1
+ qsymm 1.2.6
These versions (or newer) are available in the latest stable releases
of Ubuntu and Debian GNU/Linux, with the exception of qsymm, which is
available on PyPI or Conda forge.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment