Browse code

fix .gitattributes

Bas Nijholt authored on 13/06/2018 01:56:08
Showing 1 changed files
... ...
@@ -1,2 +1,2 @@
1
-*.ipynb filter=nbclearoutput
1
+*.ipynb filter=ipynb_filter
2 2
 adaptive/_static_version.py export-subst
Browse code

modify filenames and version-module import from setup.py

Remove usage of deprecated 'imp' module in favour of 'importlib'.
Also remove the package name from as many places as possible.

Joseph Weston authored on 21/02/2018 10:06:07
Showing 1 changed files
... ...
@@ -1,2 +1,2 @@
1 1
 *.ipynb filter=nbclearoutput
2
-adaptive/_adaptive_version.py export-subst
2
+adaptive/_static_version.py export-subst
Browse code

add functionality to get version from git

We want a single source of truth for versioning; we choose
git tags.

Joseph Weston authored on 20/02/2018 14:51:52
Showing 1 changed files
... ...
@@ -1 +1,2 @@
1 1
 *.ipynb filter=nbclearoutput
2
+adaptive/_adaptive_version.py export-subst
Browse code

clear notebook outputs

Anton Akhmerov authored on 26/07/2017 23:16:06
Showing 1 changed files
... ...
@@ -1 +1 @@
1
-*.ipynb filter=nbstripout
1
+*.ipynb filter=nbclearoutput
Browse code

add nbstripout

Bas Nijholt authored on 30/01/2017 13:52:27
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1 @@
1
+*.ipynb filter=nbstripout