This repository has been archived by the owner. It is now read-only.
v0.4.1
Added
- After installation, NeuroCurator can be launched with '$ neurocurator'.
- Enforce at installation that the version of NAT is the same.
- New supported installation procedure based on compiled PySide and Qt from conda-forge.
- New installation procedure makes easier to install on Windows.
- Set a specific required Python version in setup.py (3.4.x).
Changed
- Switch from using executables to installing with pip.
- Switch from distutils to setuptools for setup.py.
- Make __main__.py shebang portable.
- Switch from hackish main.py to canonical __main__.py.
- Upgrade setup.py. Delete MANIFEST.in and setup.cfg.
- Change README.md to use the releases on PyPI.
Removed
- notebooks/, see #43.