|
1 | 1 | ## 1.0-a6 |
2 | 2 |
|
3 | | -- #68 CompilationException doesn't provide any information about the underlying problem |
4 | | -- #69 Expose EvalException details |
5 | | -- #71 Extension loading from classpath |
6 | | -- #72 Magic parser - handling escapes and empty strings |
7 | | -- #75 Completion of % and %% magics |
8 | | -- #77 Relicense under Apache License |
9 | | -- #78 Remove deprecated API and IJava startup vars |
10 | | -- #79 Remove unused magics |
11 | | -- #80 Magics as interfaces |
12 | | -- #81 Refactoring: JavaKernel must manage JShell |
13 | | -- #82 Refactoring: Move JavaKernel init logic from constructor to Builder |
14 | | -- #83 Simplify Kernel metadata loading approach |
15 | | -- #84 Refactoring: reorg Maven modules for reusability |
16 | | -- #86 ineffecient / incorrect classpath handling |
17 | | -- #89 Deprecate redundant magics: %jars, %addMavenDependency |
18 | | -- #90 Deprecate Ivy artifact syntax for %maven magic |
19 | | -- #93 Extensions / kernel lifecycle |
| 3 | +* #68 CompilationException doesn't provide any information about the underlying problem |
| 4 | +* #69 Expose EvalException details |
| 5 | +* #71 Extension loading from classpath |
| 6 | +* #72 Magic parser - handling escapes and empty strings |
| 7 | +* #75 Completion of % and %% magics |
| 8 | +* #77 Relicense under Apache License |
| 9 | +* #78 Remove deprecated API and IJava startup vars |
| 10 | +* #79 Remove unused magics |
| 11 | +* #80 Magics as interfaces |
| 12 | +* #81 Refactoring: JavaKernel must manage JShell |
| 13 | +* #82 Refactoring: Move JavaKernel init logic from constructor to Builder |
| 14 | +* #83 Simplify Kernel metadata loading approach |
| 15 | +* #84 Refactoring: reorg Maven modules for reusability |
| 16 | +* #86 ineffecient / incorrect classpath handling |
| 17 | +* #89 Deprecate redundant magics: %jars, %addMavenDependency |
| 18 | +* #90 Deprecate Ivy artifact syntax for %maven magic |
| 19 | +* #93 Extensions / kernel lifecycle |
20 | 20 |
|
21 | 21 | ## 1.0-a5 |
22 | 22 |
|
23 | | -- #23 Port dependency management from Ivy to Maven |
24 | | -- #52 Homebrew: unable to install package |
25 | | -- #55 Working on POM in SNAPSHOT mode fails to work properly due to .ivy2 cache |
26 | | -- #57 Black error message in dark mode (e.g. VSCode) not easily readable |
27 | | -- #59 BaseKernel.eval(..) should not declare a checked exception |
28 | | -- #64 Notebook hangs when a static method signature is redefined |
| 23 | +* #23 Port dependency management from Ivy to Maven |
| 24 | +* #52 Homebrew: unable to install package |
| 25 | +* #55 Working on POM in SNAPSHOT mode fails to work properly due to .ivy2 cache |
| 26 | +* #57 Black error message in dark mode (e.g. VSCode) not easily readable |
| 27 | +* #59 BaseKernel.eval(..) should not declare a checked exception |
| 28 | +* #64 Notebook hangs when a static method signature is redefined |
29 | 29 |
|
30 | 30 | ## 1.0-a4 |
31 | 31 |
|
32 | | -- #35 Replace custom installer with "jupyter kernelspec install" |
33 | | -- #39 Convert the default init script to an extension |
34 | | -- #40 Add "java.time" to the list of default imports |
35 | | -- #45 Publish jjava as a pip package |
36 | | -- #46 Publish jjava as a Homebrew package |
| 32 | +* #35 Replace custom installer with "jupyter kernelspec install" |
| 33 | +* #39 Convert the default init script to an extension |
| 34 | +* #40 Add "java.time" to the list of default imports |
| 35 | +* #45 Publish jjava as a pip package |
| 36 | +* #46 Publish jjava as a Homebrew package |
37 | 37 |
|
38 | 38 | ## 1.0-M3 |
39 | 39 |
|
40 | | -- #27 Add direct access to JShell |
41 | | -- #28 Auto-bootstrap of kernel-aware libraries |
42 | | -- #29 Incorrect classpath displayed in the environment |
43 | | -- #30 DFLib / Parquet and Avro classpath issues |
44 | | -- #31 An older jar is used instead of the one indicated in %%loadFromPOM |
45 | | -- #33 Internalize dependency on `jupyter-jvm-basekernel` |
46 | | -- #36 Extract and publish JJava API library |
| 40 | +* #27 Add direct access to JShell |
| 41 | +* #28 Auto-bootstrap of kernel-aware libraries |
| 42 | +* #29 Incorrect classpath displayed in the environment |
| 43 | +* #30 DFLib / Parquet and Avro classpath issues |
| 44 | +* #31 An older jar is used instead of the one indicated in %%loadFromPOM |
| 45 | +* #33 Internalize dependency on `jupyter-jvm-basekernel` |
| 46 | +* #36 Extract and publish JJava API library |
47 | 47 |
|
48 | 48 | ## 1.0-M2 |
49 | 49 |
|
50 | | -- #5 Switch project to Maven |
51 | | -- #7 Project renaming |
52 | | -- #8 Java package change |
53 | | -- #11 Enable GitHub Actions |
54 | | -- #12 Dynamically change the kernel startup parameters |
55 | | -- #16 Upgrade gson transitive dependency |
56 | | -- #21 Rendering stale var |
57 | | -- #22 Clean implementation of the LoaderDelegate |
| 50 | +* #5 Switch project to Maven |
| 51 | +* #7 Project renaming |
| 52 | +* #8 Java package change |
| 53 | +* #11 Enable GitHub Actions |
| 54 | +* #12 Dynamically change the kernel startup parameters |
| 55 | +* #16 Upgrade gson transitive dependency |
| 56 | +* #21 Rendering stale var |
| 57 | +* #22 Clean implementation of the LoaderDelegate |
58 | 58 |
|
59 | 59 | ## 1.0-M1 |
60 | 60 |
|
61 | | -- #1 Upgrade to Gradle 8.5 |
62 | | -- #2 Update Ivy to 2.5.2 |
63 | | -- #3 Remove usage of the `io.github.spencerpark.jupyter-kernel-installer` plugin |
64 | | -- #4 Fix memory leak |
| 61 | +* #1 Upgrade to Gradle 8.5 |
| 62 | +* #2 Update Ivy to 2.5.2 |
| 63 | +* #3 Remove usage of the `io.github.spencerpark.jupyter-kernel-installer` plugin |
| 64 | +* #4 Fix memory leak |
0 commit comments